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 gnucobol4-4.0~early~20200606/debian/changelog 
gnucobol4-4.0~early~20200606/debian/changelog
--- gnucobol4-4.0~early~20200606/debian/changelog       2021-09-14 
19:23:38.000000000 +0000
+++ gnucobol4-4.0~early~20200606/debian/changelog       2024-02-28 
19:28:53.000000000 +0000
@@ -1,3 +1,10 @@
+gnucobol4 (4.0~early~20200606-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062186
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 28 Feb 2024 19:28:53 +0000
+
 gnucobol4 (4.0~early~20200606-6) unstable; urgency=medium
 
   * debian/control: bump standard to 4.6.0 (no changes)
diff -Nru gnucobol4-4.0~early~20200606/debian/control 
gnucobol4-4.0~early~20200606/debian/control
--- gnucobol4-4.0~early~20200606/debian/control 2021-09-14 19:23:38.000000000 
+0000
+++ gnucobol4-4.0~early~20200606/debian/control 2024-02-28 19:28: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
@@ -48,9 +48,11 @@
  GnuCOBOL passes over 9600 of the NIST COBOL 85 test suite tests and over 750
  internal checks during build.
 
-Package: libcob5
+Package: libcob5t64
+Provides: ${t64:Provides}
+Breaks: libcob5 (<< ${source:Version})
 Section: libs
-Replaces: libcob4
+Replaces: libcob5, libcob4
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -68,7 +70,7 @@
 Multi-Arch: same
 Replaces: libcob4-dev
 Breaks: libcob4-dev
-Depends: ${misc:Depends}, libcob5 (=${binary:Version})
+Depends: ${misc:Depends}, libcob5t64 (=${binary:Version})
 Description: COBOL compiler - development files
  This package contains the development files for gnucobol.
  .
diff -Nru gnucobol4-4.0~early~20200606/debian/libcob5.dirs 
gnucobol4-4.0~early~20200606/debian/libcob5.dirs
--- gnucobol4-4.0~early~20200606/debian/libcob5.dirs    2020-07-12 
03:26:15.000000000 +0000
+++ gnucobol4-4.0~early~20200606/debian/libcob5.dirs    1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru gnucobol4-4.0~early~20200606/debian/libcob5.install 
gnucobol4-4.0~early~20200606/debian/libcob5.install
--- gnucobol4-4.0~early~20200606/debian/libcob5.install 2020-07-12 
03:26:15.000000000 +0000
+++ gnucobol4-4.0~early~20200606/debian/libcob5.install 1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru gnucobol4-4.0~early~20200606/debian/libcob5t64.dirs 
gnucobol4-4.0~early~20200606/debian/libcob5t64.dirs
--- gnucobol4-4.0~early~20200606/debian/libcob5t64.dirs 1970-01-01 
00:00:00.000000000 +0000
+++ gnucobol4-4.0~early~20200606/debian/libcob5t64.dirs 2020-07-12 
03:26:15.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru gnucobol4-4.0~early~20200606/debian/libcob5t64.install 
gnucobol4-4.0~early~20200606/debian/libcob5t64.install
--- gnucobol4-4.0~early~20200606/debian/libcob5t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ gnucobol4-4.0~early~20200606/debian/libcob5t64.install      2020-07-12 
03:26:15.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru gnucobol4-4.0~early~20200606/debian/libcob5t64.lintian-overrides 
gnucobol4-4.0~early~20200606/debian/libcob5t64.lintian-overrides
--- gnucobol4-4.0~early~20200606/debian/libcob5t64.lintian-overrides    
1970-01-01 00:00:00.000000000 +0000
+++ gnucobol4-4.0~early~20200606/debian/libcob5t64.lintian-overrides    
2024-02-28 19:27:52.000000000 +0000
@@ -0,0 +1 @@
+libcob5t64: package-name-doesnt-match-sonames libcob5

Reply via email to