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 gnucobol3-3.1.2/debian/changelog gnucobol3-3.1.2/debian/changelog
--- gnucobol3-3.1.2/debian/changelog    2021-09-14 19:23:38.000000000 +0000
+++ gnucobol3-3.1.2/debian/changelog    2024-02-28 19:26:53.000000000 +0000
@@ -1,3 +1,10 @@
+gnucobol3 (3.1.2-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062185
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 28 Feb 2024 19:26:53 +0000
+
 gnucobol3 (3.1.2-5) unstable; urgency=medium
 
   * debian/control: bump standard to 4.6.0 (no changes)
diff -Nru gnucobol3-3.1.2/debian/control gnucobol3-3.1.2/debian/control
--- gnucobol3-3.1.2/debian/control      2021-09-14 19:23:38.000000000 +0000
+++ gnucobol3-3.1.2/debian/control      2024-02-28 19:26:53.000000000 +0000
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Thorsten Alteholz <deb...@alteholz.de>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
        debhelper-compat (= 13)
        , libgmp-dev
        , libdb-dev
@@ -50,9 +50,11 @@
  GnuCOBOL passes over 9600 of the NIST COBOL 85 test suite tests and over 750
  internal checks during build.
 
-Package: libcob4
+Package: libcob4t64
+Provides: ${t64:Provides}
+Breaks: libcob4 (<< ${source:Version})
 Section: libs
-Replaces: libcob1
+Replaces: libcob4, libcob1
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -70,7 +72,7 @@
 Multi-Arch: same
 Replaces: libcob1-dev
 Breaks: libcob1-dev
-Depends: ${misc:Depends}, libcob4 (=${binary:Version})
+Depends: ${misc:Depends}, libcob4t64 (=${binary:Version})
 Description: COBOL compiler - development files
  This package contains the development files for gnucobol.
  .
diff -Nru gnucobol3-3.1.2/debian/libcob4.dirs 
gnucobol3-3.1.2/debian/libcob4.dirs
--- gnucobol3-3.1.2/debian/libcob4.dirs 2021-05-18 18:33:38.000000000 +0000
+++ gnucobol3-3.1.2/debian/libcob4.dirs 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru gnucobol3-3.1.2/debian/libcob4.install 
gnucobol3-3.1.2/debian/libcob4.install
--- gnucobol3-3.1.2/debian/libcob4.install      2021-05-18 18:33:38.000000000 
+0000
+++ gnucobol3-3.1.2/debian/libcob4.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru gnucobol3-3.1.2/debian/libcob4t64.dirs 
gnucobol3-3.1.2/debian/libcob4t64.dirs
--- gnucobol3-3.1.2/debian/libcob4t64.dirs      1970-01-01 00:00:00.000000000 
+0000
+++ gnucobol3-3.1.2/debian/libcob4t64.dirs      2021-05-18 18:33:38.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru gnucobol3-3.1.2/debian/libcob4t64.install 
gnucobol3-3.1.2/debian/libcob4t64.install
--- gnucobol3-3.1.2/debian/libcob4t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ gnucobol3-3.1.2/debian/libcob4t64.install   2021-05-18 18:33:38.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru gnucobol3-3.1.2/debian/libcob4t64.lintian-overrides 
gnucobol3-3.1.2/debian/libcob4t64.lintian-overrides
--- gnucobol3-3.1.2/debian/libcob4t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ gnucobol3-3.1.2/debian/libcob4t64.lintian-overrides 2024-02-28 
19:25:57.000000000 +0000
@@ -0,0 +1 @@
+libcob4t64: package-name-doesnt-match-sonames libcob4

Reply via email to