Source: ns3
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 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 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-29 14:09:17.000000000 +0000
@@ -1,3 +1,10 @@
+ns3 (3.41-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1064633
+
+ -- Benjamin Drung <bdr...@debian.org>  Thu, 29 Feb 2024 14:09:17 +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-29 14:09:17.000000000 +0000
@@ -4,7 +4,7 @@
 Standards-Version: 4.6.2
 Maintainer: Martin Quinson <mquin...@debian.org>
 Uploaders: YunQiang Su <s...@debian.org>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5), dpkg-dev (>= 1.22.5),
  bison,
  cmake,
  debhelper-compat (= 13),
@@ -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-29 
14:07:35.000000000 +0000
@@ -0,0 +1,2 @@
+libns3.41t64: package-name-doesnt-match-sonames
+libns3.41t64: package-name-doesnt-match-sonames libns3.41

Reply via email to