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_WARN, 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)
diff -Nru fplll-5.4.5/debian/changelog fplll-5.4.5/debian/changelog
--- fplll-5.4.5/debian/changelog        2023-11-26 12:01:50.000000000 +0000
+++ fplll-5.4.5/debian/changelog        2024-02-29 03:15:16.000000000 +0000
@@ -1,3 +1,11 @@
+fplll (5.4.5-1.1) unstable; urgency=medium
+
+  [ Lukas Märdian ]
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Thu, 29 Feb 2024 03:15:16 +0000
+
 fplll (5.4.5-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru fplll-5.4.5/debian/control fplll-5.4.5/debian/control
--- fplll-5.4.5/debian/control  2023-11-26 12:01:50.000000000 +0000
+++ fplll-5.4.5/debian/control  2024-02-29 03:15:16.000000000 +0000
@@ -6,13 +6,16 @@
            Julien Puydt <jpu...@debian.org>,
            Ximin Luo <infini...@debian.org>
 Homepage: https://github.com/fplll/fplll/
-Build-Depends: debhelper-compat (= 13), libmpfr-dev, pkg-config
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libmpfr-dev, 
pkg-config
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/math-team/fplll.git
 Vcs-Browser: https://salsa.debian.org/math-team/fplll
 
-Package: libfplll8
+Package: libfplll8t64
+Provides: ${t64:Provides}
+Replaces: libfplll8
+Breaks: libfplll8 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -59,7 +62,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libgmp-dev, libmpfr-dev, libfplll8 (= 
${binary:Version})
+Depends: ${misc:Depends}, libgmp-dev, libmpfr-dev, libfplll8t64 (= 
${binary:Version})
 Description: Library for LLL-reduction of Euclidean lattices, development
  fpLLL is a library for computing reduced (nearly orthogonal) bases
  for Euclidean lattices using the floating-point LLL algorithm.
@@ -77,7 +80,7 @@
 
 Package: fplll-tools
 Architecture: any
-Depends: libfplll8 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libfplll8t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Tools to compute LLL-reduction of Euclidian lattices
  fpLLL is a library for computing reduced (nearly orthogonal) bases
  for Euclidean lattices using the floating-point LLL algorithm.
diff -Nru fplll-5.4.5/debian/libfplll8.install 
fplll-5.4.5/debian/libfplll8.install
--- fplll-5.4.5/debian/libfplll8.install        2023-11-26 12:01:50.000000000 
+0000
+++ fplll-5.4.5/debian/libfplll8.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-/usr/lib/*/*.so.*
diff -Nru fplll-5.4.5/debian/libfplll8.README.Debian 
fplll-5.4.5/debian/libfplll8.README.Debian
--- fplll-5.4.5/debian/libfplll8.README.Debian  2023-11-26 12:01:50.000000000 
+0000
+++ fplll-5.4.5/debian/libfplll8.README.Debian  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-This 5.x.y series is incompatible with the previous versions.
diff -Nru fplll-5.4.5/debian/libfplll8.shlibs 
fplll-5.4.5/debian/libfplll8.shlibs
--- fplll-5.4.5/debian/libfplll8.shlibs 2023-11-26 12:01:50.000000000 +0000
+++ fplll-5.4.5/debian/libfplll8.shlibs 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libfplll 8 libfplll8 (>= 5.4.0)
diff -Nru fplll-5.4.5/debian/libfplll8t64.install 
fplll-5.4.5/debian/libfplll8t64.install
--- fplll-5.4.5/debian/libfplll8t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ fplll-5.4.5/debian/libfplll8t64.install     2024-02-29 03:15:15.000000000 
+0000
@@ -0,0 +1 @@
+/usr/lib/*/*.so.*
diff -Nru fplll-5.4.5/debian/libfplll8t64.lintian-overrides 
fplll-5.4.5/debian/libfplll8t64.lintian-overrides
--- fplll-5.4.5/debian/libfplll8t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ fplll-5.4.5/debian/libfplll8t64.lintian-overrides   2024-02-29 
03:15:15.000000000 +0000
@@ -0,0 +1 @@
+libfplll8t64: package-name-doesnt-match-sonames libfplll8
diff -Nru fplll-5.4.5/debian/libfplll8t64.README.Debian 
fplll-5.4.5/debian/libfplll8t64.README.Debian
--- fplll-5.4.5/debian/libfplll8t64.README.Debian       1970-01-01 
00:00:00.000000000 +0000
+++ fplll-5.4.5/debian/libfplll8t64.README.Debian       2024-02-29 
03:15:15.000000000 +0000
@@ -0,0 +1 @@
+This 5.x.y series is incompatible with the previous versions.
diff -Nru fplll-5.4.5/debian/libfplll8t64.shlibs 
fplll-5.4.5/debian/libfplll8t64.shlibs
--- fplll-5.4.5/debian/libfplll8t64.shlibs      1970-01-01 00:00:00.000000000 
+0000
+++ fplll-5.4.5/debian/libfplll8t64.shlibs      2024-02-29 03:15:15.000000000 
+0000
@@ -0,0 +1 @@
+libfplll 8 libfplll8t64 (>= 5.4.0)

Reply via email to