Your message dated Wed, 28 Feb 2024 05:55:32 +0000
with message-id <[email protected]>
and subject line Bug#1062028: fixed in brial 1.2.12-1.1
has caused the Debian Bug report #1062028,
regarding brial: NMU diff for 64-bit time_t transition
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1062028: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062028
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: brial
Version: 1.2.12-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
brial as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).
To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.
Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time. Therefore I have prepared a 0-day NMU for brial
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.
Please find the patch for this NMU attached.
If you have any concerns about this patch, please reach out ASAP. Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.
-- 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)
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-01-31 02:30:39.000000000 +0000
@@ -1,3 +1,10 @@
+brial (1.2.12-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Wed, 31 Jan 2024 02:30:39 +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-01-31 02:30:39.000000000 +0000
@@ -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-01-31
02:30: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-01-31
02:30:39.000000000 +0000
@@ -0,0 +1 @@
+libbrial3t64: package-name-doesnt-match-sonames libbrial3
--- End Message ---
--- Begin Message ---
Source: brial
Source-Version: 1.2.12-1.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
brial, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated brial package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 05:16:29 +0000
Source: brial
Architecture: source
Version: 1.2.12-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1062028
Changes:
brial (1.2.12-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062028
Checksums-Sha1:
bac3d38e16da65b717f3c67cf76e19b50ad969de 2474 brial_1.2.12-1.1.dsc
afdeb75088a25bc53034dd1388ec86be1e798896 8088 brial_1.2.12-1.1.debian.tar.xz
b9076e06b6f8ed18107120353e22200ed3818686 10808
brial_1.2.12-1.1_source.buildinfo
Checksums-Sha256:
db7a3c82bdb113e1f62c7c01457d1a057546d4baffd036fc00728b3ba2f08857 2474
brial_1.2.12-1.1.dsc
5a55954ae7779c02f712cea930f1ed2f58700788e3e84790616ee009fccdb097 8088
brial_1.2.12-1.1.debian.tar.xz
8d24cc2aa6d23d0290f0318a50cbddbe0cb0ff1b1c4e7681049eadab1b687e01 10808
brial_1.2.12-1.1_source.buildinfo
Files:
ca73289700539b5ddba7b9a4282ea79d 2474 math optional brial_1.2.12-1.1.dsc
849997f01dc6c880086b32d9290615e9 8088 math optional
brial_1.2.12-1.1.debian.tar.xz
a5bc4f0261dc652cca416b7983e205cc 10808 math optional
brial_1.2.12-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXewe4SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9PbcQAKuhCoFskJRYALboQhqpfoYCaUjnt0AE
M2fcF+0kVL+nEnf3OgmmrA0RuOnjjhAZBjkJFeWGA2Vy7c/jBIsm8RiEFZEhMF67
w9NPDmG6w6tw/uEmTt88fDfWIQWM/FbaJn73wcH8WJOt2bmYbSJM5FYiixELw8Kh
4wy+VRzugelY+1Polp0Njno5qXxcI29D6T1cGJnrEpXJUCwCHhy//LxKhgSI7KgA
dCrQ45F+XVijGkWOF+doDe9M6KzeppP/2vH9bvG93OPVyoKvClLhT4IQfamaD9tX
WqIDEk0CxkiZq097ttBLd5XK01rLTBxLrbgspu7JNAiu7RwGALXbQzCPpaQXIbAz
VQk+RnII/jZ+92j0VMCO2ZBT5NpQHH/1NDg3b5/arUsoj3q0v+N4yJjsiBs6O3u/
AzTEaOCA3fdsGbjyCm7SBuV1SSGIjxJynXR82+0fYYnt8YwNAdN5SEfdIxLQnw1U
RD73VCxL/9vi66e3atWX2+5E77IEoMwxO2YR3Uf5+t+E01TrtEFvya4XZjUzhrZj
Yenp27ey+K6wspBcLJDxcrA4HX9sIfFfN9gQZTJr7Uez6LoiKB1gSFGe9iPLOm5+
FnssExkpNa0GzWb6Jjld3QIJd+Zl51W7/nBuPMyLNNvSNPlKZ7/xRMPFGegLdsUw
I+M+nb0SEWVZ
=nwl5
-----END PGP SIGNATURE-----
pgpxB4WhSYwpJ.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers