Bug#1062106: getfem: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Wed Feb 28 17:30:10 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')
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 getfem-5.4.2+dfsg1/debian/changelog getfem-5.4.2+dfsg1/debian/changelog
--- getfem-5.4.2+dfsg1/debian/changelog 2022-12-01 11:53:47.000000000 +0000
+++ getfem-5.4.2+dfsg1/debian/changelog 2024-02-28 17:07:16.000000000 +0000
@@ -1,3 +1,10 @@
+getfem (5.4.2+dfsg1-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062106
+
+ -- Steve Langasek <vorlon at debian.org> Wed, 28 Feb 2024 17:07:16 +0000
+
getfem (5.4.2+dfsg1-3) unstable; urgency=medium
* Team upload.
diff -Nru getfem-5.4.2+dfsg1/debian/control getfem-5.4.2+dfsg1/debian/control
--- getfem-5.4.2+dfsg1/debian/control 2022-12-01 11:53:47.000000000 +0000
+++ getfem-5.4.2+dfsg1/debian/control 2024-02-28 17:07:16.000000000 +0000
@@ -3,7 +3,7 @@
Uploaders: Konstantinos Poulios <poulios.konstantinos at gmail.com>
Section: libs
Priority: optional
-Build-Depends: autoconf,
+Build-Depends: dpkg-dev (>= 1.22.5), autoconf,
automake,
debhelper-compat (= 13),
dh-python,
@@ -27,7 +27,7 @@
Breaks: libgetfem++-dev (<< 5.4.1~)
Architecture: any
Section: libdevel
-Depends: libgetfem5 (= ${binary:Version}),
+Depends: libgetfem5t64 (= ${binary:Version}),
libgmm-dev (= ${binary:Version}),
libsuperlu-dev,
${misc:Depends}
@@ -39,9 +39,10 @@
This package contains development files for building software that uses the
GETFEM library.
-Package: libgetfem5
-Replaces: libgetfem5++ (<< 5.4.1~)
-Breaks: libgetfem5++ (<< 5.4.1~)
+Package: libgetfem5t64
+Provides: ${t64:Provides}
+Replaces: libgetfem5, libgetfem5++ (<< 5.4.1~)
+Breaks: libgetfem5 (<< ${source:Version}), libgetfem5++ (<< 5.4.1~)
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
@@ -74,7 +75,7 @@
Architecture: any
Section: python
XB-Python-Version: ${python3:Versions}
-Depends: libgetfem5 (= ${binary:Version}),
+Depends: libgetfem5t64 (= ${binary:Version}),
python3,
python3-numpy,
python3-scipy,
@@ -98,7 +99,7 @@
This is a transitional package. It can safely be removed.
Package: libgetfem5++
-Depends: libgetfem5, ${misc:Depends}
+Depends: libgetfem5t64, ${misc:Depends}
Architecture: all
Priority: optional
Section: oldlibs
diff -Nru getfem-5.4.2+dfsg1/debian/libgetfem5.install getfem-5.4.2+dfsg1/debian/libgetfem5.install
--- getfem-5.4.2+dfsg1/debian/libgetfem5.install 2022-12-01 11:53:47.000000000 +0000
+++ getfem-5.4.2+dfsg1/debian/libgetfem5.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libgetfem.so.5*
diff -Nru getfem-5.4.2+dfsg1/debian/libgetfem5t64.install getfem-5.4.2+dfsg1/debian/libgetfem5t64.install
--- getfem-5.4.2+dfsg1/debian/libgetfem5t64.install 1970-01-01 00:00:00.000000000 +0000
+++ getfem-5.4.2+dfsg1/debian/libgetfem5t64.install 2022-12-01 11:53:47.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libgetfem.so.5*
diff -Nru getfem-5.4.2+dfsg1/debian/libgetfem5t64.lintian-overrides getfem-5.4.2+dfsg1/debian/libgetfem5t64.lintian-overrides
--- getfem-5.4.2+dfsg1/debian/libgetfem5t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ getfem-5.4.2+dfsg1/debian/libgetfem5t64.lintian-overrides 2024-02-28 17:06:20.000000000 +0000
@@ -0,0 +1 @@
+libgetfem5t64: package-name-doesnt-match-sonames libgetfem5
More information about the debian-science-maintainers
mailing list