Bug#1062226: libast: NMU diff for 64-bit time_t transition
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-21-generic (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libast-0.7/debian/changelog libast-0.7/debian/changelog
--- libast-0.7/debian/changelog 2018-02-12 18:34:56.000000000 +0000
+++ libast-0.7/debian/changelog 2024-02-29 08:44:16.000000000 +0000
@@ -1,3 +1,10 @@
+libast (0.7-9.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062226
+
+ -- Lukas Märdian <slyon@debian.org> Thu, 29 Feb 2024 08:44:16 +0000
+
libast (0.7-9) unstable; urgency=medium
* QA upload.
diff -Nru libast-0.7/debian/control libast-0.7/debian/control
--- libast-0.7/debian/control 2017-07-19 21:52:07.000000000 +0000
+++ libast-0.7/debian/control 2024-02-29 08:44:16.000000000 +0000
@@ -2,16 +2,18 @@
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: libimlib2-dev, libxt-dev, libxt-dev, cdbs (>= 0.4.93), debhelper (>= 10), dh-autoreconf, chrpath
+Build-Depends: dpkg-dev (>= 1.22.5), libimlib2-dev, libxt-dev, libxt-dev, cdbs (>= 0.4.93), debhelper (>= 10), dh-autoreconf, chrpath
Standards-Version: 4.0.0
Homepage: http://www.eterm.org/
-Package: libast2
+Package: libast2t64
+Provides: ${t64:Provides}
+Breaks: libast2 (<< ${source:Version})
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libast1
-Replaces: libast1
+Replaces: libast2, libast1
Description: Library of Assorted Spiffy Things
LibAST is the Library of Assorted Spiffy Things. It contains many
spiffy things, and it is a library. Thus, the ever-so-creative name.
@@ -25,10 +27,10 @@
Package: libast2-dev
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libimlib2-dev, libc6-dev, libast2 (= ${binary:Version})
+Depends: ${misc:Depends}, libimlib2-dev, libc6-dev, libast2t64 (= ${binary:Version})
Provides: libast1-dev, libast-dev
Conflicts: libast1-dev, libast-dev
-Description: libast2 development files
+Description: libast2t64 development files
Headers, static libraries and documentation for developing software
that uses libast2.
.
diff -Nru libast-0.7/debian/libast2.install libast-0.7/debian/libast2.install
--- libast-0.7/debian/libast2.install 2011-08-25 20:12:44.000000000 +0000
+++ libast-0.7/debian/libast2.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libast.so.*
diff -Nru libast-0.7/debian/libast2t64.install libast-0.7/debian/libast2t64.install
--- libast-0.7/debian/libast2t64.install 1970-01-01 00:00:00.000000000 +0000
+++ libast-0.7/debian/libast2t64.install 2011-08-25 20:12:44.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libast.so.*
diff -Nru libast-0.7/debian/libast2t64.lintian-overrides libast-0.7/debian/libast2t64.lintian-overrides
--- libast-0.7/debian/libast2t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ libast-0.7/debian/libast2t64.lintian-overrides 2024-02-29 08:44:10.000000000 +0000
@@ -0,0 +1 @@
+libast2t64: package-name-doesnt-match-sonames libast2
Reply to: