Bug#1064142: ipe: NMU diff for 64-bit time_t transition
Lukas Märdian
slyon at debian.org
Wed Feb 28 11:44:15 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')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-21-generic (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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 ipe-7.2.28/debian/changelog ipe-7.2.28/debian/changelog
--- ipe-7.2.28/debian/changelog 2023-08-25 03:48:58.000000000 +0000
+++ ipe-7.2.28/debian/changelog 2024-02-28 11:42:44.000000000 +0000
@@ -1,3 +1,10 @@
+ipe (7.2.28-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1064142
+
+ -- Lukas M?rdian <slyon at debian.org> Wed, 28 Feb 2024 11:42:44 +0000
+
ipe (7.2.28-2) unstable; urgency=medium
[ Steve Robbins ]
diff -Nru ipe-7.2.28/debian/control ipe-7.2.28/debian/control
--- ipe-7.2.28/debian/control 2023-08-25 03:48:58.000000000 +0000
+++ ipe-7.2.28/debian/control 2024-02-28 11:42:44.000000000 +0000
@@ -3,7 +3,7 @@
Uploaders: Steve M. Robbins <smr at debian.org>
Section: graphics
Priority: optional
-Build-Depends: sharutils,
+Build-Depends: dpkg-dev (>= 1.22.5), sharutils,
debhelper-compat (= 13),
doxygen,
zlib1g-dev,
@@ -54,7 +54,10 @@
Package texlive-latex-recommended enables unicode text entry (for
accented characters).
-Package: libipe7.2.28
+Package: libipe7.2.28t64
+Provides: ${t64:Provides}
+Replaces: libipe7.2.28
+Breaks: libipe7.2.28 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${misc:Depends},
@@ -70,7 +73,7 @@
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libipe7.2.28 (= ${binary:Version})
+ libipe7.2.28t64 (= ${binary:Version})
Conflicts: libipe1-dev
Replaces: libipe1-dev
Description: Ipe library used by ipelets (developer files)
diff -Nru ipe-7.2.28/debian/libipe7.2.28t64.lintian-overrides ipe-7.2.28/debian/libipe7.2.28t64.lintian-overrides
--- ipe-7.2.28/debian/libipe7.2.28t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ ipe-7.2.28/debian/libipe7.2.28t64.lintian-overrides 2024-02-28 11:33:35.000000000 +0000
@@ -0,0 +1 @@
+libipe7.2.28t64: package-name-doesnt-match-sonames libipe7.2.28
diff -Nru ipe-7.2.28/debian/rules ipe-7.2.28/debian/rules
--- ipe-7.2.28/debian/rules 2023-08-25 03:48:58.000000000 +0000
+++ ipe-7.2.28/debian/rules 2024-02-28 11:42:25.000000000 +0000
@@ -3,7 +3,7 @@
export IPEPREFIX=/usr
export INSTALL_ROOT=$(shell pwd)/debian/tmp
-IPEVER = 7.2.28
+IPEVER = 7.2.28t64
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
More information about the debian-science-maintainers
mailing list