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 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 flightcrew-0.9.3+dfsg/debian/changelog flightcrew-0.9.3+dfsg/debian/changelog --- flightcrew-0.9.3+dfsg/debian/changelog 2023-12-20 20:01:55.000000000 +0000 +++ flightcrew-0.9.3+dfsg/debian/changelog 2024-02-28 08:43:02.000000000 +0000 @@ -1,3 +1,10 @@ +flightcrew (0.9.3+dfsg-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1062593 + + -- Michael Hudson-Doyle <[email protected]> Wed, 28 Feb 2024 08:43:02 +0000 + flightcrew (0.9.3+dfsg-2) unstable; urgency=medium [ Francois Mazen ] diff -Nru flightcrew-0.9.3+dfsg/debian/control flightcrew-0.9.3+dfsg/debian/control --- flightcrew-0.9.3+dfsg/debian/control 2023-12-20 20:01:55.000000000 +0000 +++ flightcrew-0.9.3+dfsg/debian/control 2024-02-28 08:43:02.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Francois Mazen <[email protected]> Uploaders: Mattia Rizzolo <[email protected]> -Build-Depends: +Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13), googletest, @@ -36,7 +36,10 @@ to validate epub files, and may be generally useful for other epub creation utilities. -Package: libflightcrew0v5 +Package: libflightcrew0t64 +Provides: ${t64:Provides} +X-Time64-Compat: libflightcrew0v5 +Breaks: libflightcrew0v5 (<< ${source:Version}) Architecture: any Section: libs Depends: @@ -44,7 +47,7 @@ ${shlibs:Depends}, Conflicts: libflightcrew0, -Replaces: +Replaces:libflightcrew0v5, libflightcrew0, Description: C++ library for epub validation FlightCrew is an epub validator written in C++. It is used by sigil @@ -57,8 +60,8 @@ Architecture: all Section: libdevel Depends: - libflightcrew0v5 (<< ${source:Version}.1~), - libflightcrew0v5 (>= ${source:Version}), + libflightcrew0t64 (<< ${source:Version}.1~), + libflightcrew0t64 (>= ${source:Version}), libboost-exception-dev, ${misc:Depends}, Description: C++ library development filesfor epub validation diff -Nru flightcrew-0.9.3+dfsg/debian/libflightcrew0t64.install flightcrew-0.9.3+dfsg/debian/libflightcrew0t64.install --- flightcrew-0.9.3+dfsg/debian/libflightcrew0t64.install 1970-01-01 00:00:00.000000000 +0000 +++ flightcrew-0.9.3+dfsg/debian/libflightcrew0t64.install 2023-12-17 21:03:08.000000000 +0000 @@ -0,0 +1 @@ +/usr/lib/libFlightCrew.so.* diff -Nru flightcrew-0.9.3+dfsg/debian/libflightcrew0t64.lintian-overrides flightcrew-0.9.3+dfsg/debian/libflightcrew0t64.lintian-overrides --- flightcrew-0.9.3+dfsg/debian/libflightcrew0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ flightcrew-0.9.3+dfsg/debian/libflightcrew0t64.lintian-overrides 2024-02-28 08:42:33.000000000 +0000 @@ -0,0 +1 @@ +libflightcrew0t64: package-name-doesnt-match-sonames libflightcrew0v5 diff -Nru flightcrew-0.9.3+dfsg/debian/libflightcrew0v5.install flightcrew-0.9.3+dfsg/debian/libflightcrew0v5.install --- flightcrew-0.9.3+dfsg/debian/libflightcrew0v5.install 2023-12-17 21:03:08.000000000 +0000 +++ flightcrew-0.9.3+dfsg/debian/libflightcrew0v5.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/lib/libFlightCrew.so.*

