Your message dated Thu, 29 Feb 2024 23:44:44 +0000
with message-id <e1rfq4y-00dqlc...@fasolo.debian.org>
and subject line Bug#1062854: fixed in reiserfsprogs 1:3.6.27-7.1
has caused the Debian Bug report #1062854,
regarding reiserfsprogs: 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.)
--
1062854: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062854
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: reiserfsprogs
Version: 1:3.6.27-7
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
reiserfsprogs 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 reiserfsprogs
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 reiserfsprogs-3.6.27/debian/changelog
reiserfsprogs-3.6.27/debian/changelog
--- reiserfsprogs-3.6.27/debian/changelog 2023-09-20 16:33:40.000000000
+0000
+++ reiserfsprogs-3.6.27/debian/changelog 2024-02-03 20:26:44.000000000
+0000
@@ -1,3 +1,10 @@
+reiserfsprogs (1:3.6.27-7.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org> Sat, 03 Feb 2024 20:26:44
+0000
+
reiserfsprogs (1:3.6.27-7) unstable; urgency=medium
* Remove udebs. Acked by Cyril Brulebois and Steve McIntyre on d-boot
diff -Nru reiserfsprogs-3.6.27/debian/control
reiserfsprogs-3.6.27/debian/control
--- reiserfsprogs-3.6.27/debian/control 2023-09-18 16:53:43.000000000 +0000
+++ reiserfsprogs-3.6.27/debian/control 2024-02-03 20:26:44.000000000 +0000
@@ -8,7 +8,7 @@
Package: reiserfsprogs
Architecture: linux-any
-Depends: libreiserfscore0 (= ${binary:Version}),
+Depends: libreiserfscore0t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: fdisk | util-linux (<< 2.29.2-3~)
@@ -16,7 +16,10 @@
This package contains utilities to create, check, resize, and debug
ReiserFS filesystems.
-Package: libreiserfscore0
+Package: libreiserfscore0t64
+Provides: ${t64:Provides}
+Replaces: libreiserfscore0
+Breaks: libreiserfscore0 (<< ${source:Version})
Architecture: linux-any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -28,7 +31,7 @@
Package: libreiserfscore-dev
Architecture: linux-any
Section: libdevel
-Depends: libreiserfscore0 (=${binary:Version}), ${misc:Depends}
+Depends: libreiserfscore0t64 (=${binary:Version}), ${misc:Depends}
Description: ReiserFS core library - headers
The ReiserFS core library allows system programs like btrfs-progs to
access and convert ReiserFS filesystems. Without implementing all
diff -Nru reiserfsprogs-3.6.27/debian/libreiserfscore0.install
reiserfsprogs-3.6.27/debian/libreiserfscore0.install
--- reiserfsprogs-3.6.27/debian/libreiserfscore0.install 2023-02-15
17:44:50.000000000 +0000
+++ reiserfsprogs-3.6.27/debian/libreiserfscore0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libreiserfscore.so.*
diff -Nru reiserfsprogs-3.6.27/debian/libreiserfscore0t64.install
reiserfsprogs-3.6.27/debian/libreiserfscore0t64.install
--- reiserfsprogs-3.6.27/debian/libreiserfscore0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ reiserfsprogs-3.6.27/debian/libreiserfscore0t64.install 2023-02-15
17:44:50.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libreiserfscore.so.*
diff -Nru reiserfsprogs-3.6.27/debian/libreiserfscore0t64.lintian-overrides
reiserfsprogs-3.6.27/debian/libreiserfscore0t64.lintian-overrides
--- reiserfsprogs-3.6.27/debian/libreiserfscore0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ reiserfsprogs-3.6.27/debian/libreiserfscore0t64.lintian-overrides
2024-02-03 20:26:44.000000000 +0000
@@ -0,0 +1 @@
+libreiserfscore0t64: package-name-doesnt-match-sonames libreiserfscore0
--- End Message ---
--- Begin Message ---
Source: reiserfsprogs
Source-Version: 1:3.6.27-7.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
reiserfsprogs, 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 reiserfsprogs 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 22:53:45 +0000
Source: reiserfsprogs
Architecture: source
Version: 1:3.6.27-7.1
Distribution: unstable
Urgency: medium
Maintainer: Felix Zielcke <fziel...@z-51.de>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062854
Changes:
reiserfsprogs (1:3.6.27-7.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062854
Checksums-Sha1:
d1114010a44273a24a0135fc5865c93770709e71 1956 reiserfsprogs_3.6.27-7.1.dsc
8136113bc2d6a9f99bd25d4b7f40bdb2dd924fcd 27188
reiserfsprogs_3.6.27-7.1.debian.tar.xz
075ac82cded1cce3e7c12d4b89ebe0ac9bd3f8a5 7397
reiserfsprogs_3.6.27-7.1_source.buildinfo
Checksums-Sha256:
09d74630c659eac4b3599a59d2ead86b476e4d9f3a2ce9ca767115ecec967501 1956
reiserfsprogs_3.6.27-7.1.dsc
ee059bbca7a5ea1f88c37e5ef7828ff59fdf82a10f3300898d95c3fd738e2574 27188
reiserfsprogs_3.6.27-7.1.debian.tar.xz
19a6feab2b551d01e0acbb8655c3e13409bcebf28ace4a66ea81763c39bd61ae 7397
reiserfsprogs_3.6.27-7.1_source.buildinfo
Files:
35cbbf980d81d16aa0f1b446e2ad769d 1956 admin optional
reiserfsprogs_3.6.27-7.1.dsc
1117ebdd9dc45d010616e79976e73ebb 27188 admin optional
reiserfsprogs_3.6.27-7.1.debian.tar.xz
e060f4c62c5c6963ca682c5ca619afd1 7397 admin optional
reiserfsprogs_3.6.27-7.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhCwwACgkQFZ61xO/I
d0xDQg/+JUv1fhkdaYpPRhvEE5z5HFLvucWNyrW57rtjIJpXW/kqtGUtzvnOqvUz
zrqAKUcYOqcoHPWntEj1IDxzA6Fb5LPYG9YCB9ke8mwxIKN13ikLqwA+uEnFT6TD
Pv401kQO2yq68FoJ8HBaPSwnzp6EDCf4yqbS+2wuF38vc7XuAZQlj+cqSfzdnUs+
Q1HwDAXRP58NSh8LX6GTGpJfcU0s/yfpTuw0teYRidNPa5RmosY/Woxk11dKMQs+
LbEx6rlD8kUwKIhkvKhTfO6UK7qkHGEoLEM8CjdEyiesGwuHguVx0kP/S8DDbepj
61VmPNzLbeAnX+qPyrD9nuSUWm2uvCwU0SZIuOEQGlP3o6yu5Qb0+NKKnBkaUmQP
/wiqQR4Vi4fUQngC1pHtkJzzHgS5cv4a39hRKfIP+GQANOK2apAg7Ugd1gmaUOTV
ehU9luLYugp4zBDTkiKG1Uxr5hsAFEwRq3PM2HWtKE+6TZ4NlF4mHpyFht/GoJ8u
5jvap5c448qFnxPL5tCUIK3B9L8Ah0FygnxaJ+ik8bTSGByr2yIoOZ5aVVI6ddBd
JmcXKyzww3hmN2thXSLnitzYndQri4UHPxFvlzBBeCZsHRLXvutSsDfPYWCfBV09
ocbZ6r01zDh/Kg0jWH2vgDHXQHhcbu4u03DEwDunsU2t/Pa5p0E=
=srkS
-----END PGP SIGNATURE-----
pgpeRKHxW0gDt.pgp
Description: PGP signature
--- End Message ---