Source: srecord
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 srecord-1.64/debian/changelog srecord-1.64/debian/changelog
--- srecord-1.64/debian/changelog       2023-06-21 21:48:23.000000000 +0000
+++ srecord-1.64/debian/changelog       2024-02-29 17:24:48.000000000 +0000
@@ -1,3 +1,10 @@
+srecord (1.64-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062921
+
+ -- Benjamin Drung <bdr...@debian.org>  Thu, 29 Feb 2024 17:24:48 +0000
+
 srecord (1.64-4) unstable; urgency=medium
 
   * QA upload.
diff -Nru srecord-1.64/debian/control srecord-1.64/debian/control
--- srecord-1.64/debian/control 2023-06-21 21:48:23.000000000 +0000
+++ srecord-1.64/debian/control 2024-02-29 17:24:48.000000000 +0000
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Debian QA Group <packa...@qa.debian.org>
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
                groff,
                libboost-dev,
                libgcrypt20-dev,
@@ -35,7 +35,7 @@
 Section: libdevel
 Multi-Arch: same
 Architecture: any
-Depends: libsrecord0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsrecord0t64 (= ${binary:Version}), ${misc:Depends}
 Description: library for manipulating EPROM load files (development)
  The srecord library is a collection of powerful C++ classes for manipulating
  EPROM load files. It reads and writes numerous EPROM file formats, and can
@@ -44,7 +44,10 @@
  This package contains the static libraries and headers for developing
  applications that use the srecord library.
 
-Package: libsrecord0
+Package: libsrecord0t64
+Provides: ${t64:Provides}
+Replaces: libsrecord0
+Breaks: libsrecord0 (<< ${source:Version})
 Section: libs
 Multi-Arch: same
 Architecture: any
diff -Nru srecord-1.64/debian/libsrecord0.install 
srecord-1.64/debian/libsrecord0.install
--- srecord-1.64/debian/libsrecord0.install     2023-06-21 21:48:23.000000000 
+0000
+++ srecord-1.64/debian/libsrecord0.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libsrecord.so.*
diff -Nru srecord-1.64/debian/libsrecord0t64.install 
srecord-1.64/debian/libsrecord0t64.install
--- srecord-1.64/debian/libsrecord0t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ srecord-1.64/debian/libsrecord0t64.install  2023-06-21 21:48:23.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libsrecord.so.*
diff -Nru srecord-1.64/debian/libsrecord0t64.lintian-overrides 
srecord-1.64/debian/libsrecord0t64.lintian-overrides
--- srecord-1.64/debian/libsrecord0t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ srecord-1.64/debian/libsrecord0t64.lintian-overrides        2024-02-29 
17:24:41.000000000 +0000
@@ -0,0 +1 @@
+libsrecord0t64: package-name-doesnt-match-sonames libsrecord0

Reply via email to