Bug#1062920: spooles: NMU diff for 64-bit time_t transition
Benjamin Drung
bdrung at debian.org
Thu Feb 29 17:22:14 GMT 2024
Source: spooles
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-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
-------------- next part --------------
diff -Nru spooles-2.2/debian/changelog spooles-2.2/debian/changelog
--- spooles-2.2/debian/changelog 2018-12-19 22:56:58.000000000 +0000
+++ spooles-2.2/debian/changelog 2024-02-29 17:18:08.000000000 +0000
@@ -1,3 +1,10 @@
+spooles (2.2-14.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062920
+
+ -- Benjamin Drung <bdrung at debian.org> Thu, 29 Feb 2024 17:18:08 +0000
+
spooles (2.2-14) unstable; urgency=medium
* Team upload.
diff -Nru spooles-2.2/debian/control spooles-2.2/debian/control
--- spooles-2.2/debian/control 2018-12-19 22:56:58.000000000 +0000
+++ spooles-2.2/debian/control 2024-02-29 17:18:08.000000000 +0000
@@ -3,7 +3,7 @@
Uploaders: "Adam C. Powell, IV" <hazelsct at debian.org>
Section: math
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11~),
mpi-default-dev
Build-Depends-Indep: texlive-latex-base
Standards-Version: 4.2.1
@@ -15,7 +15,7 @@
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libspooles2.2 (= ${binary:Version}),
+Depends: libspooles2.2t64 (= ${binary:Version}),
mpi-default-dev,
${misc:Depends}
Suggests: spooles-doc
@@ -26,7 +26,10 @@
.
This package contains the SPOOLES development files.
-Package: libspooles2.2
+Package: libspooles2.2t64
+Provides: ${t64:Provides}
+Replaces: libspooles2.2
+Breaks: libspooles2.2 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
diff -Nru spooles-2.2/debian/libspooles2.2.install spooles-2.2/debian/libspooles2.2.install
--- spooles-2.2/debian/libspooles2.2.install 2018-12-19 22:56:58.000000000 +0000
+++ spooles-2.2/debian/libspooles2.2.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru spooles-2.2/debian/libspooles2.2t64.install spooles-2.2/debian/libspooles2.2t64.install
--- spooles-2.2/debian/libspooles2.2t64.install 1970-01-01 00:00:00.000000000 +0000
+++ spooles-2.2/debian/libspooles2.2t64.install 2018-12-19 22:56:58.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru spooles-2.2/debian/libspooles2.2t64.lintian-overrides spooles-2.2/debian/libspooles2.2t64.lintian-overrides
--- spooles-2.2/debian/libspooles2.2t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ spooles-2.2/debian/libspooles2.2t64.lintian-overrides 2024-02-29 17:17:43.000000000 +0000
@@ -0,0 +1 @@
+libspooles2.2t64: package-name-doesnt-match-sonames libspooles2.2
More information about the debian-science-maintainers
mailing list