Bug#1063228: ode: NMU diff for 64-bit time_t transition
Benjamin Drung
bdrung at debian.org
Thu Feb 29 01:45:08 GMT 2024
Source: ode
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
-------------- next part --------------
diff -Nru ode-0.16.2/debian/changelog ode-0.16.2/debian/changelog
--- ode-0.16.2/debian/changelog 2020-12-24 15:46:10.000000000 +0000
+++ ode-0.16.2/debian/changelog 2024-02-29 01:44:13.000000000 +0000
@@ -1,3 +1,10 @@
+ode (2:0.16.2-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1063228
+
+ -- Benjamin Drung <bdrung at debian.org> Thu, 29 Feb 2024 01:44:13 +0000
+
ode (2:0.16.2-1) unstable; urgency=medium
* New upstream version. Fix some issues by upstream.
diff -Nru ode-0.16.2/debian/control ode-0.16.2/debian/control
--- ode-0.16.2/debian/control 2020-12-24 15:46:10.000000000 +0000
+++ ode-0.16.2/debian/control 2024-02-29 01:44:13.000000000 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Barry deFreese <bddebian at comcast.net>,
Leopold Palomo-Avellaneda <leo at alaxarxa.net>
-Build-Depends: debhelper-compat (= 13), docbook-to-man,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), docbook-to-man,
libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
libccd-dev, pkg-config
Standards-Version: 4.5.1
@@ -13,7 +13,10 @@
Vcs-Git: https://salsa.debian.org/games-team/ode.git
Homepage: http://www.ode.org/
-Package: libode8
+Package: libode8t64
+Provides: ${t64:Provides}
+Replaces: libode8
+Breaks: libode8 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -32,7 +35,7 @@
Package: libode-dev
Section: libdevel
Architecture: any
-Depends: libode8 (= ${binary:Version}), ${misc:Depends}
+Depends: libode8t64 (= ${binary:Version}), ${misc:Depends}
Conflicts: libode0-dev,
libode-sp-dev,
libode4-dev,
diff -Nru ode-0.16.2/debian/libode8.install ode-0.16.2/debian/libode8.install
--- ode-0.16.2/debian/libode8.install 2020-12-24 15:46:10.000000000 +0000
+++ ode-0.16.2/debian/libode8.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru ode-0.16.2/debian/libode8t64.install ode-0.16.2/debian/libode8t64.install
--- ode-0.16.2/debian/libode8t64.install 1970-01-01 00:00:00.000000000 +0000
+++ ode-0.16.2/debian/libode8t64.install 2020-12-24 15:46:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru ode-0.16.2/debian/libode8t64.lintian-overrides ode-0.16.2/debian/libode8t64.lintian-overrides
--- ode-0.16.2/debian/libode8t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ ode-0.16.2/debian/libode8t64.lintian-overrides 2024-02-29 01:44:07.000000000 +0000
@@ -0,0 +1 @@
+libode8t64: package-name-doesnt-match-sonames libode8
More information about the Pkg-games-devel
mailing list