Bug#1061882: combblas: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Wed Jan 31 05:10:17 GMT 2024


Source: combblas
Followup-For: Bug #1061882

(further) Apologies, an oversight in the conversion script caused us to 
fail to update strict versioned dependencies on the previous package 
name.  Please find attached a fixed patch.

This has also now been uploaded to experimental.
-------------- next part --------------
diff -Nru combblas-2.0.0/debian/changelog combblas-2.0.0/debian/changelog
--- combblas-2.0.0/debian/changelog	2023-08-05 00:57:33.000000000 +0000
+++ combblas-2.0.0/debian/changelog	2024-01-31 05:02:40.000000000 +0000
@@ -1,3 +1,11 @@
+combblas (2.0.0-3.1~exp2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Fix uninstallable packages from the previous upload.
+
+ -- Steve Langasek <vorlon at debian.org>  Wed, 31 Jan 2024 05:02:40 +0000
+
 combblas (2.0.0-3) unstable; urgency=medium
 
   * reinstate and update debian/patches/AWPM_library_38dd27e.patch.
diff -Nru combblas-2.0.0/debian/control combblas-2.0.0/debian/control
--- combblas-2.0.0/debian/control	2023-08-05 00:57:33.000000000 +0000
+++ combblas-2.0.0/debian/control	2024-01-31 05:02:30.000000000 +0000
@@ -17,7 +17,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libcombblas2.0.0 (= ${binary:Version}), ${misc:Depends}
+Depends: libcombblas2.0.0t64 (= ${binary:Version}), ${misc:Depends}
 Suggests: libcombblas-docs
 Description: an extensible parallel graph library for graph analytics
  The Combinatorial BLAS (CombBLAS) is an extensible distributed-memory
@@ -36,7 +36,10 @@
  This package provides development files for building client
  applications against combblas.
 
-Package: libcombblas2.0.0
+Package: libcombblas2.0.0t64
+Provides: ${t64:Provides}
+Replaces: libcombblas2.0.0
+Breaks: libcombblas2.0.0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru combblas-2.0.0/debian/libcombblas2.0.0.install combblas-2.0.0/debian/libcombblas2.0.0.install
--- combblas-2.0.0/debian/libcombblas2.0.0.install	2023-08-05 00:57:33.000000000 +0000
+++ combblas-2.0.0/debian/libcombblas2.0.0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru combblas-2.0.0/debian/libcombblas2.0.0t64.install combblas-2.0.0/debian/libcombblas2.0.0t64.install
--- combblas-2.0.0/debian/libcombblas2.0.0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ combblas-2.0.0/debian/libcombblas2.0.0t64.install	2023-08-05 00:57:33.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru combblas-2.0.0/debian/libcombblas2.0.0t64.lintian-overrides combblas-2.0.0/debian/libcombblas2.0.0t64.lintian-overrides
--- combblas-2.0.0/debian/libcombblas2.0.0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ combblas-2.0.0/debian/libcombblas2.0.0t64.lintian-overrides	2024-01-31 05:02:30.000000000 +0000
@@ -0,0 +1 @@
+libcombblas2.0.0t64: package-name-doesnt-match-sonames libcombblas2.0.0


More information about the debian-science-maintainers mailing list