Your message dated Wed, 28 Feb 2024 18:16:09 +0000
with message-id <[email protected]>
and subject line Bug#1061908: fixed in cppdb 0.3.1+dfsg-9.1
has caused the Debian Bug report #1061908,
regarding cppdb: 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.)
--
1061908: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061908
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cppdb
Version: 0.3.1+dfsg-9
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
cppdb 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 cppdb
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-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru cppdb-0.3.1+dfsg/debian/changelog cppdb-0.3.1+dfsg/debian/changelog
--- cppdb-0.3.1+dfsg/debian/changelog 2021-10-19 14:21:37.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/changelog 2024-01-30 01:25:56.000000000 +0000
@@ -1,3 +1,10 @@
+cppdb (0.3.1+dfsg-9.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <[email protected]> Tue, 30 Jan 2024 01:25:56 +0000
+
cppdb (0.3.1+dfsg-9) unstable; urgency=medium
[ Ondřej Nový ]
diff -Nru cppdb-0.3.1+dfsg/debian/control cppdb-0.3.1+dfsg/debian/control
--- cppdb-0.3.1+dfsg/debian/control 2021-10-19 14:07:26.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/control 2024-01-30 01:25:56.000000000 +0000
@@ -46,7 +46,10 @@
.
This package contains the development files.
-Package: libcppdb0
+Package: libcppdb0t64
+Provides: ${t64:Provides}
+Replaces: libcppdb0
+Breaks: libcppdb0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -77,7 +80,10 @@
.
This package contains the core library
-Package: libcppdb-mysql0
+Package: libcppdb-mysql0t64
+Provides: ${t64:Provides}
+Replaces: libcppdb-mysql0
+Breaks: libcppdb-mysql0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -104,7 +110,10 @@
.
This package contains the MySQL backend
-Package: libcppdb-sqlite3-0
+Package: libcppdb-sqlite3-0t64
+Provides: ${t64:Provides}
+Replaces: libcppdb-sqlite3-0
+Breaks: libcppdb-sqlite3-0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -131,7 +140,10 @@
.
This package contains the sqlite3 backend
-Package: libcppdb-postgresql0
+Package: libcppdb-postgresql0t64
+Provides: ${t64:Provides}
+Replaces: libcppdb-postgresql0
+Breaks: libcppdb-postgresql0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -158,7 +170,10 @@
.
This package contains the PostgreSQL backend
-Package: libcppdb-odbc0
+Package: libcppdb-odbc0t64
+Provides: ${t64:Provides}
+Replaces: libcppdb-odbc0
+Breaks: libcppdb-odbc0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb0.install
cppdb-0.3.1+dfsg/debian/libcppdb0.install
--- cppdb-0.3.1+dfsg/debian/libcppdb0.install 2018-04-05 19:10:53.000000000
+0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb0.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libcppdb.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb0.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb0.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb0.lintian-overrides 2018-08-23
17:51:25.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb0.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libcppdb0: no-symbols-control-file usr/lib/x86_64-linux-gnu/libcppdb.so.0.3.1
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb0t64.install
cppdb-0.3.1+dfsg/debian/libcppdb0t64.install
--- cppdb-0.3.1+dfsg/debian/libcppdb0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb0t64.install 2018-04-05
19:10:53.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcppdb.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb0t64.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb0t64.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb0t64.lintian-overrides 2024-01-30
01:25:56.000000000 +0000
@@ -0,0 +1,2 @@
+libcppdb0t64: no-symbols-control-file
usr/lib/x86_64-linux-gnu/libcppdb.so.0.3.1
+libcppdb0t64: package-name-doesnt-match-sonames libcppdb0
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-mysql0.install
cppdb-0.3.1+dfsg/debian/libcppdb-mysql0.install
--- cppdb-0.3.1+dfsg/debian/libcppdb-mysql0.install 2018-04-05
19:10:53.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-mysql0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcppdb_mysql*.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-mysql0.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb-mysql0.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb-mysql0.lintian-overrides 2018-08-23
17:52:39.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-mysql0.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libcppdb-mysql0: no-symbols-control-file
usr/lib/x86_64-linux-gnu/libcppdb_mysql.so.0.3.1
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-mysql0t64.install
cppdb-0.3.1+dfsg/debian/libcppdb-mysql0t64.install
--- cppdb-0.3.1+dfsg/debian/libcppdb-mysql0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-mysql0t64.install 2018-04-05
19:10:53.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcppdb_mysql*.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-mysql0t64.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb-mysql0t64.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb-mysql0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-mysql0t64.lintian-overrides
2024-01-30 01:25:56.000000000 +0000
@@ -0,0 +1,2 @@
+libcppdb-mysql0t64: no-symbols-control-file
usr/lib/x86_64-linux-gnu/libcppdb_mysql.so.0.3.1
+libcppdb-mysql0t64: package-name-doesnt-match-sonames libcppdb-mysql0
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-odbc0.install
cppdb-0.3.1+dfsg/debian/libcppdb-odbc0.install
--- cppdb-0.3.1+dfsg/debian/libcppdb-odbc0.install 2018-04-05
19:10:53.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-odbc0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcppdb_odbc*.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-odbc0.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb-odbc0.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb-odbc0.lintian-overrides 2018-08-23
17:50:51.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-odbc0.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libcppdb-odbc0: no-symbols-control-file
usr/lib/x86_64-linux-gnu/libcppdb_odbc.so.0.3.1
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-odbc0t64.install
cppdb-0.3.1+dfsg/debian/libcppdb-odbc0t64.install
--- cppdb-0.3.1+dfsg/debian/libcppdb-odbc0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-odbc0t64.install 2018-04-05
19:10:53.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcppdb_odbc*.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-odbc0t64.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb-odbc0t64.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb-odbc0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-odbc0t64.lintian-overrides 2024-01-30
01:25:56.000000000 +0000
@@ -0,0 +1,2 @@
+libcppdb-odbc0t64: no-symbols-control-file
usr/lib/x86_64-linux-gnu/libcppdb_odbc.so.0.3.1
+libcppdb-odbc0t64: package-name-doesnt-match-sonames libcppdb-odbc0
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0.install
cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0.install
--- cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0.install 2018-04-05
19:10:53.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcppdb_postgresql*.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0.lintian-overrides
2018-08-23 17:50:30.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libcppdb-postgresql0: no-symbols-control-file
usr/lib/x86_64-linux-gnu/libcppdb_postgresql.so.0.3.1
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0t64.install
cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0t64.install
--- cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0t64.install 2018-04-05
19:10:53.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcppdb_postgresql*.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0t64.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0t64.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-postgresql0t64.lintian-overrides
2024-01-30 01:25:56.000000000 +0000
@@ -0,0 +1,2 @@
+libcppdb-postgresql0t64: no-symbols-control-file
usr/lib/x86_64-linux-gnu/libcppdb_postgresql.so.0.3.1
+libcppdb-postgresql0t64: package-name-doesnt-match-sonames libcppdb-postgresql0
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0.install
cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0.install
--- cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0.install 2018-04-05
19:10:53.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcppdb_sqlite3*.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0.lintian-overrides
2018-08-23 17:50:04.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libcppdb-sqlite3-0: no-symbols-control-file
usr/lib/x86_64-linux-gnu/libcppdb_sqlite3.so.0.3.1
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0t64.install
cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0t64.install
--- cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0t64.install 2018-04-05
19:10:53.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcppdb_sqlite3*.so.*
diff -Nru cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0t64.lintian-overrides
cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0t64.lintian-overrides
--- cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ cppdb-0.3.1+dfsg/debian/libcppdb-sqlite3-0t64.lintian-overrides
2024-01-30 01:25:56.000000000 +0000
@@ -0,0 +1,2 @@
+libcppdb-sqlite3-0t64: no-symbols-control-file
usr/lib/x86_64-linux-gnu/libcppdb_sqlite3.so.0.3.1
+libcppdb-sqlite3-0t64: package-name-doesnt-match-sonames libcppdb-sqlite3-0
--- End Message ---
--- Begin Message ---
Source: cppdb
Source-Version: 0.3.1+dfsg-9.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
cppdb, 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 cppdb 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 17:42:18 +0000
Source: cppdb
Architecture: source
Version: 0.3.1+dfsg-9.1
Distribution: unstable
Urgency: medium
Maintainer: Tobias Frost <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061908
Changes:
cppdb (0.3.1+dfsg-9.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1061908
Checksums-Sha1:
632818dadd56954718f1b52865c2f700315ec81f 2321 cppdb_0.3.1+dfsg-9.1.dsc
b2dc7ad1df05fa4dddc176ea0817d4064ea1c60f 5688
cppdb_0.3.1+dfsg-9.1.debian.tar.xz
fd2d128a2b48fbab4747b5d460fa2e1fe7f3a318 8084
cppdb_0.3.1+dfsg-9.1_source.buildinfo
Checksums-Sha256:
11494e95a36e22ffea61cf83b8424898ac0bec7d9f8c5b4a17f445bf778dff3c 2321
cppdb_0.3.1+dfsg-9.1.dsc
90d51a02afbc7378ec2dca389c7da57116320861a7de0a3958b511129975062c 5688
cppdb_0.3.1+dfsg-9.1.debian.tar.xz
4196240fb01e360d0bbb91b1d2c34f29a8821d0ef80ab8303c3c260b1f74518d 8084
cppdb_0.3.1+dfsg-9.1_source.buildinfo
Files:
294ca24753f847f12eb6789d3a6bcda1 2321 libs optional cppdb_0.3.1+dfsg-9.1.dsc
b0e0234ba87eabf6dc36f218b0e07cb9 5688 libs optional
cppdb_0.3.1+dfsg-9.1.debian.tar.xz
429b01b9c9ec4ad2c6458c2e73028572 8084 libs optional
cppdb_0.3.1+dfsg-9.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfcJESHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9beAP/0oSqokAxqLnV8hTL7zrdFubKGKwDWs+
D/rLit/M3mgxxssOtptwSamIG5YXMN4ck/H4H7o3FtH3eRmag5N58kPce3lvqV89
vmSvQIXId/Y3tbmvbF2mJuXFvaOMG08i+xFhfrna/TPmwcKbQLBeMVMtRtOs0/PZ
rVl5ntjSu2hIspI+MKuGN4/pQ0YC7DFkVzSDy8+Ena/NI7ZeCQIb10oe2A80Tlah
423Z0Prb3CD4QJksntQilx7/BSX+K24L6k99KSziDp9ba1ztk8s5DKDQP3xe9ZRn
QMxzMi4GeYOXkaFVUNAIBzAPLLdlWnhmtk271DiDwo3XqNuwrH47U3YqOFa+OuUk
PXufIftkK+Es6CUWhMsbcOVIOC9AXysg3LsPwueUxR6h4HaPrM8w6KlYua326p5u
Iu89Q2X5v2CipG4bTQH+rD+W16G23CpjlmtR7zYCWrEPpP3SzBCcWSfb35GJqueY
qSv5J1VaijTnK38TXHA5bNkvesBrn7hEuE9szOn9802d3InvzFFHwzZ3R5Jf2Q61
6JzCBai4RUj3HDyiCnNN/5Bcbwoc6NFE+rDxdXs8Z/IDozr+KyhjjTLDX/GlDIs8
SGxZ+kkg3vDJbwZ8s0epiYMV6d7ET4dRQuLLcksB4sK779duSdIsgPuTOpvbuffC
qGKCJiRqSOWD
=NRHo
-----END PGP SIGNATURE-----
pgpLaHkbW53Cr.pgp
Description: PGP signature
--- End Message ---