Your message dated Wed, 28 Feb 2024 15:09:42 +0000
with message-id <[email protected]>
and subject line Bug#1062395: fixed in libktoblzcheck 1.53-3.1
has caused the Debian Bug report #1062395,
regarding libktoblzcheck: 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.)


-- 
1062395: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062395
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libktoblzcheck
Version: 1.53-3
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
libktoblzcheck 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 libktoblzcheck
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'), (500, 'testing'), (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 libktoblzcheck-1.53/debian/changelog 
libktoblzcheck-1.53/debian/changelog
--- libktoblzcheck-1.53/debian/changelog        2022-04-15 15:29:52.000000000 
+0000
+++ libktoblzcheck-1.53/debian/changelog        2024-02-01 08:53:42.000000000 
+0000
@@ -1,3 +1,10 @@
+libktoblzcheck (1.53-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Thu, 01 Feb 2024 08:53:42 +0000
+
 libktoblzcheck (1.53-3) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru libktoblzcheck-1.53/debian/control libktoblzcheck-1.53/debian/control
--- libktoblzcheck-1.53/debian/control  2022-04-15 15:26:11.000000000 +0000
+++ libktoblzcheck-1.53/debian/control  2024-02-01 08:53:42.000000000 +0000
@@ -11,13 +11,16 @@
 Vcs-Browser: https://salsa.debian.org/aqbanking-team/pkg-ktoblzcheck
 Vcs-Git: https://salsa.debian.org/aqbanking-team/pkg-ktoblzcheck.git
 
-Package: libktoblzcheck1v5
+Package: libktoblzcheck1t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libktoblzcheck1v5
+Breaks: libktoblzcheck1v5 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
 Suggests: ktoblzcheck
 Conflicts: libktoblzcheck1c2a
-Replaces: libktoblzcheck1c2a
+Replaces: libktoblzcheck1v5, libktoblzcheck1c2a
 Description: library for verification of account numbers and bank codes
  libktoblzcheck is a library for verification of bank account numbers and bank
  codes (BLZ) of German Banks. It is based on the specifications of the
@@ -28,7 +31,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libktoblzcheck1v5 (= ${binary:Version}), ${misc:Depends}
+Depends: libktoblzcheck1t64 (= ${binary:Version}), ${misc:Depends}
 Description: library for verification of account numbers and bank codes 
(development files)
  libktoblzcheck is a library for verification of bank account numbers and bank
  codes (BLZ) of German Banks. It is based on the specifications of the
diff -Nru libktoblzcheck-1.53/debian/libktoblzcheck1t64.install 
libktoblzcheck-1.53/debian/libktoblzcheck1t64.install
--- libktoblzcheck-1.53/debian/libktoblzcheck1t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ libktoblzcheck-1.53/debian/libktoblzcheck1t64.install       2019-10-06 
18:52:09.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/lib*.so.*
+usr/share/ktoblzcheck
diff -Nru libktoblzcheck-1.53/debian/libktoblzcheck1t64.lintian-overrides 
libktoblzcheck-1.53/debian/libktoblzcheck1t64.lintian-overrides
--- libktoblzcheck-1.53/debian/libktoblzcheck1t64.lintian-overrides     
1970-01-01 00:00:00.000000000 +0000
+++ libktoblzcheck-1.53/debian/libktoblzcheck1t64.lintian-overrides     
2024-02-01 08:53:42.000000000 +0000
@@ -0,0 +1 @@
+libktoblzcheck1t64: package-name-doesnt-match-sonames libktoblzcheck1v5
diff -Nru libktoblzcheck-1.53/debian/libktoblzcheck1t64.postrm 
libktoblzcheck-1.53/debian/libktoblzcheck1t64.postrm
--- libktoblzcheck-1.53/debian/libktoblzcheck1t64.postrm        1970-01-01 
00:00:00.000000000 +0000
+++ libktoblzcheck-1.53/debian/libktoblzcheck1t64.postrm        2019-10-06 
13:42:00.000000000 +0000
@@ -0,0 +1,32 @@
+#!/bin/sh
+# postrm script for libktoblzcheck
+
+set -e
+
+bankdatadir=/var/lib/ktoblzcheck1
+
+case "$1" in
+    purge)
+       # remove out-of-package bankdata files possibly generated by
+       # online_update.pl script:
+       if [ -d $bankdatadir ]; then
+           rm 
$bankdatadir/bankdata_[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].txt 2> /dev/null 
|| true
+           rmdir $bankdatadir 2> /dev/null || true
+       fi
+    ;;
+
+    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    ;;
+
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff -Nru libktoblzcheck-1.53/debian/libktoblzcheck1v5.install 
libktoblzcheck-1.53/debian/libktoblzcheck1v5.install
--- libktoblzcheck-1.53/debian/libktoblzcheck1v5.install        2019-10-06 
18:52:09.000000000 +0000
+++ libktoblzcheck-1.53/debian/libktoblzcheck1v5.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-usr/share/ktoblzcheck
diff -Nru libktoblzcheck-1.53/debian/libktoblzcheck1v5.postrm 
libktoblzcheck-1.53/debian/libktoblzcheck1v5.postrm
--- libktoblzcheck-1.53/debian/libktoblzcheck1v5.postrm 2019-10-06 
13:42:00.000000000 +0000
+++ libktoblzcheck-1.53/debian/libktoblzcheck1v5.postrm 1970-01-01 
00:00:00.000000000 +0000
@@ -1,32 +0,0 @@
-#!/bin/sh
-# postrm script for libktoblzcheck
-
-set -e
-
-bankdatadir=/var/lib/ktoblzcheck1
-
-case "$1" in
-    purge)
-       # remove out-of-package bankdata files possibly generated by
-       # online_update.pl script:
-       if [ -d $bankdatadir ]; then
-           rm 
$bankdatadir/bankdata_[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].txt 2> /dev/null 
|| true
-           rmdir $bankdatadir 2> /dev/null || true
-       fi
-    ;;
-
-    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0

