Bug#1063087: opengv: NMU diff for 64-bit time_t transition
Benjamin Drung
bdrung at debian.org
Thu Feb 29 12:26:01 GMT 2024
Source: opengv
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 opengv-1.0+1git91f4b1/debian/changelog opengv-1.0+1git91f4b1/debian/changelog
--- opengv-1.0+1git91f4b1/debian/changelog 2022-11-19 22:34:50.000000000 +0000
+++ opengv-1.0+1git91f4b1/debian/changelog 2024-02-29 12:19:02.000000000 +0000
@@ -1,3 +1,10 @@
+opengv (1.0+1git91f4b1-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1063087
+
+ -- Benjamin Drung <bdrung at debian.org> Thu, 29 Feb 2024 12:19:02 +0000
+
opengv (1.0+1git91f4b1-7) unstable; urgency=medium
[ Stefano Rivera ]
diff -Nru opengv-1.0+1git91f4b1/debian/control opengv-1.0+1git91f4b1/debian/control
--- opengv-1.0+1git91f4b1/debian/control 2022-11-19 22:34:50.000000000 +0000
+++ opengv-1.0+1git91f4b1/debian/control 2024-02-29 12:19:02.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Dima Kogan <dkogan at debian.org>
-Build-Depends: cmake,
+Build-Depends: dpkg-dev (>= 1.22.5), cmake,
debhelper-compat (= 13),
dh-python,
pybind11-dev,
@@ -21,7 +21,10 @@
Vcs-Git: https://salsa.debian.org/science-team/opengv.git
Vcs-Browser: https://salsa.debian.org/science-team/opengv
-Package: libopengv1
+Package: libopengv1t64
+Provides: ${t64:Provides}
+Replaces: libopengv1
+Breaks: libopengv1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
@@ -38,7 +41,7 @@
Package: libopengv-dev
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, libopengv1 (= ${binary:Version})
+Depends: ${misc:Depends}, libopengv1t64 (= ${binary:Version})
Suggests: libopengv-doc
Description: Computer vision methods for solving geometric vision problems.
Contains absolute-pose, relative-pose, triangulation, and point-cloud alignment
@@ -52,7 +55,7 @@
Section: python
Architecture: any
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libopengv1 (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, libopengv1t64 (= ${binary:Version}),
${python3:Depends}
Provides: ${python3:Provides}
Description: Computer vision methods for solving geometric vision problems.
diff -Nru opengv-1.0+1git91f4b1/debian/libopengv1.install opengv-1.0+1git91f4b1/debian/libopengv1.install
--- opengv-1.0+1git91f4b1/debian/libopengv1.install 2022-09-22 23:57:42.000000000 +0000
+++ opengv-1.0+1git91f4b1/debian/libopengv1.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/*.so.*
diff -Nru opengv-1.0+1git91f4b1/debian/libopengv1t64.install opengv-1.0+1git91f4b1/debian/libopengv1t64.install
--- opengv-1.0+1git91f4b1/debian/libopengv1t64.install 1970-01-01 00:00:00.000000000 +0000
+++ opengv-1.0+1git91f4b1/debian/libopengv1t64.install 2022-09-22 23:57:42.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/*.so.*
diff -Nru opengv-1.0+1git91f4b1/debian/libopengv1t64.lintian-overrides opengv-1.0+1git91f4b1/debian/libopengv1t64.lintian-overrides
--- opengv-1.0+1git91f4b1/debian/libopengv1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ opengv-1.0+1git91f4b1/debian/libopengv1t64.lintian-overrides 2024-02-29 12:18:17.000000000 +0000
@@ -0,0 +1 @@
+libopengv1t64: package-name-doesnt-match-sonames libopengv1
More information about the debian-science-maintainers
mailing list