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 xalan-1.12/debian/changelog xalan-1.12/debian/changelog
--- xalan-1.12/debian/changelog 2022-12-31 03:16:21.000000000 +0000
+++ xalan-1.12/debian/changelog 2024-02-29 06:16:10.000000000 +0000
@@ -1,3 +1,10 @@
+xalan (1.12-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063249
+
+ -- Steve Langasek <vor...@debian.org>  Thu, 29 Feb 2024 06:16:10 +0000
+
 xalan (1.12-7) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru xalan-1.12/debian/control xalan-1.12/debian/control
--- xalan-1.12/debian/control   2022-12-31 03:16:21.000000000 +0000
+++ xalan-1.12/debian/control   2024-02-29 06:16:10.000000000 +0000
@@ -2,7 +2,7 @@
 Priority: optional
 Section: text
 Maintainer: William Blough <bblo...@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12),
                dh-exec,
                libxerces-c-dev,
                cmake
@@ -12,7 +12,10 @@
 Vcs-Browser: https://salsa.debian.org/bblough/xalan
 Vcs-Git: https://salsa.debian.org/bblough/xalan.git
 
-Package: libxalan-c112
+Package: libxalan-c112t64
+Provides: ${t64:Provides}
+Replaces: libxalan-c112
+Breaks: libxalan-c112 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -29,7 +32,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: libc6-dev,
-         libxalan-c112 (= ${binary:Version}),
+         libxalan-c112t64 (= ${binary:Version}),
          libxerces-c-dev,
          ${misc:Depends}
 Replaces: libxalan110-dev
diff -Nru xalan-1.12/debian/libxalan-c112.install 
xalan-1.12/debian/libxalan-c112.install
--- xalan-1.12/debian/libxalan-c112.install     2022-12-31 03:16:21.000000000 
+0000
+++ xalan-1.12/debian/libxalan-c112.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru xalan-1.12/debian/libxalan-c112t64.install 
xalan-1.12/debian/libxalan-c112t64.install
--- xalan-1.12/debian/libxalan-c112t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ xalan-1.12/debian/libxalan-c112t64.install  2022-12-31 03:16:21.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru xalan-1.12/debian/libxalan-c112t64.lintian-overrides 
xalan-1.12/debian/libxalan-c112t64.lintian-overrides
--- xalan-1.12/debian/libxalan-c112t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ xalan-1.12/debian/libxalan-c112t64.lintian-overrides        2024-02-29 
06:15:53.000000000 +0000
@@ -0,0 +1 @@
+libxalan-c112t64: package-name-doesnt-match-sonames libxalan-c112

Reply via email to