Source: libcrcutil
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 libcrcutil-1.0/debian/changelog libcrcutil-1.0/debian/changelog
--- libcrcutil-1.0/debian/changelog     2020-05-16 18:14:43.000000000 +0000
+++ libcrcutil-1.0/debian/changelog     2024-02-28 10:36:36.000000000 +0000
@@ -1,3 +1,10 @@
+libcrcutil (1.0-5.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062261
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 10:36:36 +0000
+
 libcrcutil (1.0-5.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libcrcutil-1.0/debian/control libcrcutil-1.0/debian/control
--- libcrcutil-1.0/debian/control       2020-02-05 16:41:16.000000000 +0000
+++ libcrcutil-1.0/debian/control       2024-02-28 10:36:36.000000000 +0000
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Dmitry Smirnov <only...@debian.org>
-Build-Depends: debhelper (>= 11~)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11~)
 Build-Depends-Indep: texlive-binaries
                     ,texlive-latex-base
                     ,texlive-latex-extra
@@ -11,7 +11,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/crcutil
 Vcs-Git: https://salsa.debian.org/debian/crcutil.git
 
-Package: libcrcutil0
+Package: libcrcutil0t64
+Provides: ${t64:Provides}
+Replaces: libcrcutil0
+Breaks: libcrcutil0 (<< ${source:Version})
 Architecture: any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 
any-mipsel any-mips64el any-ppc64el any-riscv64 any-sh4 any-x32
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -43,7 +46,7 @@
 Package: libcrcutil-dev
 Section: libdevel
 Architecture: any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 
any-mipsel any-mips64el any-ppc64el any-riscv64 any-sh4 any-x32
-Depends: ${misc:Depends}, libcrcutil0 (= ${binary:Version})
+Depends: ${misc:Depends}, libcrcutil0t64 (= ${binary:Version})
 Suggests: libcrcutil-doc
 Description: library for cyclic redundancy check (CRC) computation - 
development files
  Crcutil library provides efficient implementation of CRC algorithms. It
diff -Nru libcrcutil-1.0/debian/libcrcutil0.install 
libcrcutil-1.0/debian/libcrcutil0.install
--- libcrcutil-1.0/debian/libcrcutil0.install   2018-05-01 12:25:39.000000000 
+0000
+++ libcrcutil-1.0/debian/libcrcutil0.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libcrcutil-1.0/debian/libcrcutil0.lintian-overrides 
libcrcutil-1.0/debian/libcrcutil0.lintian-overrides
--- libcrcutil-1.0/debian/libcrcutil0.lintian-overrides 2018-05-01 
12:25:39.000000000 +0000
+++ libcrcutil-1.0/debian/libcrcutil0.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-## symbols are not very useful for CPP, see
-##   http://wiki.debian.org/UsingSymbolsFiles#See_also
-no-symbols-control-file
diff -Nru libcrcutil-1.0/debian/libcrcutil0t64.install 
libcrcutil-1.0/debian/libcrcutil0t64.install
--- libcrcutil-1.0/debian/libcrcutil0t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ libcrcutil-1.0/debian/libcrcutil0t64.install        2018-05-01 
12:25:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libcrcutil-1.0/debian/libcrcutil0t64.lintian-overrides 
libcrcutil-1.0/debian/libcrcutil0t64.lintian-overrides
--- libcrcutil-1.0/debian/libcrcutil0t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ libcrcutil-1.0/debian/libcrcutil0t64.lintian-overrides      2024-02-28 
10:35:55.000000000 +0000
@@ -0,0 +1,4 @@
+## symbols are not very useful for CPP, see
+##   http://wiki.debian.org/UsingSymbolsFiles#See_also
+no-symbols-control-file
+libcrcutil0t64: package-name-doesnt-match-sonames libcrcutil0

Reply via email to