Source: libexadrums
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-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru libexadrums-0.7.0/debian/changelog libexadrums-0.7.0/debian/changelog
--- libexadrums-0.7.0/debian/changelog  2022-12-20 02:32:43.000000000 +0000
+++ libexadrums-0.7.0/debian/changelog  2024-02-28 11:46:37.000000000 +0000
@@ -1,3 +1,10 @@
+libexadrums (0.7.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062314
+
+ -- Benjamin Drung <[email protected]>  Wed, 28 Feb 2024 11:46:37 +0000
+
 libexadrums (0.7.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru libexadrums-0.7.0/debian/control libexadrums-0.7.0/debian/control
--- libexadrums-0.7.0/debian/control    2022-12-20 02:32:43.000000000 +0000
+++ libexadrums-0.7.0/debian/control    2024-02-28 11:46:37.000000000 +0000
@@ -2,7 +2,7 @@
 Section: libdevel
 Priority: optional
 Maintainer: Jeremy Oden <[email protected]>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libasound-dev,
  libminizip-dev,
@@ -16,7 +16,10 @@
 Vcs-Browser: https://github.com/SpintroniK/libeXaDrums/tree/debian
 
 # When updating the soversion, change the dependency in the -dev package.
-Package: libexadrums2
+Package: libexadrums2t64
+Provides: ${t64:Provides}
+Replaces: libexadrums2
+Breaks: libexadrums2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -50,7 +53,7 @@
 # /usr/include/libexadrums/Api/Version.h is only generated for the version
 Depends: ${misc:Depends},
  libasound-dev,
- libexadrums2 (= ${binary:Version}),
+ libexadrums2t64 (= ${binary:Version}),
  libtinyxml2-dev,
 Recommends: pkg-config
 Description: Software drum module (development)
diff -Nru libexadrums-0.7.0/debian/libexadrums2t64.lintian-overrides 
libexadrums-0.7.0/debian/libexadrums2t64.lintian-overrides
--- libexadrums-0.7.0/debian/libexadrums2t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ libexadrums-0.7.0/debian/libexadrums2t64.lintian-overrides  2024-02-28 
11:46:33.000000000 +0000
@@ -0,0 +1 @@
+libexadrums2t64: package-name-doesnt-match-sonames libexadrums2

Reply via email to