Bug#1062823: ompl: NMU diff for 64-bit time_t transition
Benjamin Drung
bdrung at debian.org
Thu Feb 29 02:26:14 GMT 2024
Source: ompl
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 ompl-1.5.2+ds1/debian/changelog ompl-1.5.2+ds1/debian/changelog
--- ompl-1.5.2+ds1/debian/changelog 2021-02-02 14:22:21.000000000 +0000
+++ ompl-1.5.2+ds1/debian/changelog 2024-02-29 02:24:02.000000000 +0000
@@ -1,3 +1,10 @@
+ompl (1.5.2+ds1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062823
+
+ -- Benjamin Drung <bdrung at debian.org> Thu, 29 Feb 2024 02:24:02 +0000
+
ompl (1.5.2+ds1-1) unstable; urgency=medium
* New upstream version.
diff -Nru ompl-1.5.2+ds1/debian/control ompl-1.5.2+ds1/debian/control
--- ompl-1.5.2+ds1/debian/control 2020-12-22 18:52:15.000000000 +0000
+++ ompl-1.5.2+ds1/debian/control 2024-02-29 02:24:02.000000000 +0000
@@ -4,7 +4,7 @@
Section: libs
Priority: optional
Rules-Requires-Root: no
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
libboost-date-time-dev,
libboost-thread-dev,
@@ -30,7 +30,7 @@
Package: libompl-dev
Architecture: any
Section: libdevel
-Depends: libompl16 (= ${binary:Version}),
+Depends: libompl16t64 (= ${binary:Version}),
${misc:Depends},
libboost-dev,
libeigen3-dev,
@@ -45,7 +45,10 @@
additional components. This package contains the development files
needed to use the library.
-Package: libompl16
+Package: libompl16t64
+Provides: ${t64:Provides}
+Replaces: libompl16
+Breaks: libompl16 (<< ${source:Version})
Multi-Arch: same
Architecture: any
Depends: ${shlibs:Depends},
diff -Nru ompl-1.5.2+ds1/debian/libompl16.install ompl-1.5.2+ds1/debian/libompl16.install
--- ompl-1.5.2+ds1/debian/libompl16.install 2020-12-22 16:01:20.000000000 +0000
+++ ompl-1.5.2+ds1/debian/libompl16.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-
diff -Nru ompl-1.5.2+ds1/debian/libompl16t64.install ompl-1.5.2+ds1/debian/libompl16t64.install
--- ompl-1.5.2+ds1/debian/libompl16t64.install 1970-01-01 00:00:00.000000000 +0000
+++ ompl-1.5.2+ds1/debian/libompl16t64.install 2020-12-22 16:01:20.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/lib*.so.*
+
diff -Nru ompl-1.5.2+ds1/debian/libompl16t64.lintian-overrides ompl-1.5.2+ds1/debian/libompl16t64.lintian-overrides
--- ompl-1.5.2+ds1/debian/libompl16t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ ompl-1.5.2+ds1/debian/libompl16t64.lintian-overrides 2024-02-29 02:23:48.000000000 +0000
@@ -0,0 +1 @@
+libompl16t64: package-name-doesnt-match-sonames libompl16
More information about the debian-science-maintainers
mailing list