[Debian-med-packaging] Bug#1063277: xmedcon: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Thu Feb 29 07:38:07 GMT 2024
Dear maintainer,
Please find attached a final version of this patch for the time_t
transition. This patch is being uploaded to unstable.
Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.
Thanks!
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru xmedcon-0.23.0-gtk3+dfsg/debian/changelog xmedcon-0.23.0-gtk3+dfsg/debian/changelog
--- xmedcon-0.23.0-gtk3+dfsg/debian/changelog 2023-02-05 18:35:32.000000000 +0000
+++ xmedcon-0.23.0-gtk3+dfsg/debian/changelog 2024-02-29 07:37:28.000000000 +0000
@@ -1,3 +1,10 @@
+xmedcon (0.23.0-gtk3+dfsg-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1063277
+
+ -- Steve Langasek <vorlon at debian.org> Thu, 29 Feb 2024 07:37:28 +0000
+
xmedcon (0.23.0-gtk3+dfsg-1) unstable; urgency=medium
* New upstream version
diff -Nru xmedcon-0.23.0-gtk3+dfsg/debian/control xmedcon-0.23.0-gtk3+dfsg/debian/control
--- xmedcon-0.23.0-gtk3+dfsg/debian/control 2023-02-05 18:35:32.000000000 +0000
+++ xmedcon-0.23.0-gtk3+dfsg/debian/control 2024-02-29 07:37:28.000000000 +0000
@@ -4,8 +4,8 @@
Andreas Tille <tille at debian.org>
Section: graphics
Priority: optional
-Build-Depends: debhelper-compat (= 13),
- d-shlibs,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
+ d-shlibs (>= 0.106),
libgdk-pixbuf-2.0-dev,
libgtk-3-dev,
zlib1g-dev,
@@ -17,7 +17,10 @@
Homepage: https://xmedcon.sourceforge.net/
Rules-Requires-Root: no
-Package: libmdc3
+Package: libmdc3t64
+Provides: ${t64:Provides}
+Replaces: libmdc3
+Conflicts: libmdc3 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
@@ -36,7 +39,7 @@
Package: libmdc-dev
Architecture: any
Section: libdevel
-Depends: libmdc3 (= ${binary:Version}),
+Depends: libmdc3t64 (= ${binary:Version}),
${misc:Depends}
Provides: libmdc2-dev
Description: Medical Image (DICOM, ECAT, ...) conversion tool (development)
diff -Nru xmedcon-0.23.0-gtk3+dfsg/debian/libmdc3t64.lintian-overrides xmedcon-0.23.0-gtk3+dfsg/debian/libmdc3t64.lintian-overrides
--- xmedcon-0.23.0-gtk3+dfsg/debian/libmdc3t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ xmedcon-0.23.0-gtk3+dfsg/debian/libmdc3t64.lintian-overrides 2024-02-29 07:34:42.000000000 +0000
@@ -0,0 +1 @@
+libmdc3t64: package-name-doesnt-match-sonames libmdc3
diff -Nru xmedcon-0.23.0-gtk3+dfsg/debian/rules xmedcon-0.23.0-gtk3+dfsg/debian/rules
--- xmedcon-0.23.0-gtk3+dfsg/debian/rules 2023-02-05 18:35:32.000000000 +0000
+++ xmedcon-0.23.0-gtk3+dfsg/debian/rules 2024-02-29 07:37:27.000000000 +0000
@@ -22,6 +22,7 @@
override_dh_install:
dh_install
d-shlibmove --commit \
+ --t64 \
--multiarch \
--devunversioned \
--exclude-la \
More information about the Debian-med-packaging
mailing list