Your message dated Thu, 29 Feb 2024 16:50:02 +0000
with message-id <e1rfjbe-00c1v2...@fasolo.debian.org>
and subject line Bug#1062884: fixed in scamper 20211212-1.2
has caused the Debian Bug report #1062884,
regarding scamper: 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.)


-- 
1062884: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scamper
Version: 20211212-1.1
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
scamper 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 scamper
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 scamper-20211212/debian/changelog scamper-20211212/debian/changelog
--- scamper-20211212/debian/changelog   2022-07-30 21:26:40.000000000 +0000
+++ scamper-20211212/debian/changelog   2024-02-03 21:22:48.000000000 +0000
@@ -1,3 +1,10 @@
+scamper (20211212-1.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Sat, 03 Feb 2024 21:22:48 
+0000
+
 scamper (20211212-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru scamper-20211212/debian/control scamper-20211212/debian/control
--- scamper-20211212/debian/control     2022-07-30 21:26:12.000000000 +0000
+++ scamper-20211212/debian/control     2024-02-03 21:22:47.000000000 +0000
@@ -28,7 +28,10 @@
  to the next point in the network, followed by a TTL limited search to
  infer where the failure appears to occur.
 
-Package: libscamperfile0
+Package: libscamperfile0t64
+Provides: ${t64:Provides}
+Replaces: libscamperfile0
+Breaks: libscamperfile0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -47,7 +50,7 @@
 Package: libscamperfile0-dev
 Section: libdevel
 Architecture: any
-Depends: libscamperfile0 (= ${binary:Version}), ${misc:Depends}
+Depends: libscamperfile0t64 (= ${binary:Version}), ${misc:Depends}
 Provides: libscamperfile-dev
 Conflicts: libscamperfile-dev
 Description: development headers for scamper's binary dump file access library
diff -Nru scamper-20211212/debian/libscamperfile0.install 
scamper-20211212/debian/libscamperfile0.install
--- scamper-20211212/debian/libscamperfile0.install     2022-07-30 
21:26:12.000000000 +0000
+++ scamper-20211212/debian/libscamperfile0.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libscamperfile*.so.*
diff -Nru scamper-20211212/debian/libscamperfile0t64.install 
scamper-20211212/debian/libscamperfile0t64.install
--- scamper-20211212/debian/libscamperfile0t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ scamper-20211212/debian/libscamperfile0t64.install  2022-07-30 
21:26:12.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libscamperfile*.so.*
diff -Nru scamper-20211212/debian/libscamperfile0t64.lintian-overrides 
scamper-20211212/debian/libscamperfile0t64.lintian-overrides
--- scamper-20211212/debian/libscamperfile0t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ scamper-20211212/debian/libscamperfile0t64.lintian-overrides        
2024-02-03 21:22:47.000000000 +0000
@@ -0,0 +1 @@
+libscamperfile0t64: package-name-doesnt-match-sonames libscamperfile0

--- End Message ---
--- Begin Message ---
Source: scamper
Source-Version: 20211212-1.2
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
scamper, 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 scamper 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 15:42:52 +0000
Source: scamper
Architecture: source
Version: 20211212-1.2
Distribution: unstable
Urgency: medium
Maintainer: Internet Measurement Packaging Team 
<pkg-netmeasure-disc...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062884
Changes:
 scamper (20211212-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062884
Checksums-Sha1:
 039f5a2c3afe8917a4f78ab93647b13d75dae707 2220 scamper_20211212-1.2.dsc
 c6c40e373261d272acc55639166bfa4e9c8e3158 5600 
scamper_20211212-1.2.debian.tar.xz
 804336ad82ffb5e77495cffd4097d3a44560f4dd 7036 
scamper_20211212-1.2_source.buildinfo
Checksums-Sha256:
 cc38157c2af905f4c3548c58520675329e1a8c1dd1cbb47bd046a5f5efaa8afe 2220 
scamper_20211212-1.2.dsc
 93427ea506d4d48414fcc0469466f5aada7bdee79c8be5300f9322270517be10 5600 
scamper_20211212-1.2.debian.tar.xz
 fbc73520adb78fb4cd1fa1e561632d12a1d0e8b2876df03e21f3fe3e8d0f9a6a 7036 
scamper_20211212-1.2_source.buildinfo
Files:
 413d574d6752f119253fd3b624a7b2b5 2220 admin optional scamper_20211212-1.2.dsc
 fd75af0f1c2187633740d235eb13c411 5600 admin optional 
scamper_20211212-1.2.debian.tar.xz
 d9214c0cf6bdd7ca579dc7f7bc22ae72 7036 admin optional 
scamper_20211212-1.2_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgpiUACgkQFZ61xO/I
d0xCYQ//c0sYY8mouhlMF6Zx3QQu0aep9mg9I/+Maj5ltKJSXe4RrsEK9OVZeK0G
5damNxbW0A8FqPycqPZI3Kn7L5BTTUPIRAqIhKbTFOkOpvox5WG3UocDvAsOxOYN
CjHjO8G8PHcdtWTFOTa/2ogxT0PtIJyY7oJDzM0pdL7phnESFww8PwwZSOR2Uqe9
CrvUXFS2Bd0tq5kaNDAXtHgD9iRc6sRXWha2UXBWc6lzOqDJ4d/QWj5qq0qb5nYt
NPuTJPZD+J9/wDy/nbEGzzxjFm0rmBhrW44KyGCquDC9Mc6it41pQS+mS0EnGuWB
vHQ6WGzpCrE6VGhKaWbPZc2JqJ2yFBJZ64gRA1til8NXIu0OS/s6W23gBMw4+oEv
YbqpEjELMMVUNLC2hWxQzKTXfIjNS/TGUUBFfu9glruhvTvwDQt+kcuGEWHfgaV7
aLUteANFCA11gWnSR5jEefdZPnYtAuQ7pd5J0ZNBLWWmfS7kKH5YLbIMJsTAVibJ
6uWIb711+fhhgvvQVe39ebwrmnCF/d7Viol+SecK2kMHuip8qNzxloyawFB1f9JX
6PiuLps5UOZ3TuY902HDvjAtF6EEov2V9ebrEzXVE3cRkIPXbpkmac8JovfnqnJy
scYis+Irc/+rrVHUKMSzZmjNdUKwniWzogr5BD6eOpd6SUHiqm8=
=Xsjw
-----END PGP SIGNATURE-----

Attachment: pgpRewvhPBhNk.pgp
Description: PGP signature


--- End Message ---

Reply via email to