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-21-generic (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libavl-0.3.5/debian/changelog libavl-0.3.5/debian/changelog
--- libavl-0.3.5/debian/changelog       2016-06-21 10:03:23.000000000 +0000
+++ libavl-0.3.5/debian/changelog       2024-02-29 08:45:27.000000000 +0000
@@ -1,3 +1,10 @@
+libavl (0.3.5-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062227
+
+ -- Lukas Märdian <sl...@debian.org>  Thu, 29 Feb 2024 08:45:27 +0000
+
 libavl (0.3.5-4) unstable; urgency=medium
 
   [ Guus Sliepen ]
diff -Nru libavl-0.3.5/debian/control libavl-0.3.5/debian/control
--- libavl-0.3.5/debian/control 2016-06-21 08:39:25.000000000 +0000
+++ libavl-0.3.5/debian/control 2024-02-29 08:45:27.000000000 +0000
@@ -2,13 +2,13 @@
 Section: devel
 Priority: optional
 Maintainer: Guus Sliepen <g...@debian.org>
-Build-Depends: debhelper (>> 9)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>> 9)
 Standards-Version: 3.9.8
 
 Package: libavl-dev
 Section: libdevel
 Architecture: any
-Depends: libavl1 (= ${binary:Version}), libc6-dev, ${misc:Depends}
+Depends: libavl1t64 (= ${binary:Version}), libc6-dev, ${misc:Depends}
 Description: AVL tree manipulation library - development
  This library consists of a set of functions to manipulate AVL trees.  AVL
  trees are very efficient balanced binary trees, similar to red-black trees.
@@ -17,7 +17,10 @@
  .
  This package contains the header files.
 
-Package: libavl1
+Package: libavl1t64
+Provides: ${t64:Provides}
+Replaces: libavl1
+Breaks: libavl1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru libavl-0.3.5/debian/libavl1.install 
libavl-0.3.5/debian/libavl1.install
--- libavl-0.3.5/debian/libavl1.install 2016-06-21 10:00:00.000000000 +0000
+++ libavl-0.3.5/debian/libavl1.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru libavl-0.3.5/debian/libavl1t64.install 
libavl-0.3.5/debian/libavl1t64.install
--- libavl-0.3.5/debian/libavl1t64.install      1970-01-01 00:00:00.000000000 
+0000
+++ libavl-0.3.5/debian/libavl1t64.install      2016-06-21 10:00:00.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru libavl-0.3.5/debian/libavl1t64.lintian-overrides 
libavl-0.3.5/debian/libavl1t64.lintian-overrides
--- libavl-0.3.5/debian/libavl1t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ libavl-0.3.5/debian/libavl1t64.lintian-overrides    2024-02-29 
08:45:20.000000000 +0000
@@ -0,0 +1 @@
+libavl1t64: package-name-doesnt-match-sonames libavl1

Reply via email to