Bug#1065277: gtkmm2.4: missing dpkg-dev (>= 1.22.5) build dependency for time_t transition
Michael Hudson-Doyle
michael.hudson at ubuntu.com
Mon Mar 4 10:41:14 GMT 2024
Dear maintainer,
Please find attached a patch to add the dependency on dpkg-dev for the
time_t transition. This patch is being uploaded to unstable.
Thanks!
-- System Information:
Debian Release: trixie/sid
APT prefers mantic-updates
APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500, 'mantic'), (100, 'mantic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8), LANGUAGE=en_NZ.UTF-8:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
diff -Nru gtkmm2.4-2.24.5/debian/changelog gtkmm2.4-2.24.5/debian/changelog
--- gtkmm2.4-2.24.5/debian/changelog 2024-02-29 04:22:27.000000000 +1300
+++ gtkmm2.4-2.24.5/debian/changelog 2024-03-04 23:40:46.000000000 +1300
@@ -1,3 +1,11 @@
+gtkmm2.4 (1:2.24.5-5.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add build depedency on dpkg-dev (>= 1.22.5) for time_t transition.
+ (Closes: #1065277)
+
+ -- Michael Hudson-Doyle <michael.hudson at ubuntu.com> Mon, 04 Mar 2024 23:40:46 +1300
+
gtkmm2.4 (1:2.24.5-5) unstable; urgency=medium
[ Jeremy B?cha ]
diff -Nru gtkmm2.4-2.24.5/debian/control gtkmm2.4-2.24.5/debian/control
--- gtkmm2.4-2.24.5/debian/control 2024-02-29 04:22:27.000000000 +1300
+++ gtkmm2.4-2.24.5/debian/control 2024-03-04 23:40:46.000000000 +1300
@@ -3,7 +3,8 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Jeremy B?cha <jbicha at ubuntu.com>
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>> 1.22.5),
+ debhelper-compat (= 13),
libgtk2.0-dev (>= 2.24.0),
libglibmm-2.4-dev (>= 2.27.93),
libpangomm-1.4-dev (>= 2.27.1),
More information about the pkg-gnome-maintainers
mailing list