[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1063312: zthreads: NMU diff for 64-bit time_t transition



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-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 zthreads-2.3.2/debian/changelog zthreads-2.3.2/debian/changelog
--- zthreads-2.3.2/debian/changelog	2021-08-20 12:43:47.000000000 +0000
+++ zthreads-2.3.2/debian/changelog	2024-02-29 08:47:28.000000000 +0000
@@ -1,3 +1,10 @@
+zthreads (2.3.2-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063312
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 29 Feb 2024 08:47:28 +0000
+
 zthreads (2.3.2-11) unstable; urgency=medium
 
   * QA upload.
diff -Nru zthreads-2.3.2/debian/control zthreads-2.3.2/debian/control
--- zthreads-2.3.2/debian/control	2021-08-20 12:43:47.000000000 +0000
+++ zthreads-2.3.2/debian/control	2024-02-29 08:47:28.000000000 +0000
@@ -2,14 +2,17 @@
 Priority: optional
 Section: libs
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
 Standards-Version: 4.5.0
 Rules-Requires-Root: no
 Homepage: http://zthread.sourceforge.net/
 Vcs-Browser: https://salsa.debian.org/debian/zthreads
 Vcs-Git: https://salsa.debian.org/debian/zthreads.git
 
-Package: libzthread-2.3-2
+Package: libzthread-2.3-2t64
+Provides: ${t64:Provides}
+Replaces: libzthread-2.3-2
+Breaks: libzthread-2.3-2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -32,7 +35,7 @@
 Package: libzthread-dev
 Section: libdevel
 Architecture: any
-Depends: libzthread-2.3-2 (= ${binary:Version}), ${misc:Depends}
+Depends: libzthread-2.3-2t64 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: Object-oriented synchronization library for C++ (runtime lib)
  Zthreads is an advanced platform-independent, object-oriented
diff -Nru zthreads-2.3.2/debian/libzthread-2.3-2.install zthreads-2.3.2/debian/libzthread-2.3-2.install
--- zthreads-2.3.2/debian/libzthread-2.3-2.install	2021-08-20 12:43:47.000000000 +0000
+++ zthreads-2.3.2/debian/libzthread-2.3-2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru zthreads-2.3.2/debian/libzthread-2.3-2t64.install zthreads-2.3.2/debian/libzthread-2.3-2t64.install
--- zthreads-2.3.2/debian/libzthread-2.3-2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ zthreads-2.3.2/debian/libzthread-2.3-2t64.install	2021-08-20 12:43:47.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides
--- zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides	2024-02-29 08:47:23.000000000 +0000
@@ -0,0 +1 @@
+libzthread-2.3-2t64: package-name-doesnt-match-sonames libzthread-2.3-2

Reply to: