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

Bug#1062080: clthreads: 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 clthreads-2.4.2/debian/changelog clthreads-2.4.2/debian/changelog
--- clthreads-2.4.2/debian/changelog	2019-11-23 14:11:11.000000000 +0000
+++ clthreads-2.4.2/debian/changelog	2024-02-28 16:06:26.000000000 +0000
@@ -1,3 +1,10 @@
+clthreads (2.4.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062080
+
+ -- Steve Langasek <vorlon@debian.org>  Wed, 28 Feb 2024 16:06:26 +0000
+
 clthreads (2.4.2-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru clthreads-2.4.2/debian/control clthreads-2.4.2/debian/control
--- clthreads-2.4.2/debian/control	2019-11-23 14:11:07.000000000 +0000
+++ clthreads-2.4.2/debian/control	2024-02-28 16:06:26.000000000 +0000
@@ -5,7 +5,7 @@
 Uploaders:
  Free Ekanayaka <freee@debian.org>,
  Jaromír Mikeš <mira.mikes@seznam.cz>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 12),
  libasound2-dev
 Standards-Version: 4.4.1
@@ -18,7 +18,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libclthreads2 (= ${binary:Version}),
+ libclthreads2t64 (= ${binary:Version}),
  ${misc:Depends}
 Multi-Arch: same
 Description: POSIX threads C++ access library (development files)
@@ -27,7 +27,10 @@
  .
  This package provides the development headers.
 
-Package: libclthreads2
+Package: libclthreads2t64
+Provides: ${t64:Provides}
+Replaces: libclthreads2
+Breaks: libclthreads2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
diff -Nru clthreads-2.4.2/debian/libclthreads2.install clthreads-2.4.2/debian/libclthreads2.install
--- clthreads-2.4.2/debian/libclthreads2.install	2019-11-23 14:03:39.000000000 +0000
+++ clthreads-2.4.2/debian/libclthreads2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru clthreads-2.4.2/debian/libclthreads2t64.install clthreads-2.4.2/debian/libclthreads2t64.install
--- clthreads-2.4.2/debian/libclthreads2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ clthreads-2.4.2/debian/libclthreads2t64.install	2019-11-23 14:03:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru clthreads-2.4.2/debian/libclthreads2t64.lintian-overrides clthreads-2.4.2/debian/libclthreads2t64.lintian-overrides
--- clthreads-2.4.2/debian/libclthreads2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ clthreads-2.4.2/debian/libclthreads2t64.lintian-overrides	2024-02-28 16:06:17.000000000 +0000
@@ -0,0 +1 @@
+libclthreads2t64: package-name-doesnt-match-sonames libclthreads2

Reply to: