Source: libcds
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 libcds-2.3.3/debian/changelog libcds-2.3.3/debian/changelog
--- libcds-2.3.3/debian/changelog       2023-10-29 09:02:22.000000000 +0000
+++ libcds-2.3.3/debian/changelog       2024-02-28 10:19:17.000000000 +0000
@@ -1,3 +1,10 @@
+libcds (2.3.3-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062247
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 10:19:17 +0000
+
 libcds (2.3.3-4) unstable; urgency=medium
 
   * upload to unstable
diff -Nru libcds-2.3.3/debian/control libcds-2.3.3/debian/control
--- libcds-2.3.3/debian/control 2023-10-29 09:02:22.000000000 +0000
+++ libcds-2.3.3/debian/control 2024-02-28 10:19:17.000000000 +0000
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Thorsten Alteholz <deb...@alteholz.de>
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
         , dh-exec
         , quilt
        , cmake
@@ -12,7 +12,10 @@
 Vcs-Git: https://salsa.debian.org/alteholz/libcds.git
 Rules-Requires-Root: no
 
-Package: libcds2.3.3
+Package: libcds2.3.3t64
+Provides: ${t64:Provides}
+Replaces: libcds2.3.3
+Breaks: libcds2.3.3 (<< ${source:Version})
 Section: libs
 Multi-Arch: same
 Architecture: any
@@ -47,7 +50,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libcds2.3.3 (= ${binary:Version})
+Depends: libcds2.3.3t64 (= ${binary:Version})
         , ${misc:Depends}
 Description: Concurrent Data Structures (CDS) library - development
  The Concurrent Data Structures (CDS) library is a collection of concurrent
diff -Nru libcds-2.3.3/debian/libcds2.3.3.install 
libcds-2.3.3/debian/libcds2.3.3.install
--- libcds-2.3.3/debian/libcds2.3.3.install     2023-10-29 09:02:22.000000000 
+0000
+++ libcds-2.3.3/debian/libcds2.3.3.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-#! /usr/bin/dh-exec
-usr/lib*/libcds*.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru libcds-2.3.3/debian/libcds2.3.3t64.install 
libcds-2.3.3/debian/libcds2.3.3t64.install
--- libcds-2.3.3/debian/libcds2.3.3t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ libcds-2.3.3/debian/libcds2.3.3t64.install  2023-10-29 09:02:22.000000000 
+0000
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib*/libcds*.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru libcds-2.3.3/debian/libcds2.3.3t64.lintian-overrides 
libcds-2.3.3/debian/libcds2.3.3t64.lintian-overrides
--- libcds-2.3.3/debian/libcds2.3.3t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ libcds-2.3.3/debian/libcds2.3.3t64.lintian-overrides        2024-02-28 
10:19:12.000000000 +0000
@@ -0,0 +1 @@
+libcds2.3.3t64: package-name-doesnt-match-sonames libcds2.3.3

Reply via email to