[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062994: tse3: 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'), (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 tse3-0.3.1/debian/changelog tse3-0.3.1/debian/changelog
--- tse3-0.3.1/debian/changelog	2017-09-18 21:16:50.000000000 +0000
+++ tse3-0.3.1/debian/changelog	2024-02-28 19:47:54.000000000 +0000
@@ -1,3 +1,10 @@
+tse3 (0.3.1-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062994
+
+ -- Steve Langasek <vorlon@debian.org>  Wed, 28 Feb 2024 19:47:54 +0000
+
 tse3 (0.3.1-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru tse3-0.3.1/debian/control tse3-0.3.1/debian/control
--- tse3-0.3.1/debian/control	2017-09-18 21:00:24.000000000 +0000
+++ tse3-0.3.1/debian/control	2024-02-28 19:47:54.000000000 +0000
@@ -2,17 +2,20 @@
 Section: sound
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 10~), libasound2-dev [linux-any]
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10~), libasound2-dev [linux-any]
 Standards-Version: 4.1.0
 Homepage: http://tse3.sourceforge.net/
 
-Package: libtse3-0.3.1c2a
+Package: libtse3-0.3.1t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libtse3-0.3.1c2a
+Breaks: libtse3-0.3.1c2a (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libtse3-0.3.1
-Replaces: libtse3-0.3.1
+Replaces: libtse3-0.3.1c2a, libtse3-0.3.1
 Description: portable MIDI sequencer engine in C++
  TSE3 is a portable open source MIDI sequencer engine written in C++.
  It provides programmers with rich and powerful sequencing
@@ -27,7 +30,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libtse3-0.3.1c2a (= ${binary:Version})
+Depends: ${misc:Depends}, libtse3-0.3.1t64 (= ${binary:Version})
 Description: portable MIDI sequencer engine in C++ - development files
  TSE3 is a portable open source MIDI sequencer engine written in C++.
  It provides programmers with rich and powerful sequencing
diff -Nru tse3-0.3.1/debian/libtse3-0.3.1c2a.install tse3-0.3.1/debian/libtse3-0.3.1c2a.install
--- tse3-0.3.1/debian/libtse3-0.3.1c2a.install	2017-09-18 17:13:18.000000000 +0000
+++ tse3-0.3.1/debian/libtse3-0.3.1c2a.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libtse3-0.3.1.so
diff -Nru tse3-0.3.1/debian/libtse3-0.3.1t64.install tse3-0.3.1/debian/libtse3-0.3.1t64.install
--- tse3-0.3.1/debian/libtse3-0.3.1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ tse3-0.3.1/debian/libtse3-0.3.1t64.install	2017-09-18 17:13:18.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libtse3-0.3.1.so
diff -Nru tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides
--- tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides	2024-02-28 19:47:47.000000000 +0000
@@ -0,0 +1 @@
+libtse3-0.3.1t64: package-name-doesnt-match-sonames libtse3-0.3.1c2a

Reply to: