Bug#1062028: brial: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Wed Feb 28 05:17:24 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 brial-1.2.12/debian/changelog brial-1.2.12/debian/changelog
--- brial-1.2.12/debian/changelog 2023-06-26 06:01:31.000000000 +0000
+++ brial-1.2.12/debian/changelog 2024-02-28 05:16:29.000000000 +0000
@@ -1,3 +1,10 @@
+brial (1.2.12-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062028
+
+ -- Steve Langasek <vorlon at debian.org> Wed, 28 Feb 2024 05:16:29 +0000
+
brial (1.2.12-1) unstable; urgency=medium
* Bump standards-version to 4.6.2.
diff -Nru brial-1.2.12/debian/control brial-1.2.12/debian/control
--- brial-1.2.12/debian/control 2023-06-26 06:01:31.000000000 +0000
+++ brial-1.2.12/debian/control 2024-02-28 05:16:29.000000000 +0000
@@ -4,7 +4,7 @@
Julien Puydt <jpuydt at debian.org>
Section: math
Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
dh-python,
libboost-dev,
libboost-python-dev,
@@ -26,8 +26,8 @@
Section: python
Depends: python3-sage,
${misc:Depends},
- libbrial3 (= ${binary:Version}),
- libbrial-groebner3 (= ${binary:Version}),
+ libbrial3t64 (= ${binary:Version}),
+ libbrial-groebner3t64 (= ${binary:Version}),
${python3:Depends}
Description: polynomials over Boolean Rings, Python 3 module
The core of BRiAl is a C++ library, which provides high-level data
@@ -49,7 +49,7 @@
Replaces: libpolybori-dev (<< 0.8.5)
Breaks: libpolybori-dev (<< 0.8.5)
Depends: ${misc:Depends},
- libbrial3 (= ${binary:Version}),
+ libbrial3t64 (= ${binary:Version}),
libboost-dev,
libgd-dev,
libpng-dev,
@@ -68,7 +68,10 @@
.
This package contains the BRiAl core development files.
-Package: libbrial3
+Package: libbrial3t64
+Provides: ${t64:Provides}
+Replaces: libbrial3
+Breaks: libbrial3 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -93,7 +96,7 @@
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libbrial-groebner3 (= ${binary:Version}),
+ libbrial-groebner3t64 (= ${binary:Version}),
libbrial-dev
Breaks: libpolybori-dev (<< 0.8), libpolybori-groebner-dev (<< 0.8.5)
Replaces: libpolybori-dev (<< 0.8), libpolybori-groebner-dev (<< 0.8.5)
@@ -111,16 +114,17 @@
.
This package contains the development files for libbrial-groebner.
-Package: libbrial-groebner3
+Package: libbrial-groebner3t64
+Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
- libbrial3 (= ${binary:Version})
+ libbrial3t64 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
-Breaks: libpolybori (<< 0.8)
-Replaces: libpolybori (<< 0.8)
+Breaks: libbrial-groebner3 (<< ${source:Version}), libpolybori (<< 0.8)
+Replaces: libbrial-groebner3, libpolybori (<< 0.8)
Description: computer algebra routines of BRiAl
The core of BRiAl is a C++ library, which provides high-level data
types for Boolean polynomials and monomials, exponent vectors, as
diff -Nru brial-1.2.12/debian/libbrial-groebner3.install brial-1.2.12/debian/libbrial-groebner3.install
--- brial-1.2.12/debian/libbrial-groebner3.install 2023-06-26 06:01:31.000000000 +0000
+++ brial-1.2.12/debian/libbrial-groebner3.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libbrial_groebner.so.*
diff -Nru brial-1.2.12/debian/libbrial-groebner3t64.install brial-1.2.12/debian/libbrial-groebner3t64.install
--- brial-1.2.12/debian/libbrial-groebner3t64.install 1970-01-01 00:00:00.000000000 +0000
+++ brial-1.2.12/debian/libbrial-groebner3t64.install 2023-06-26 06:01:31.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libbrial_groebner.so.*
diff -Nru brial-1.2.12/debian/libbrial-groebner3t64.lintian-overrides brial-1.2.12/debian/libbrial-groebner3t64.lintian-overrides
--- brial-1.2.12/debian/libbrial-groebner3t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ brial-1.2.12/debian/libbrial-groebner3t64.lintian-overrides 2024-02-28 05:15:39.000000000 +0000
@@ -0,0 +1 @@
+libbrial-groebner3t64: package-name-doesnt-match-sonames libbrial-groebner3
diff -Nru brial-1.2.12/debian/libbrial3.install brial-1.2.12/debian/libbrial3.install
--- brial-1.2.12/debian/libbrial3.install 2023-06-26 06:01:31.000000000 +0000
+++ brial-1.2.12/debian/libbrial3.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libbrial.so.*
diff -Nru brial-1.2.12/debian/libbrial3t64.install brial-1.2.12/debian/libbrial3t64.install
--- brial-1.2.12/debian/libbrial3t64.install 1970-01-01 00:00:00.000000000 +0000
+++ brial-1.2.12/debian/libbrial3t64.install 2023-06-26 06:01:31.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libbrial.so.*
diff -Nru brial-1.2.12/debian/libbrial3t64.lintian-overrides brial-1.2.12/debian/libbrial3t64.lintian-overrides
--- brial-1.2.12/debian/libbrial3t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ brial-1.2.12/debian/libbrial3t64.lintian-overrides 2024-02-28 05:15:39.000000000 +0000
@@ -0,0 +1 @@
+libbrial3t64: package-name-doesnt-match-sonames libbrial3
More information about the debian-science-maintainers
mailing list