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-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 chise-base-0.3.0/debian/changelog chise-base-0.3.0/debian/changelog
--- chise-base-0.3.0/debian/changelog   2023-08-16 22:40:51.000000000 +0000
+++ chise-base-0.3.0/debian/changelog   2024-02-28 15:40:03.000000000 +0000
@@ -1,3 +1,10 @@
+chise-base (0.3.0-2.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062058
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 28 Feb 2024 15:40:03 +0000
+
 chise-base (0.3.0-2.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru chise-base-0.3.0/debian/control chise-base-0.3.0/debian/control
--- chise-base-0.3.0/debian/control     2023-08-16 22:37:41.000000000 +0000
+++ chise-base-0.3.0/debian/control     2024-02-28 15:40:03.000000000 +0000
@@ -2,7 +2,7 @@
 Priority: optional
 Section: devel
 Maintainer: NIIBE Yutaka <gni...@fsij.org>
-Build-Depends: debhelper-compat (= 13), libdb-dev (>= 4.8)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libdb-dev (>= 
4.8)
 Standards-Version: 3.8.4
 
 Package: chise-db
@@ -16,7 +16,10 @@
  This package provides the database itself.  Please use this with
  libchise, the C language binding of CHISE database.
 
-Package: libchise1
+Package: libchise1t64
+Provides: ${t64:Provides}
+Replaces: libchise1
+Breaks: libchise1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: chise-db, ${shlibs:Depends}, ${misc:Depends}
@@ -29,7 +32,7 @@
 Package: libchise-dev
 Section: libdevel
 Architecture: any
-Depends: libchise1 (= ${binary:Version}), ${misc:Depends}
+Depends: libchise1t64 (= ${binary:Version}), ${misc:Depends}
 Description: C language binding of CHISE, the character information database
  The CHISE (CHaracter Information Service Environment) project
  attempts to collect and organize into a Knowledge-Base information
diff -Nru chise-base-0.3.0/debian/libchise1.dirs 
chise-base-0.3.0/debian/libchise1.dirs
--- chise-base-0.3.0/debian/libchise1.dirs      2023-08-16 22:37:41.000000000 
+0000
+++ chise-base-0.3.0/debian/libchise1.dirs      1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-usr/share
-usr/lib
diff -Nru chise-base-0.3.0/debian/libchise1.files 
chise-base-0.3.0/debian/libchise1.files
--- chise-base-0.3.0/debian/libchise1.files     2023-08-16 22:37:41.000000000 
+0000
+++ chise-base-0.3.0/debian/libchise1.files     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru chise-base-0.3.0/debian/libchise1.install 
chise-base-0.3.0/debian/libchise1.install
--- chise-base-0.3.0/debian/libchise1.install   2023-08-16 22:37:41.000000000 
+0000
+++ chise-base-0.3.0/debian/libchise1.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/lib*.so.* /usr/lib
diff -Nru chise-base-0.3.0/debian/libchise1t64.dirs 
chise-base-0.3.0/debian/libchise1t64.dirs
--- chise-base-0.3.0/debian/libchise1t64.dirs   1970-01-01 00:00:00.000000000 
+0000
+++ chise-base-0.3.0/debian/libchise1t64.dirs   2023-08-16 22:37:41.000000000 
+0000
@@ -0,0 +1,2 @@
+usr/share
+usr/lib
diff -Nru chise-base-0.3.0/debian/libchise1t64.files 
chise-base-0.3.0/debian/libchise1t64.files
--- chise-base-0.3.0/debian/libchise1t64.files  1970-01-01 00:00:00.000000000 
+0000
+++ chise-base-0.3.0/debian/libchise1t64.files  2023-08-16 22:37:41.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru chise-base-0.3.0/debian/libchise1t64.install 
chise-base-0.3.0/debian/libchise1t64.install
--- chise-base-0.3.0/debian/libchise1t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ chise-base-0.3.0/debian/libchise1t64.install        2023-08-16 
22:37:41.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.* /usr/lib
diff -Nru chise-base-0.3.0/debian/libchise1t64.lintian-overrides 
chise-base-0.3.0/debian/libchise1t64.lintian-overrides
--- chise-base-0.3.0/debian/libchise1t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ chise-base-0.3.0/debian/libchise1t64.lintian-overrides      2024-02-28 
15:39:55.000000000 +0000
@@ -0,0 +1 @@
+libchise1t64: package-name-doesnt-match-sonames libchise1

Reply via email to