Source: mfem
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
diff -Nru mfem-4.5.2+ds/debian/changelog mfem-4.5.2+ds/debian/changelog
--- mfem-4.5.2+ds/debian/changelog      2023-10-06 07:55:15.000000000 +0000
+++ mfem-4.5.2+ds/debian/changelog      2024-02-28 19:57:38.000000000 +0000
@@ -1,3 +1,10 @@
+mfem (4.5.2+ds-1.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062871
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 19:57:38 +0000
+
 mfem (4.5.2+ds-1.4) unstable; urgency=medium
 
   * Update sed command for multiarch location (this fixes the FTBFS)
diff -Nru mfem-4.5.2+ds/debian/control mfem-4.5.2+ds/debian/control
--- mfem-4.5.2+ds/debian/control        2023-10-06 07:53:58.000000000 +0000
+++ mfem-4.5.2+ds/debian/control        2024-02-28 19:57:38.000000000 +0000
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Gürkan Myczko <t...@debian.org>
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
  cmake,
  chrpath,
  libmetis-dev,
@@ -15,7 +15,10 @@
 Vcs-Git: https://salsa.debian.org/debian/mfem.git
 Rules-Requires-Root: no
 
-Package: libmfem4.5.2
+Package: libmfem4.5.2t64
+Provides: ${t64:Provides}
+Replaces: libmfem4.5.2
+Breaks: libmfem4.5.2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -30,7 +33,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libmfem4.5.2 (= ${binary:Version}),
+ libmfem4.5.2t64 (= ${binary:Version}),
  libmetis-dev,
  libhypre-dev,
  libunwind-dev,
diff -Nru mfem-4.5.2+ds/debian/libmfem4.5.2.install 
mfem-4.5.2+ds/debian/libmfem4.5.2.install
--- mfem-4.5.2+ds/debian/libmfem4.5.2.install   2023-10-06 07:53:58.000000000 
+0000
+++ mfem-4.5.2+ds/debian/libmfem4.5.2.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru mfem-4.5.2+ds/debian/libmfem4.5.2t64.install 
mfem-4.5.2+ds/debian/libmfem4.5.2t64.install
--- mfem-4.5.2+ds/debian/libmfem4.5.2t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ mfem-4.5.2+ds/debian/libmfem4.5.2t64.install        2023-10-06 
07:53:58.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru mfem-4.5.2+ds/debian/libmfem4.5.2t64.lintian-overrides 
mfem-4.5.2+ds/debian/libmfem4.5.2t64.lintian-overrides
--- mfem-4.5.2+ds/debian/libmfem4.5.2t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ mfem-4.5.2+ds/debian/libmfem4.5.2t64.lintian-overrides      2024-02-28 
19:57:29.000000000 +0000
@@ -0,0 +1 @@
+libmfem4.5.2t64: package-name-doesnt-match-sonames libmfem4.5.2

Reply via email to