--- End Message ---
--- Begin Message ---
Source: libktoblzcheck
Source-Version: 1.53-3.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libktoblzcheck, 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.
Benjamin Drung <[email protected]> (supplier of updated libktoblzcheck 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 13:32:23 +0000
Source: libktoblzcheck
Architecture: source
Version: 1.53-3.1
Distribution: unstable
Urgency: medium
Maintainer: Micha Lenk <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062395
Changes:
 libktoblzcheck (1.53-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062395
Checksums-Sha1:
 2dccde3ada46d7147a6747eb2bc2e6a2cf1b1bb0 2116 libktoblzcheck_1.53-3.1.dsc
 e8c2e4907787299635cffb45004bbcfe2084d30e 8904 
libktoblzcheck_1.53-3.1.debian.tar.xz
 07df6e94e7856737bfe53d2bea135d637fa8c24a 8097 
libktoblzcheck_1.53-3.1_source.buildinfo
Checksums-Sha256:
 f281885820f73ef19eadd9d4393c749b07be37d965426c1a2ef68144e2bb1e38 2116 
libktoblzcheck_1.53-3.1.dsc
 b043f843e413712d73ab98fa3005dc952900d2cbde4b41d55c0c2b7175120472 8904 
libktoblzcheck_1.53-3.1.debian.tar.xz
 3cc529b92bb380b4d8e86e6c7ba87001aa8c3ff2e63b7ef3ff96e6106d25dcb3 8097 
libktoblzcheck_1.53-3.1_source.buildinfo
Files:
 54e20cf9c64324681a8ced6924d5095a 2116 libs optional libktoblzcheck_1.53-3.1.dsc
 e1daebb5ecb82b2f2c33fd5a6078c26c 8904 libs optional 
libktoblzcheck_1.53-3.1.debian.tar.xz
 99bb787531638b10f0713e88bc1d7b7f 8097 libs optional 
libktoblzcheck_1.53-3.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfNfQACgkQFZ61xO/I
d0xe6w//VWK5eDhYG7LbGI5iJbub8TiNOsPcKjN9HXh8hKCrC04eZIBNolebzfSr
oNKGs5MbcsPFx+DFDyMD2ddIyGE6eOL6C63J2JB1uO76Ev+YrtC6qRo8BhIYMydr
jsFyVc2m9folbpsRwKuo3i9keBqGVdHWiinB8Yy9vBPhCOHUNCzsowi9Egf6hwti
pS9LdYwQqQAKPi9KvXitPaGTHZ4qUYl0u5ydqMmcntmkCkOq8ljplDErOfatE+Ty
knCTw77GI3M83V9wEVUEUVA7cxmdELZ/zUx8BsDU6Osz+q0xsEZutUMM1gO3OTJj
fuBMOov6v4m9+Zf7XtONAVLuf2pJxKCXNN6JOKZ9rAme41pdNxxxi/dxAt1Ndz+s
K6D/boLzmkwE+/0LWwAEqYF+hUyk8SFvGLlERhO0msB9WGW1HlXvakw9OMte3zoL
QGz2zYOGtTNsyoLe9wLBRRuEwdbgHmVrBXfP8WXkmeLeEAqPSEkZDQsPFJjZYMZe
bNJh8sXbCWBtD57Cu/3fQQGwYcM9l4KD/+d83WltLprZW3uOBHBir6zz46iHrQIz
BrjYSv/VqgtkXSK23GBS+i5K/ukMXaETJx8HpzEcwECeAUgtXuC5CUISd00oh+mx
PefKRPn+IGK9rifLwnRIJev8ZP1ZIyUr9mJKb0qj70fmzK/+s2M=
=AxPN
-----END PGP SIGNATURE-----

Attachment: pgpAcGcy03JuA.pgp
Description: PGP signature


--- End Message ---

Reply via email to