Bug#1062096: colpack: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Wed Feb 28 17:09:20 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 colpack-1.0.10/debian/changelog colpack-1.0.10/debian/changelog
--- colpack-1.0.10/debian/changelog 2023-01-04 21:44:51.000000000 +0000
+++ colpack-1.0.10/debian/changelog 2024-02-28 17:08:06.000000000 +0000
@@ -1,3 +1,10 @@
+colpack (1.0.10-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062096
+
+ -- Steve Langasek <vorlon at debian.org> Wed, 28 Feb 2024 17:08:06 +0000
+
colpack (1.0.10-7) unstable; urgency=medium
* Track upstream
diff -Nru colpack-1.0.10/debian/control colpack-1.0.10/debian/control
--- colpack-1.0.10/debian/control 2023-01-04 21:44:51.000000000 +0000
+++ colpack-1.0.10/debian/control 2024-02-28 17:08:06.000000000 +0000
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at alioth-lists.debian.net>
Uploaders: Barak A. Pearlmutter <bap at debian.org>
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
autoconf-archive
Standards-Version: 4.6.2
Rules-Requires-Root: no
@@ -15,7 +15,7 @@
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, libcolpack0v5 (= ${binary:Version})
+Depends: ${misc:Depends}, libcolpack0t64 (= ${binary:Version})
Multi-Arch: same
Description: Specialized graph vertex coloring library, development files
ColPack is a package comprising of implementation of algorithms for
@@ -28,13 +28,16 @@
This package contains the development library, header files, and
documentation.
-Package: libcolpack0v5
+Package: libcolpack0t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libcolpack0v5
+Breaks: libcolpack0v5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libcolpack0
-Replaces: libcolpack0
+Replaces: libcolpack0v5, libcolpack0
Description: Specialized graph vertex coloring library, shared library
ColPack is a package comprising of implementation of algorithms for
specialized vertex coloring problems that arise in sparse derivative
diff -Nru colpack-1.0.10/debian/libcolpack0t64.install colpack-1.0.10/debian/libcolpack0t64.install
--- colpack-1.0.10/debian/libcolpack0t64.install 1970-01-01 00:00:00.000000000 +0000
+++ colpack-1.0.10/debian/libcolpack0t64.install 2023-01-04 21:44:51.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/lib*.so.*
diff -Nru colpack-1.0.10/debian/libcolpack0t64.lintian-overrides colpack-1.0.10/debian/libcolpack0t64.lintian-overrides
--- colpack-1.0.10/debian/libcolpack0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ colpack-1.0.10/debian/libcolpack0t64.lintian-overrides 2024-02-28 17:07:58.000000000 +0000
@@ -0,0 +1 @@
+libcolpack0t64: package-name-doesnt-match-sonames libcolpack0v5
diff -Nru colpack-1.0.10/debian/libcolpack0v5.install colpack-1.0.10/debian/libcolpack0v5.install
--- colpack-1.0.10/debian/libcolpack0v5.install 2023-01-04 21:44:51.000000000 +0000
+++ colpack-1.0.10/debian/libcolpack0v5.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/lib*.so.*
More information about the debian-science-maintainers
mailing list