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 xnee-3.19/debian/changelog xnee-3.19/debian/changelog
--- xnee-3.19/debian/changelog  2022-06-26 06:35:51.000000000 +0000
+++ xnee-3.19/debian/changelog  2024-02-29 07:46:12.000000000 +0000
@@ -1,3 +1,10 @@
+xnee (3.19-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063283
+
+ -- Steve Langasek <vor...@debian.org>  Thu, 29 Feb 2024 07:46:12 +0000
+
 xnee (3.19-9) unstable; urgency=medium
 
   * d/control: remove dependency on install-info (Closes: #1013865)
diff -Nru xnee-3.19/debian/control xnee-3.19/debian/control
--- xnee-3.19/debian/control    2022-06-26 06:35:51.000000000 +0000
+++ xnee-3.19/debian/control    2024-02-29 07:46:12.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Vincent Bernat <ber...@debian.org>
 Uploaders: Barry deFreese <bddeb...@comcast.net>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
         debhelper (>= 9),
         cdbs,
         dh-autoreconf,
@@ -42,7 +42,10 @@
  implementation of Xnee (command line, graphical user interface or
  GNOME panel).
 
-Package: libxnee0
+Package: libxnee0t64
+Provides: ${t64:Provides}
+Replaces: libxnee0
+Breaks: libxnee0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -63,7 +66,7 @@
 Package: libxnee-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxnee0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxnee0t64 (= ${binary:Version})
 Description: X event recorder/replayer - development files
  GNU Xnee is a suite of programs that can record, replay and
  distribute user actions under the X11 environment. Think of it as a
diff -Nru xnee-3.19/debian/libxnee0.install xnee-3.19/debian/libxnee0.install
--- xnee-3.19/debian/libxnee0.install   2022-06-26 06:35:51.000000000 +0000
+++ xnee-3.19/debian/libxnee0.install   1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libxnee.so.*
diff -Nru xnee-3.19/debian/libxnee0t64.install 
xnee-3.19/debian/libxnee0t64.install
--- xnee-3.19/debian/libxnee0t64.install        1970-01-01 00:00:00.000000000 
+0000
+++ xnee-3.19/debian/libxnee0t64.install        2022-06-26 06:35:51.000000000 
+0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libxnee.so.*
diff -Nru xnee-3.19/debian/libxnee0t64.lintian-overrides 
xnee-3.19/debian/libxnee0t64.lintian-overrides
--- xnee-3.19/debian/libxnee0t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ xnee-3.19/debian/libxnee0t64.lintian-overrides      2024-02-29 
07:44:34.000000000 +0000
@@ -0,0 +1 @@
+libxnee0t64: package-name-doesnt-match-sonames libxnee0

Reply via email to