Your message dated Thu, 29 Feb 2024 22:49:37 +0000
with message-id <e1rfpdd-00diyw...@fasolo.debian.org>
and subject line Bug#1062721: fixed in qsopt-ex 2.5.10.3-2.1
has caused the Debian Bug report #1062721,
regarding qsopt-ex: 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 ow...@bugs.debian.org
immediately.)
--
1062721: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062721
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qsopt-ex
Version: 2.5.10.3-2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet!
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
qsopt-ex 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 qsopt-ex
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-5-amd64 (SMP w/32 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
diff -Nru qsopt-ex-2.5.10.3/debian/changelog qsopt-ex-2.5.10.3/debian/changelog
--- qsopt-ex-2.5.10.3/debian/changelog 2018-10-30 08:25:41.000000000 +0000
+++ qsopt-ex-2.5.10.3/debian/changelog 2024-02-02 22:20:45.000000000 +0000
@@ -1,3 +1,10 @@
+qsopt-ex (2.5.10.3-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org> Fri, 02 Feb 2024 22:20:45
+0000
+
qsopt-ex (2.5.10.3-2) unstable; urgency=medium
* Team upload.
diff -Nru qsopt-ex-2.5.10.3/debian/control qsopt-ex-2.5.10.3/debian/control
--- qsopt-ex-2.5.10.3/debian/control 2018-10-30 08:25:41.000000000 +0000
+++ qsopt-ex-2.5.10.3/debian/control 2024-02-02 22:20:45.000000000 +0000
@@ -4,7 +4,7 @@
Section: math
Priority: optional
Build-Depends: debhelper (>= 11~),
- d-shlibs,
+ d-shlibs (>= 0.106),
libgmp-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/qsopt-ex
@@ -15,7 +15,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libqsopt-ex2 (= ${binary:Version})
+ libqsopt-ex2t64 (= ${binary:Version})
Description: Exact linear programming solver
QSopt-ex is an implementation of a simplex-based algorithm that returns exact
rational solutions, taking advantage of the speed of floating-point
@@ -29,7 +29,7 @@
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
- libqsopt-ex2 (= ${binary:Version})
+ libqsopt-ex2t64 (= ${binary:Version})
Description: Exact linear programming solver -- development files
QSopt-ex is an implementation of a simplex-based algorithm that returns exact
rational solutions, taking advantage of the speed of floating-point
@@ -38,7 +38,10 @@
.
This package contains the header files and static library.
-Package: libqsopt-ex2
+Package: libqsopt-ex2t64
+Provides: ${t64:Provides}
+Replaces: libqsopt-ex2
+Conflicts: libqsopt-ex2 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
diff -Nru qsopt-ex-2.5.10.3/debian/libqsopt-ex2t64.lintian-overrides
qsopt-ex-2.5.10.3/debian/libqsopt-ex2t64.lintian-overrides
--- qsopt-ex-2.5.10.3/debian/libqsopt-ex2t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ qsopt-ex-2.5.10.3/debian/libqsopt-ex2t64.lintian-overrides 2024-02-02
22:20:45.000000000 +0000
@@ -0,0 +1 @@
+libqsopt-ex2t64: package-name-doesnt-match-sonames libqsopt-ex2
diff -Nru qsopt-ex-2.5.10.3/debian/rules qsopt-ex-2.5.10.3/debian/rules
--- qsopt-ex-2.5.10.3/debian/rules 2018-10-30 08:25:41.000000000 +0000
+++ qsopt-ex-2.5.10.3/debian/rules 2024-02-02 22:20:45.000000000 +0000
@@ -10,6 +10,7 @@
override_dh_install:
dh_install
d-shlibmove --commit \
+ --t64 \
--multiarch \
--devunversioned \
--exclude-la \
--- End Message ---
--- Begin Message ---
Source: qsopt-ex
Source-Version: 2.5.10.3-2.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
qsopt-ex, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated qsopt-ex 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 21:43:15 +0000
Source: qsopt-ex
Architecture: source
Version: 2.5.10.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062721
Changes:
qsopt-ex (2.5.10.3-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062721
Checksums-Sha1:
5d92c98f9cb4bac0df96a50296f4d34429e437bc 2137 qsopt-ex_2.5.10.3-2.1.dsc
0d506c37614e1232ebd641f3f15c62de9ea53c2d 3308
qsopt-ex_2.5.10.3-2.1.debian.tar.xz
8e40efb275a4bdbd89894695414e472013aabc93 7771
qsopt-ex_2.5.10.3-2.1_source.buildinfo
Checksums-Sha256:
410c1ca052f758017c4586ccb0621e11d516e7cc4bed578dfdb85ce2c92c5d80 2137
qsopt-ex_2.5.10.3-2.1.dsc
c95250fa1360335c9aa20fbf2267e4e9adaaa5c7c3bb778b9974755da40bd03d 3308
qsopt-ex_2.5.10.3-2.1.debian.tar.xz
fb1e01a60ef5f28ba258c518dff5ac93c460417fd8ff0c86483eb1e29f9e7072 7771
qsopt-ex_2.5.10.3-2.1_source.buildinfo
Files:
aedbf4a92b9a2a188b9c331ac0c80ad7 2137 math optional qsopt-ex_2.5.10.3-2.1.dsc
afd65da4af404d0534f73bb9ce89e403 3308 math optional
qsopt-ex_2.5.10.3-2.1.debian.tar.xz
f15318897eb6b9473cb7fd4d08857989 7771 math optional
qsopt-ex_2.5.10.3-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg+pAACgkQFZ61xO/I
d0x5qw//TVleM6bsrYpE9xR652qW/b48lvdTNj+OW/m44jtzho3CBCZFPKrSCS23
UQlUdRyW6MwEq6Zx4YHvJ0eunpre/m1Bt8XfD1q2Dwf7l19wxnghRC/ZpLSZOiEA
59QWJ/zDb23OqAWKF2yJ0CygDGH81KdQnCyM83p3qeyC7cOonLhQxAkA8xaZFyT9
PHyNjF0beVU/45vonl0CuVNj/UFOGzI+hY6/+2X3ENKVLVYMMoOpFhEml67OmmTB
wzmFrdmcGt86B+Y/InTVoyY+qDig2aZP/ODqYpJG/htkTGhd8t/DXIw6qGb5vlny
CS7vwWExsNG5Xap60xBKhqPpLVCCRHnoWBvQxD1y/k+/BqtQHVeIWBniGuSWELlH
tFN18Q8+v7Qlr9fR4lr+S4tom9eAqY0Yd0+77JfVQulZoIqs9pzpt4oPv7Wuf9tD
aNsd5ag9GE929rNp+VcRQ6F5yVn/7dgjmozdcSjjkPZJerQYfwXxoFnS0Y/Egr13
tTmJ/DmdRDw2p43IuxzHfjTeEpkgTXNC0OrUa96LabKn/BzWieamTZykXvpmpKMc
hNs+8aCuc43wpcxEiFYROE+cbbno0nR0NeslgN06xjemI/psROv5FLaFan53n1oE
V2Zu7UYc9hh3FvwZ/4WDnfxVE4uziIn33LSGPunSHCIdhEHHQ6A=
=/hoA
-----END PGP SIGNATURE-----
pgpwIuhuCfQek.pgp
Description: PGP signature
--- End Message ---