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 astrometry.net-0.93+dfsg/debian/changelog astrometry.net-0.93+dfsg/debian/changelog --- astrometry.net-0.93+dfsg/debian/changelog 2022-12-23 20:06:04.000000000 +0000 +++ astrometry.net-0.93+dfsg/debian/changelog 2024-02-28 01:52:20.000000000 +0000 @@ -1,3 +1,10 @@ +astrometry.net (0.93+dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1061922 + + -- Steve Langasek <[email protected]> Wed, 28 Feb 2024 01:52:20 +0000 + astrometry.net (0.93+dfsg-1) unstable; urgency=medium * New upstream version 0.93+dfsg diff -Nru astrometry.net-0.93+dfsg/debian/control astrometry.net-0.93+dfsg/debian/control --- astrometry.net-0.93+dfsg/debian/control 2022-12-23 20:05:03.000000000 +0000 +++ astrometry.net-0.93+dfsg/debian/control 2024-02-28 01:52:19.000000000 +0000 @@ -3,7 +3,7 @@ Uploaders: Ole Streicher <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 13), +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), dh-exec, dh-python, libbz2-dev, @@ -41,7 +41,10 @@ world coordinate system (WCS), a standards-based description of the transformation between image coordinates and sky coordinates. -Package: libastrometry0 +Package: libastrometry0t64 +Provides: ${t64:Provides} +Replaces: libastrometry0 +Breaks: libastrometry0 (<< ${source:Version}) Architecture: any Multi-Arch: same Section: libs @@ -58,7 +61,7 @@ Architecture: any Multi-Arch: same Section: libdevel -Depends: libastrometry0 (= ${binary:Version}), +Depends: libastrometry0t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: Astrometry plate solver (development files) diff -Nru astrometry.net-0.93+dfsg/debian/libastrometry0.install astrometry.net-0.93+dfsg/debian/libastrometry0.install --- astrometry.net-0.93+dfsg/debian/libastrometry0.install 2019-05-06 07:19:38.000000000 +0000 +++ astrometry.net-0.93+dfsg/debian/libastrometry0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libastrometry*.so.* diff -Nru astrometry.net-0.93+dfsg/debian/libastrometry0t64.install astrometry.net-0.93+dfsg/debian/libastrometry0t64.install --- astrometry.net-0.93+dfsg/debian/libastrometry0t64.install 1970-01-01 00:00:00.000000000 +0000 +++ astrometry.net-0.93+dfsg/debian/libastrometry0t64.install 2019-05-06 07:19:38.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libastrometry*.so.* diff -Nru astrometry.net-0.93+dfsg/debian/libastrometry0t64.lintian-overrides astrometry.net-0.93+dfsg/debian/libastrometry0t64.lintian-overrides --- astrometry.net-0.93+dfsg/debian/libastrometry0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ astrometry.net-0.93+dfsg/debian/libastrometry0t64.lintian-overrides 2024-02-28 01:51:48.000000000 +0000 @@ -0,0 +1 @@ +libastrometry0t64: package-name-doesnt-match-sonames libastrometry0

