[Debian-iot-maintainers] Bug#1063303: yder: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Thu Feb 29 08:11:25 GMT 2024
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)
-------------- next part --------------
diff -Nru yder-1.4.20/debian/changelog yder-1.4.20/debian/changelog
--- yder-1.4.20/debian/changelog 2023-09-21 23:29:03.000000000 +0000
+++ yder-1.4.20/debian/changelog 2024-02-29 08:11:17.000000000 +0000
@@ -1,3 +1,10 @@
+yder (1.4.20-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1063303
+
+ -- Steve Langasek <vorlon at debian.org> Thu, 29 Feb 2024 08:11:17 +0000
+
yder (1.4.20-1) unstable; urgency=medium
* New upstream release
diff -Nru yder-1.4.20/debian/control yder-1.4.20/debian/control
--- yder-1.4.20/debian/control 2023-01-08 01:33:24.000000000 +0000
+++ yder-1.4.20/debian/control 2024-02-29 08:11:17.000000000 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian IoT Maintainers <debian-iot-maintainers at lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian at alteholz.de>
, Nicolas Mora <babelouest at debian.org>
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
, autopkgtest
, liborcania-dev (>= 2.2.2)
, libsystemd-dev [linux-any]
@@ -17,7 +17,10 @@
Vcs-Git: https://salsa.debian.org/debian-iot-team/oauth2/yder.git
Rules-Requires-Root: no
-Package: libyder2.0
+Package: libyder2.0t64
+Provides: ${t64:Provides}
+Replaces: libyder2.0
+Breaks: libyder2.0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -33,7 +36,7 @@
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libyder2.0 (= ${binary:Version})
+Depends: libyder2.0t64 (= ${binary:Version})
, ${misc:Depends}
, liborcania-dev (>= 2.2.2)
, libsystemd-dev [linux-any]
diff -Nru yder-1.4.20/debian/libyder2.0.install yder-1.4.20/debian/libyder2.0.install
--- yder-1.4.20/debian/libyder2.0.install 2022-08-23 14:32:05.000000000 +0000
+++ yder-1.4.20/debian/libyder2.0.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru yder-1.4.20/debian/libyder2.0.symbols yder-1.4.20/debian/libyder2.0.symbols
--- yder-1.4.20/debian/libyder2.0.symbols 2022-08-23 14:32:05.000000000 +0000
+++ yder-1.4.20/debian/libyder2.0.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-# SymbolsHelper-Confirmed: 1.1 amd64
-libyder.so.2.0 libyder2.0 #MINVER#
-* Build-Depends-Package: libyder-dev
- y_init_logs at Base 1.4.10
- y_close_logs at Base 1.4.10
- y_log_message at Base 1.4.10
- y_set_logs_callback at Base 1.4.10
- y_set_date_format at Base 1.4.10
- y_set_split_message_newline at Base 1.4.17
diff -Nru yder-1.4.20/debian/libyder2.0t64.install yder-1.4.20/debian/libyder2.0t64.install
--- yder-1.4.20/debian/libyder2.0t64.install 1970-01-01 00:00:00.000000000 +0000
+++ yder-1.4.20/debian/libyder2.0t64.install 2022-08-23 14:32:05.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru yder-1.4.20/debian/libyder2.0t64.lintian-overrides yder-1.4.20/debian/libyder2.0t64.lintian-overrides
--- yder-1.4.20/debian/libyder2.0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ yder-1.4.20/debian/libyder2.0t64.lintian-overrides 2024-02-29 08:09:37.000000000 +0000
@@ -0,0 +1 @@
+libyder2.0t64: package-name-doesnt-match-sonames libyder2.0
diff -Nru yder-1.4.20/debian/libyder2.0t64.symbols yder-1.4.20/debian/libyder2.0t64.symbols
--- yder-1.4.20/debian/libyder2.0t64.symbols 1970-01-01 00:00:00.000000000 +0000
+++ yder-1.4.20/debian/libyder2.0t64.symbols 2024-02-29 08:09:37.000000000 +0000
@@ -0,0 +1,9 @@
+# SymbolsHelper-Confirmed: 1.1 amd64
+libyder.so.2.0 libyder2.0t64 #MINVER#
+* Build-Depends-Package: libyder-dev
+ y_init_logs at Base 1.4.10
+ y_close_logs at Base 1.4.10
+ y_log_message at Base 1.4.10
+ y_set_logs_callback at Base 1.4.10
+ y_set_date_format at Base 1.4.10
+ y_set_split_message_newline at Base 1.4.17
More information about the Debian-iot-maintainers
mailing list