Bug#1061943: forge: NMU diff for 64-bit time_t transition
mwhudson at fastmail.fm
mwhudson at fastmail.fm
Wed Feb 28 09:07:41 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-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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 forge-1.0.1/debian/changelog forge-1.0.1/debian/changelog
--- forge-1.0.1/debian/changelog 2018-08-09 13:29:02.000000000 +0000
+++ forge-1.0.1/debian/changelog 2024-02-28 09:07:21.000000000 +0000
@@ -1,3 +1,10 @@
+forge (1.0.1-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1061943
+
+ -- Michael Hudson-Doyle <mwhudson at debian.org> Wed, 28 Feb 2024 09:07:21 +0000
+
forge (1.0.1-3) unstable; urgency=medium
[ Gianfranco Costamagna ]
diff -Nru forge-1.0.1/debian/control forge-1.0.1/debian/control
--- forge-1.0.1/debian/control 2018-08-09 13:28:42.000000000 +0000
+++ forge-1.0.1/debian/control 2024-02-28 09:07:21.000000000 +0000
@@ -3,7 +3,7 @@
Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
Section: libs
Priority: optional
-Build-Depends: cmake (>= 3.0),
+Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 3.0),
debhelper (>= 10),
dpkg-dev (>= 1.17.14),
libboost-dev,
@@ -20,7 +20,10 @@
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/forge.git
Homepage: https://github.com/arrayfire/forge
-Package: libforge1
+Package: libforge1t64
+Provides: ${t64:Provides}
+Replaces: libforge1
+Breaks: libforge1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
@@ -38,7 +41,7 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libforge1 (= ${binary:Version})
+ libforge1t64 (= ${binary:Version})
Suggests: forge-doc <!nodoc>
Description: development files for forge
A prototype of the OpenGL interop library that can be used with ArrayFire. The
diff -Nru forge-1.0.1/debian/libforge1.install forge-1.0.1/debian/libforge1.install
--- forge-1.0.1/debian/libforge1.install 2018-08-09 13:28:42.000000000 +0000
+++ forge-1.0.1/debian/libforge1.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.1*
diff -Nru forge-1.0.1/debian/libforge1t64.install forge-1.0.1/debian/libforge1t64.install
--- forge-1.0.1/debian/libforge1t64.install 1970-01-01 00:00:00.000000000 +0000
+++ forge-1.0.1/debian/libforge1t64.install 2018-08-09 13:28:42.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.1*
diff -Nru forge-1.0.1/debian/libforge1t64.lintian-overrides forge-1.0.1/debian/libforge1t64.lintian-overrides
--- forge-1.0.1/debian/libforge1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ forge-1.0.1/debian/libforge1t64.lintian-overrides 2024-02-28 09:06:55.000000000 +0000
@@ -0,0 +1 @@
+libforge1t64: package-name-doesnt-match-sonames libforge1
More information about the debian-science-maintainers
mailing list