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

Bug#1062253: libcm256cc: NMU diff for 64-bit time_t transition



Source: libcm256cc
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 libcm256cc-1.1.0/debian/changelog libcm256cc-1.1.0/debian/changelog
--- libcm256cc-1.1.0/debian/changelog	2023-07-21 04:20:22.000000000 +0000
+++ libcm256cc-1.1.0/debian/changelog	2024-02-28 10:28:49.000000000 +0000
@@ -1,3 +1,10 @@
+libcm256cc (1.1.0-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062253
+
+ -- Benjamin Drung <bdrung@debian.org>  Wed, 28 Feb 2024 10:28:49 +0000
+
 libcm256cc (1.1.0-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru libcm256cc-1.1.0/debian/control libcm256cc-1.1.0/debian/control
--- libcm256cc-1.1.0/debian/control	2023-07-21 04:20:22.000000000 +0000
+++ libcm256cc-1.1.0/debian/control	2024-02-28 10:28:49.000000000 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
 Uploaders:
  Christoph Berg <myon@debian.org>,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  cmake,
  debhelper-compat (= 12),
  libboost-dev,
@@ -13,7 +13,10 @@
 Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/libcm256cc
 Vcs-Git: https://salsa.debian.org/debian-hamradio-team/libcm256cc.git
 
-Package: libcm256cc1
+Package: libcm256cc1t64
+Provides: ${t64:Provides}
+Replaces: libcm256cc1
+Breaks: libcm256cc1 (<< ${source:Version})
 Section: libs
 Architecture: amd64 arm64 armhf i386 hurd-i386 kfreebsd-amd64 kfreebsd-i386 x32
 Multi-Arch: same
@@ -29,7 +32,7 @@
 Architecture: amd64 arm64 armhf i386 hurd-i386 kfreebsd-amd64 kfreebsd-i386 x32
 Multi-Arch: same
 Depends:
- libcm256cc1 (= ${binary:Version}),
+ libcm256cc1t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Fast GF(256) Cauchy MDS Block Erasure Codec in C++ (headers)
  cm256cc is a simple library for erasure codes. From given data it generates
diff -Nru libcm256cc-1.1.0/debian/libcm256cc1.install libcm256cc-1.1.0/debian/libcm256cc1.install
--- libcm256cc-1.1.0/debian/libcm256cc1.install	2023-07-21 04:20:22.000000000 +0000
+++ libcm256cc-1.1.0/debian/libcm256cc1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libcm256cc-1.1.0/debian/libcm256cc1t64.install libcm256cc-1.1.0/debian/libcm256cc1t64.install
--- libcm256cc-1.1.0/debian/libcm256cc1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libcm256cc-1.1.0/debian/libcm256cc1t64.install	2023-07-21 04:20:22.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libcm256cc-1.1.0/debian/libcm256cc1t64.lintian-overrides libcm256cc-1.1.0/debian/libcm256cc1t64.lintian-overrides
--- libcm256cc-1.1.0/debian/libcm256cc1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libcm256cc-1.1.0/debian/libcm256cc1t64.lintian-overrides	2024-02-28 10:28:43.000000000 +0000
@@ -0,0 +1 @@
+libcm256cc1t64: package-name-doesnt-match-sonames libcm256cc1

Reply to: