[Pkg-lxde-maintainers] Bug#967611: lxlauncher: depends on deprecated GTK 2
Bastian Germann
bage at debian.org
Sun Dec 15 18:41:40 GMT 2024
I am uploading a NMU to DELAYED/10 with the changes attached.
-------------- next part --------------
diff -Nru lxlauncher-0.2.5/debian/changelog lxlauncher-0.2.5/debian/changelog
--- lxlauncher-0.2.5/debian/changelog 2022-05-23 21:14:27.000000000 +0000
+++ lxlauncher-0.2.5/debian/changelog 2024-12-15 18:37:32.000000000 +0000
@@ -1,3 +1,10 @@
+lxlauncher (0.2.5-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Build with GTK 3 (Closes: #967611).
+
+ -- Bastian Germann <bage at debian.org> Sun, 15 Dec 2024 18:37:32 +0000
+
lxlauncher (0.2.5-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru lxlauncher-0.2.5/debian/control lxlauncher-0.2.5/debian/control
--- lxlauncher-0.2.5/debian/control 2022-05-23 21:13:49.000000000 +0000
+++ lxlauncher-0.2.5/debian/control 2024-12-15 18:37:28.000000000 +0000
@@ -6,7 +6,7 @@
Andrew Lee (李健秋) <ajqlee at debian.org>,
Andriy Grytsenko <andrej at rep.kiev.ua>
Build-Depends:
- debhelper (>= 9), autoconf, autotools-dev, intltool, libgtk2.0-dev,
+ debhelper (>= 9), autoconf, autotools-dev, intltool, libgtk-3-dev,
libmenu-cache-dev, libstartup-notification0-dev
Standards-Version: 3.9.7
Homepage: http://www.lxde.org/
diff -Nru lxlauncher-0.2.5/debian/rules lxlauncher-0.2.5/debian/rules
--- lxlauncher-0.2.5/debian/rules 2022-05-23 21:14:15.000000000 +0000
+++ lxlauncher-0.2.5/debian/rules 2024-12-15 18:36:09.000000000 +0000
@@ -6,7 +6,7 @@
dh ${@} --parallel
override_dh_auto_configure:
- dh_auto_configure -- --disable-silent-rules
+ dh_auto_configure -- --disable-silent-rules --enable-gtk3
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxlauncher
More information about the Pkg-lxde-maintainers
mailing list