[Pkg-puppet-devel] Bug#1062325: leatherman: NMU diff for 64-bit time_t transition
Lukas Märdian
slyon at debian.org
Thu Feb 29 08:25: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')
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 leatherman-1.12.1+dfsg/debian/changelog leatherman-1.12.1+dfsg/debian/changelog
--- leatherman-1.12.1+dfsg/debian/changelog 2021-12-04 06:26:29.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/changelog 2024-02-29 08:21:44.000000000 +0000
@@ -1,3 +1,10 @@
+leatherman (1.12.1+dfsg-1.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062325
+
+ -- Lukas M?rdian <slyon at debian.org> Thu, 29 Feb 2024 08:21:44 +0000
+
leatherman (1.12.1+dfsg-1.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru leatherman-1.12.1+dfsg/debian/control leatherman-1.12.1+dfsg/debian/control
--- leatherman-1.12.1+dfsg/debian/control 2021-12-04 06:26:29.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/control 2024-02-29 08:21:44.000000000 +0000
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel at lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos at debian.org>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
cmake,
debhelper-compat (= 13),
libboost-dev (>=1.73.0),
@@ -31,7 +31,7 @@
Architecture: any
Multi-Arch: same
Depends:
- libleatherman1.12.1 (= ${binary:Version}),
+ libleatherman1.12.1t64 (= ${binary:Version}),
libboost-dev,
libboost-log-dev,
libboost-locale-dev,
@@ -50,7 +50,10 @@
.
This package contains the C++ headers and the CMake utility libraries.
-Package: libleatherman1.12.1
+Package: libleatherman1.12.1t64
+Provides: ${t64:Provides}
+Replaces: libleatherman1.12.1
+Breaks: libleatherman1.12.1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.install leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.install
--- leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.install 2021-12-04 06:26:29.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.lintian-overrides leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.lintian-overrides
--- leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.lintian-overrides 2021-12-04 06:26:29.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-package-name-doesnt-match-sonames
diff -Nru leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.install leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.install
--- leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.install 1970-01-01 00:00:00.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.install 2021-12-04 06:26:29.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.lintian-overrides leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.lintian-overrides
--- leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.lintian-overrides 2024-02-29 08:21:30.000000000 +0000
@@ -0,0 +1,2 @@
+package-name-doesnt-match-sonames
+libleatherman1.12.1t64: package-name-doesnt-match-sonames libleatherman1.12.1
More information about the Pkg-puppet-devel
mailing list