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')
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 libwfa2-2.3.3/debian/changelog libwfa2-2.3.3/debian/changelog
--- libwfa2-2.3.3/debian/changelog      2023-07-15 05:42:16.000000000 +0000
+++ libwfa2-2.3.3/debian/changelog      2024-03-01 07:16:29.000000000 +0000
@@ -1,3 +1,10 @@
+libwfa2 (2.3.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062731
+
+ -- Steve Langasek <vor...@debian.org>  Fri, 01 Mar 2024 07:16:29 +0000
+
 libwfa2 (2.3.3-2) unstable; urgency=medium
 
   * Team Upload.
diff -Nru libwfa2-2.3.3/debian/control libwfa2-2.3.3/debian/control
--- libwfa2-2.3.3/debian/control        2023-07-15 05:23:04.000000000 +0000
+++ libwfa2-2.3.3/debian/control        2024-03-01 07:16:29.000000000 +0000
@@ -3,8 +3,8 @@
 Uploaders: Andreas Tille <ti...@debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
-               d-shlibs,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
+               d-shlibs (>= 0.106),
                cmake,
                pkg-config
 Standards-Version: 4.6.2
@@ -13,7 +13,10 @@
 Homepage: https://github.com/smarco/WFA2-lib
 Rules-Requires-Root: no
 
-Package: libwfa2-0
+Package: libwfa2-0t64
+Provides: ${t64:Provides}
+Replaces: libwfa2-0
+Conflicts: libwfa2-0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -38,7 +41,7 @@
 Package: libwfa2-dev
 Architecture: any
 Section: libdevel
-Depends: libwfa2-0 (= ${binary:Version}),
+Depends: libwfa2-0t64 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: exact gap-affine algorithm (development)
diff -Nru libwfa2-2.3.3/debian/libwfa2-0.install 
libwfa2-2.3.3/debian/libwfa2-0.install
--- libwfa2-2.3.3/debian/libwfa2-0.install      2023-07-15 05:23:04.000000000 
+0000
+++ libwfa2-2.3.3/debian/libwfa2-0.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libwfa2cpp.so.0
diff -Nru libwfa2-2.3.3/debian/libwfa2-0t64.install 
libwfa2-2.3.3/debian/libwfa2-0t64.install
--- libwfa2-2.3.3/debian/libwfa2-0t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ libwfa2-2.3.3/debian/libwfa2-0t64.install   2023-07-15 05:23:04.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libwfa2cpp.so.0
diff -Nru libwfa2-2.3.3/debian/libwfa2-0t64.lintian-overrides 
libwfa2-2.3.3/debian/libwfa2-0t64.lintian-overrides
--- libwfa2-2.3.3/debian/libwfa2-0t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ libwfa2-2.3.3/debian/libwfa2-0t64.lintian-overrides 2024-03-01 
07:15:31.000000000 +0000
@@ -0,0 +1 @@
+libwfa2-0t64: package-name-doesnt-match-sonames libwfa2-0
diff -Nru libwfa2-2.3.3/debian/rules libwfa2-2.3.3/debian/rules
--- libwfa2-2.3.3/debian/rules  2023-07-15 05:23:04.000000000 +0000
+++ libwfa2-2.3.3/debian/rules  2024-03-01 07:16:28.000000000 +0000
@@ -14,6 +14,7 @@
 override_dh_install:
        dh_install
        d-shlibmove --commit \
+                   --t64 \
                    --multiarch \
                    --devunversioned \
                    --exclude-la \

Reply via email to