I am uploading a NMU to DELAYED/10 in order to fix this.
diff -Nru lazpaint-7.2.2.1/debian/changelog lazpaint-7.2.2.1/debian/changelog
--- lazpaint-7.2.2.1/debian/changelog   2024-07-22 14:31:36.000000000 +0200
+++ lazpaint-7.2.2.1/debian/changelog   2025-01-23 00:05:41.000000000 +0100
@@ -1,3 +1,11 @@
+lazpaint (7.2.2.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Point Vcs fields to salsa. (Closes: #1093813)
+  * Drop lazpaint-gtk2. (Closes: #1052333)
+
+ -- Bastian Germann <b...@debian.org>  Thu, 23 Jan 2025 00:05:41 +0100
+
 lazpaint (7.2.2.1-2) unstable; urgency=medium
 
   * Bump standards version to 4.7.0.
diff -Nru lazpaint-7.2.2.1/debian/control lazpaint-7.2.2.1/debian/control
--- lazpaint-7.2.2.1/debian/control     2024-07-22 14:31:31.000000000 +0200
+++ lazpaint-7.2.2.1/debian/control     2025-01-23 00:05:16.000000000 +0100
@@ -8,25 +8,12 @@
  lcl,
  lazarus,
  libqt5pas-dev,
- libgtk2.0-dev,
  debhelper-compat (= 13)
 Rules-Requires-Root: no
 Standards-Version: 4.7.0
 Homepage: https://wiki.freepascal.org/LazPaint
-Vcs-Git: https://github.com/bgrabitmap/lazpaint-upstream.git
-Vcs-Browser: https://github.com/bgrabitmap/lazpaint-upstream
-
-Package: lazpaint-gtk2
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Conflicts: lazpaint, lazpaint-gtk3, lazpaint-qt4, lazpaint-qt5
-Description: Image editor with raster and vector layers (gtk2)
- Can read layered files (lzp, ora, pdn, oXo, flat psd), multi-images (gif,
- ico, tiff), flat files (avif, bmp, jpeg, pcx, png, tga, webp, xpm, xwd),
- raw images (dng, cr2, nef, arw...), vectorial (svg), 3D (obj). Has drawing
- tools, vector shapes, phong shading, curve adjustments, filters, render
- some textures, Python scripting.
- Uses Gtk2 widgetset.
+Vcs-Git: https://salsa.debian.org/debian/lazpaint.git
+Vcs-Browser: https://salsa.debian.org/debian/lazpaint
 
 Package: lazpaint-qt5
 Conflicts: lazpaint, lazpaint-gtk2, lazpaint-gtk3, lazpaint-qt4
diff -Nru lazpaint-7.2.2.1/debian/rules lazpaint-7.2.2.1/debian/rules
--- lazpaint-7.2.2.1/debian/rules       2022-08-22 23:00:34.000000000 +0200
+++ lazpaint-7.2.2.1/debian/rules       2025-01-23 00:05:16.000000000 +0100
@@ -12,15 +12,12 @@
 
 %:
        dh $@ --no-parallel
-       
+
 override_dh_auto_build:
-       dh_auto_build --no-parallel -- MULTIBIN=1 TARGET=Gtk2 FOREIGN_LPK=1
        dh_auto_build --no-parallel -- MULTIBIN=1 TARGET=Qt5 FOREIGN_LPK=1
 
 override_dh_auto_install:
-       dh_auto_install --no-parallel -- MULTIBIN=1 TARGET=Gtk2 FOREIGN_LPK=1
        dh_auto_install --no-parallel -- MULTIBIN=1 TARGET=Qt5 FOREIGN_LPK=1
 
 override_dh_auto_clean:
-       dh_auto_clean --no-parallel -- MULTIBIN=1 TARGET=Gtk2 FOREIGN_LPK=1
        dh_auto_clean --no-parallel -- MULTIBIN=1 TARGET=Qt5 FOREIGN_LPK=1

Reply via email to