Your message dated Thu, 29 Feb 2024 15:16:16 +0000
with message-id <e1rfi8u-00bn41...@fasolo.debian.org>
and subject line Bug#1064633: fixed in ns3 3.41-1.1
has caused the Debian Bug report #1064633,
regarding ns3: 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.)


-- 
1064633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064633
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ns3
Version: 3.41-1
Severity: important
Tags: patch pending sid trixie
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
ns3 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 ns3
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')
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 ns3-3.41/debian/changelog ns3-3.41/debian/changelog
--- ns3-3.41/debian/changelog   2024-02-11 14:40:35.000000000 +0000
+++ ns3-3.41/debian/changelog   2024-02-25 08:40:43.000000000 +0000
@@ -1,3 +1,10 @@
+ns3 (3.41-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Sun, 25 Feb 2024 08:40:43 +0000
+
 ns3 (3.41-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru ns3-3.41/debian/control ns3-3.41/debian/control
--- ns3-3.41/debian/control     2024-02-11 14:40:35.000000000 +0000
+++ ns3-3.41/debian/control     2024-02-25 08:40:43.000000000 +0000
@@ -81,7 +81,10 @@
  This package contains manual, modules, tutorial and doxygen.
 
 # Note to self: when updating this, you also need to update the SONAME in the 
relevant patch
-Package: libns3.41
+Package: libns3.41t64
+Provides: ${t64:Provides}
+Replaces: libns3.41
+Breaks: libns3.41 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -100,7 +103,7 @@
 
 Package: libns3-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libns3.41 (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, libns3.41t64 (= 
${binary:Version}),
   g++,
 Breaks: ns3 (= 3.25+dfsg2-2)
 Section: libdevel
diff -Nru ns3-3.41/debian/libns3.41.install ns3-3.41/debian/libns3.41.install
--- ns3-3.41/debian/libns3.41.install   2024-02-11 14:40:35.000000000 +0000
+++ ns3-3.41/debian/libns3.41.install   1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libns3-*.so.*
diff -Nru ns3-3.41/debian/libns3.41.lintian-overrides 
ns3-3.41/debian/libns3.41.lintian-overrides
--- ns3-3.41/debian/libns3.41.lintian-overrides 2024-02-11 14:40:35.000000000 
+0000
+++ ns3-3.41/debian/libns3.41.lintian-overrides 1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libns3.41: package-name-doesnt-match-sonames
diff -Nru ns3-3.41/debian/libns3.41t64.install 
ns3-3.41/debian/libns3.41t64.install
--- ns3-3.41/debian/libns3.41t64.install        1970-01-01 00:00:00.000000000 
+0000
+++ ns3-3.41/debian/libns3.41t64.install        2024-02-11 14:40:35.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libns3-*.so.*
diff -Nru ns3-3.41/debian/libns3.41t64.lintian-overrides 
ns3-3.41/debian/libns3.41t64.lintian-overrides
--- ns3-3.41/debian/libns3.41t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ ns3-3.41/debian/libns3.41t64.lintian-overrides      2024-02-25 
08:40:43.000000000 +0000
@@ -0,0 +1,2 @@
+libns3.41t64: package-name-doesnt-match-sonames
+libns3.41t64: package-name-doesnt-match-sonames libns3.41

--- End Message ---
--- Begin Message ---
Source: ns3
Source-Version: 3.41-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ns3, 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 1064...@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 ns3 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 14:09:17 +0000
Source: ns3
Architecture: source
Version: 3.41-1.1
Distribution: unstable
Urgency: medium
Maintainer: Martin Quinson <mquin...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1064633
Changes:
 ns3 (3.41-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064633
Checksums-Sha1:
 40312aa1b906266e85fdebc7a2965170b6cd4c75 2528 ns3_3.41-1.1.dsc
 ff4bd6a5a22329621a6d35ffe2644ca612ebfe38 20152 ns3_3.41-1.1.debian.tar.xz
 f8d6cdd58f252d6f3134e5c8a5e093a7af46ed2a 13865 ns3_3.41-1.1_source.buildinfo
Checksums-Sha256:
 07367b1a58eb62a225f0076fd77f895f4c246267eda1dd47dd4c768f3a308947 2528 
ns3_3.41-1.1.dsc
 29ee496ce0ebfe3e533420e3177ebac11fa3d3fcfc9abe86c1fc892d10ec25bd 20152 
ns3_3.41-1.1.debian.tar.xz
 80e8a45c861817ec4259dbf5ee30bd5afafb01bb909d1f7269e12bfdbffee8ae 13865 
ns3_3.41-1.1_source.buildinfo
Files:
 e25206220bfa8d2b24d5b7b1af886312 2528 net optional ns3_3.41-1.1.dsc
 391993f7e84ce8b9fa32c1db5ed79e3e 20152 net optional ns3_3.41-1.1.debian.tar.xz
 f3991460d24ec73d138eb3b51d1b5d88 13865 net optional 
ns3_3.41-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgkCkACgkQFZ61xO/I
d0wbuBAAmwaDD/zBUBGKeNQLh8Clg0DLcmVtj/3FZFM942pd7JOZk/9MQu0rq3gI
Jj1jqhc2MFyo+T9LJFIcxEpDXFireCmEOz4BpwSNQk0LH+8Zew9WLog72xsbbFg0
eiP7fMjHyBWmMn3xRm2RTpcjX+y43qlGTCBfDJFjGIqTpYCpO2bhBzzrcN9+TTWi
OrVuiVQnQapjhJc/xBly+tkscqnCxO2NHes3Ooequ9551F5wElR04iaEXSxGtbKi
YR7ltj2Puw/JJrYQiO3g24AKbsM5lH3YX6ceyMsrscd/v+IqVAibvetiVqPd4f6z
Lo+nnniQYZmOiXXgagm80v5a0h/aca90g+1FgbJGytiGDG3GUCWhZPlS7oyyQmfj
qRTxmmWcujazdWRbjkE0NPBxsoEtnUq7U33w0pyPjt1c5v7Alyp6oKoRs6uOGvUe
RG9zxnVH39TXmk67EjecKABWOTGbRWoSzMauZFIQzkajMPt/+1wz+DPwwuNUQ7o7
5/uC95xG5vdu1LOdEjifPNLvZCHN62tWn6sjSafpKciGp1PFjZW1AC9SDcubUCxS
MoxWL/mIO+1ZIzLGza8DbdZXQ7jvlJi2X3Rxnom36s6ydLMJCgMDln6hDocTeHCn
ZQ32ZC/sm5IMktSga1DBrdgjmzZ47JrZDl9jLcv9peZZf46w+Y0=
=oNLO
-----END PGP SIGNATURE-----

Attachment: pgprG4uxSDMYn.pgp
Description: PGP signature


--- End Message ---

Reply via email to