Source: netgen
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 netgen-6.2.2401+dfsg1/debian/changelog 
netgen-6.2.2401+dfsg1/debian/changelog
--- netgen-6.2.2401+dfsg1/debian/changelog      2024-02-18 11:44:18.000000000 
+0000
+++ netgen-6.2.2401+dfsg1/debian/changelog      2024-02-28 22:47:41.000000000 
+0000
@@ -1,3 +1,10 @@
+netgen (6.2.2401+dfsg1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063169
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 22:47:41 +0000
+
 netgen (6.2.2401+dfsg1-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru netgen-6.2.2401+dfsg1/debian/control 
netgen-6.2.2401+dfsg1/debian/control
--- netgen-6.2.2401+dfsg1/debian/control        2024-02-18 11:44:18.000000000 
+0000
+++ netgen-6.2.2401+dfsg1/debian/control        2024-02-28 22:47:41.000000000 
+0000
@@ -3,7 +3,7 @@
 Uploaders: Kurt Kremitzki <kkremit...@debian.org>
 Section: math
 Priority: optional
-Build-Depends: catch2,
+Build-Depends: dpkg-dev (>= 1.22.5), catch2,
                cmake,
                debhelper-compat (= 13),
                dh-python,
@@ -42,7 +42,7 @@
 
 Package: netgen
 Architecture: any
-Depends: libnglib-6.2 (= ${binary:Version}),
+Depends: libnglib-6.2t64 (= ${binary:Version}),
          mpi-default-bin [!mips !mipsel !ppc64el],
          tix,
          ${shlibs:Depends},
@@ -72,7 +72,7 @@
 Package: libnglib-dev
 Architecture: any
 Section: libdevel
-Depends: libnglib-6.2 (= ${binary:Version}),
+Depends: libnglib-6.2t64 (= ${binary:Version}),
          pybind11-dev,
          ${misc:Depends}
 Recommends: netgen, python3-netgen
@@ -89,7 +89,10 @@
  .
  This package contains the static libraries and header files.
 
-Package: libnglib-6.2
+Package: libnglib-6.2t64
+Provides: ${t64:Provides}
+Replaces: libnglib-6.2
+Breaks: libnglib-6.2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -124,7 +127,7 @@
 Package: python3-netgen
 Architecture: any
 Section: python
-Depends: libnglib-6.2 (= ${binary:Version}),
+Depends: libnglib-6.2t64 (= ${binary:Version}),
          python3-tk,
          ${shlibs:Depends},
          ${misc:Depends},
diff -Nru netgen-6.2.2401+dfsg1/debian/libnglib-6.2.install 
netgen-6.2.2401+dfsg1/debian/libnglib-6.2.install
--- netgen-6.2.2401+dfsg1/debian/libnglib-6.2.install   2024-02-18 
11:44:18.000000000 +0000
+++ netgen-6.2.2401+dfsg1/debian/libnglib-6.2.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-usr/lib/*/libnglib.so.*
-usr/lib/*/libnggui.so.*
-usr/lib/*/libngcore.so.*
diff -Nru netgen-6.2.2401+dfsg1/debian/libnglib-6.2.lintian-overrides 
netgen-6.2.2401+dfsg1/debian/libnglib-6.2.lintian-overrides
--- netgen-6.2.2401+dfsg1/debian/libnglib-6.2.lintian-overrides 2024-02-18 
11:44:18.000000000 +0000
+++ netgen-6.2.2401+dfsg1/debian/libnglib-6.2.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# False positive Adam C. Powell, IV <hazel...@debian.org>
-bogus-mail-host-in-debian-changelog
diff -Nru netgen-6.2.2401+dfsg1/debian/libnglib-6.2t64.install 
netgen-6.2.2401+dfsg1/debian/libnglib-6.2t64.install
--- netgen-6.2.2401+dfsg1/debian/libnglib-6.2t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ netgen-6.2.2401+dfsg1/debian/libnglib-6.2t64.install        2024-02-18 
11:44:18.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/*/libnglib.so.*
+usr/lib/*/libnggui.so.*
+usr/lib/*/libngcore.so.*
diff -Nru netgen-6.2.2401+dfsg1/debian/libnglib-6.2t64.lintian-overrides 
netgen-6.2.2401+dfsg1/debian/libnglib-6.2t64.lintian-overrides
--- netgen-6.2.2401+dfsg1/debian/libnglib-6.2t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ netgen-6.2.2401+dfsg1/debian/libnglib-6.2t64.lintian-overrides      
2024-02-28 22:47:19.000000000 +0000
@@ -0,0 +1,3 @@
+# False positive Adam C. Powell, IV <hazel...@debian.org>
+bogus-mail-host-in-debian-changelog
+libnglib-6.2t64: package-name-doesnt-match-sonames libnglib-6.2

Reply via email to