Bug#1062613: librsb: NMU diff for 64-bit time_t transition

Benjamin Drung bdrung at debian.org
Wed Feb 28 17:28:47 GMT 2024


Source: librsb
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 librsb-1.3.0.2+dfsg/debian/.gitignore librsb-1.3.0.2+dfsg/debian/.gitignore
--- librsb-1.3.0.2+dfsg/debian/.gitignore	2023-06-13 09:19:25.000000000 +0000
+++ librsb-1.3.0.2+dfsg/debian/.gitignore	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-/.debhelper/
-/*.debhelper.log
-/debhelper-build-stamp
-/autoreconf.after
-/autoreconf.before
-/files
-/librsb-dev.substvars
-/librsb-dev/
-/librsb-doc.substvars
-/librsb-doc/
-/librsb-tools.substvars
-/librsb-tools/
-/librsb0.substvars
-/librsb0/
-/tmp/
diff -Nru librsb-1.3.0.2+dfsg/debian/changelog librsb-1.3.0.2+dfsg/debian/changelog
--- librsb-1.3.0.2+dfsg/debian/changelog	2023-06-13 09:19:25.000000000 +0000
+++ librsb-1.3.0.2+dfsg/debian/changelog	2024-02-28 17:24:24.000000000 +0000
@@ -1,3 +1,10 @@
+librsb (1.3.0.2+dfsg-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062613
+
+ -- Benjamin Drung <bdrung at debian.org>  Wed, 28 Feb 2024 17:24:24 +0000
+
 librsb (1.3.0.2+dfsg-6) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru librsb-1.3.0.2+dfsg/debian/control librsb-1.3.0.2+dfsg/debian/control
--- librsb-1.3.0.2+dfsg/debian/control	2023-06-13 09:19:25.000000000 +0000
+++ librsb-1.3.0.2+dfsg/debian/control	2024-02-28 17:24:24.000000000 +0000
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Rafael Laboissi?re <rafael at debian.org>
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
                doxygen-latex,
                gcc (>= 12),
                gfortran,
@@ -16,7 +16,10 @@
 Vcs-Browser: https://salsa.debian.org/science-team/librsb
 Rules-Requires-Root: no
 
-Package: librsb0
+Package: librsb0t64
+Provides: ${t64:Provides}
+Replaces: librsb0
+Breaks: librsb0 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: same
@@ -35,7 +38,7 @@
 Package: librsb-dev
 Section: libdevel
 Architecture: any
-Depends: librsb0 (= ${binary:Version}), ${misc:Depends}
+Depends: librsb0t64 (= ${binary:Version}), ${misc:Depends}
 Description: shared-memory Sparse BLAS library using the RSB matrix format (development)
  This is a library for sparse matrix computations featuring the Recursive
  Sparse Blocks (RSB) matrix format. This format allows cache efficient and
@@ -51,7 +54,7 @@
 
 Package: librsb-tools
 Architecture: any
-Depends: librsb0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: librsb0t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: shared-memory Sparse BLAS library using the RSB matrix format (tools)
  This is a library for sparse matrix computations featuring the Recursive
  Sparse Blocks (RSB) matrix format. This format allows cache efficient and
diff -Nru librsb-1.3.0.2+dfsg/debian/librsb0.install librsb-1.3.0.2+dfsg/debian/librsb0.install
--- librsb-1.3.0.2+dfsg/debian/librsb0.install	2023-06-13 09:19:25.000000000 +0000
+++ librsb-1.3.0.2+dfsg/debian/librsb0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-usr/lib/*/librsb.so.*
-usr/share/doc/librsb/AUTHORS
-usr/share/doc/librsb/README
-usr/share/doc/librsb/README.md
diff -Nru librsb-1.3.0.2+dfsg/debian/librsb0t64.install librsb-1.3.0.2+dfsg/debian/librsb0t64.install
--- librsb-1.3.0.2+dfsg/debian/librsb0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ librsb-1.3.0.2+dfsg/debian/librsb0t64.install	2023-06-13 09:19:25.000000000 +0000
@@ -0,0 +1,4 @@
+usr/lib/*/librsb.so.*
+usr/share/doc/librsb/AUTHORS
+usr/share/doc/librsb/README
+usr/share/doc/librsb/README.md
diff -Nru librsb-1.3.0.2+dfsg/debian/librsb0t64.lintian-overrides librsb-1.3.0.2+dfsg/debian/librsb0t64.lintian-overrides
--- librsb-1.3.0.2+dfsg/debian/librsb0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ librsb-1.3.0.2+dfsg/debian/librsb0t64.lintian-overrides	2024-02-28 17:23:35.000000000 +0000
@@ -0,0 +1 @@
+librsb0t64: package-name-doesnt-match-sonames librsb0


More information about the debian-science-maintainers mailing list