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-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)
diff -Nru unuran-1.11.0/debian/changelog unuran-1.11.0/debian/changelog --- unuran-1.11.0/debian/changelog 2023-11-25 14:29:56.000000000 +0000 +++ unuran-1.11.0/debian/changelog 2024-02-28 21:25:17.000000000 +0000 @@ -1,3 +1,10 @@ +unuran (1.11.0-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1063015 + + -- Steve Langasek <vor...@debian.org> Wed, 28 Feb 2024 21:25:17 +0000 + unuran (1.11.0-3) unstable; urgency=medium * Add lintian overrides. diff -Nru unuran-1.11.0/debian/control unuran-1.11.0/debian/control --- unuran-1.11.0/debian/control 2023-11-25 14:24:23.000000000 +0000 +++ unuran-1.11.0/debian/control 2024-02-28 21:25:17.000000000 +0000 @@ -5,7 +5,7 @@ Uploaders: Gürkan Myczko <t...@debian.org>, Stephan Lachnit <stephanlach...@debian.org> Rules-Requires-Root: no -Build-Depends: +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libgsl-dev Standards-Version: 4.6.2 @@ -13,7 +13,10 @@ Vcs-Browser: https://salsa.debian.org/science-team/unuran Vcs-Git: https://salsa.debian.org/science-team/unuran.git -Package: libunuran16 +Package: libunuran16t64 +Provides: ${t64:Provides} +Replaces: libunuran16 +Breaks: libunuran16 (<< ${source:Version}) Architecture: any Multi-Arch: same Depends: @@ -29,7 +32,7 @@ Architecture: any Multi-Arch: same Depends: - libunuran16 (= ${binary:Version}), + libunuran16t64 (= ${binary:Version}), ${misc:Depends}, Description: Universal Non-Uniform RAndom Number generator - development files This is a collection of algorithms for generating non-uniform pseudorandom diff -Nru unuran-1.11.0/debian/libunuran16.install unuran-1.11.0/debian/libunuran16.install --- unuran-1.11.0/debian/libunuran16.install 2023-11-25 14:20:50.000000000 +0000 +++ unuran-1.11.0/debian/libunuran16.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libunuran.so.* diff -Nru unuran-1.11.0/debian/libunuran16t64.install unuran-1.11.0/debian/libunuran16t64.install --- unuran-1.11.0/debian/libunuran16t64.install 1970-01-01 00:00:00.000000000 +0000 +++ unuran-1.11.0/debian/libunuran16t64.install 2023-11-25 14:20:50.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libunuran.so.* diff -Nru unuran-1.11.0/debian/libunuran16t64.lintian-overrides unuran-1.11.0/debian/libunuran16t64.lintian-overrides --- unuran-1.11.0/debian/libunuran16t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ unuran-1.11.0/debian/libunuran16t64.lintian-overrides 2024-02-28 21:25:07.000000000 +0000 @@ -0,0 +1 @@ +libunuran16t64: package-name-doesnt-match-sonames libunuran16