Source: libident
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 libident-0.32/debian/changelog libident-0.32/debian/changelog
--- libident-0.32/debian/changelog      2022-01-02 19:55:27.000000000 +0000
+++ libident-0.32/debian/changelog      2024-02-28 19:14:09.000000000 +0000
@@ -1,3 +1,10 @@
+libident (0.32-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062726
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 19:14:09 +0000
+
 libident (0.32-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #1002955)
diff -Nru libident-0.32/debian/control libident-0.32/debian/control
--- libident-0.32/debian/control        2022-01-02 19:55:26.000000000 +0000
+++ libident-0.32/debian/control        2024-02-28 19:14:09.000000000 +0000
@@ -3,14 +3,18 @@
 Section: libs
 Priority: optional
 Standards-Version: 4.6.0
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
 Rules-Requires-Root: no
 Homepage: https://www.remlab.net/files/libident/
 Vcs-Git: https://salsa.debian.org/debian/libident.git
 Vcs-Browser: https://salsa.debian.org/debian/libident
 
-Package: libident
+Package: libident0
+X-Time64-Compat: libident
+Provides: ${t64:Provides}
+Replaces: libident
+Breaks: libident (<< ${source:Version})
 Architecture: any
 Depends:
  ${misc:Depends},
@@ -31,7 +35,7 @@
 Section: libdevel
 Priority: optional
 Depends:
- libident (= ${binary:Version}),
+ libident0 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: simple RFC1413 client library - development
diff -Nru libident-0.32/debian/libident.install 
libident-0.32/debian/libident.install
--- libident-0.32/debian/libident.install       2022-01-02 19:35:23.000000000 
+0000
+++ libident-0.32/debian/libident.install       1970-01-01 00:00:00.000000000 
+0000
@@ -1,3 +0,0 @@
-usr/sbin/
-usr/lib/*/lib*.so.*
-usr/share/man/man8/
diff -Nru libident-0.32/debian/libident.shlibs 
libident-0.32/debian/libident.shlibs
--- libident-0.32/debian/libident.shlibs        2022-01-01 18:15:57.000000000 
+0000
+++ libident-0.32/debian/libident.shlibs        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libident 0 libident (>= 0.32)
diff -Nru libident-0.32/debian/libident0.install 
libident-0.32/debian/libident0.install
--- libident-0.32/debian/libident0.install      1970-01-01 00:00:00.000000000 
+0000
+++ libident-0.32/debian/libident0.install      2022-01-02 19:35:23.000000000 
+0000
@@ -0,0 +1,3 @@
+usr/sbin/
+usr/lib/*/lib*.so.*
+usr/share/man/man8/
diff -Nru libident-0.32/debian/libident0.lintian-overrides 
libident-0.32/debian/libident0.lintian-overrides
--- libident-0.32/debian/libident0.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ libident-0.32/debian/libident0.lintian-overrides    2024-02-28 
19:11:36.000000000 +0000
@@ -0,0 +1 @@
+libident0: package-name-doesnt-match-sonames libident
diff -Nru libident-0.32/debian/libident0.shlibs 
libident-0.32/debian/libident0.shlibs
--- libident-0.32/debian/libident0.shlibs       1970-01-01 00:00:00.000000000 
+0000
+++ libident-0.32/debian/libident0.shlibs       2024-02-28 19:11:36.000000000 
+0000
@@ -0,0 +1 @@
+libident0 0 libident0 (>= 0.32)
diff -Nru libident-0.32/debian/rules libident-0.32/debian/rules
--- libident-0.32/debian/rules  2022-01-02 19:33:19.000000000 +0000
+++ libident-0.32/debian/rules  2024-02-28 19:14:07.000000000 +0000
@@ -20,4 +20,4 @@
                --enable-testers
 
 override_dh_installdocs:
-       dh_installdocs --link-doc=libident
+       dh_installdocs --link-doc=libident0

Reply via email to