Source: openjade 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 openjade-1.4devel1/debian/changelog openjade-1.4devel1/debian/changelog --- openjade-1.4devel1/debian/changelog 2024-01-03 04:39:03.000000000 +0000 +++ openjade-1.4devel1/debian/changelog 2024-02-29 12:32:43.000000000 +0000 @@ -1,3 +1,10 @@ +openjade (1.4devel1-23.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1063092 + + -- Benjamin Drung <bdr...@debian.org> Thu, 29 Feb 2024 12:32:43 +0000 + openjade (1.4devel1-23) unstable; urgency=medium * Reverted innocuous looking change to FlowObj.cxx in 21.4 which caused diff -Nru openjade-1.4devel1/debian/control openjade-1.4devel1/debian/control --- openjade-1.4devel1/debian/control 2024-01-03 04:39:03.000000000 +0000 +++ openjade-1.4devel1/debian/control 2024-02-29 12:32:43.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Neil Roeth <n...@debian.org> Homepage: http://openjade.sourceforge.net/ Standards-Version: 3.9.2.0 -Build-Depends: debhelper (>> 13.0.0), debhelper-compat (=13), dh-buildinfo, +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>> 13.0.0), debhelper-compat (=13), dh-buildinfo, libosp-dev (>= 1.5.1.0-2.1), gettext, libperl4-corelibs-perl Package: openjade @@ -25,11 +25,14 @@ . Author: The OpenJade Team <jade-de...@infomansol.com> -Package: libostyle1c2 +Package: libostyle1t64 +Provides: ${t64:Provides} +X-Time64-Compat: libostyle1c2 +Breaks: libostyle1c2 (<< ${source:Version}) Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -Replaces: libostyle1 +Replaces: libostyle1c2, libostyle1 Conflicts: libostyle1 Description: Runtime libraries for OpenJade OpenJade's shared libraries, runtime support. Includes libogrove, @@ -42,7 +45,7 @@ Package: libostyle-dev Architecture: any Section: libdevel -Depends: libostyle1c2(= ${binary:Version}), ${misc:Depends} +Depends: libostyle1t64(= ${binary:Version}), ${misc:Depends} Conflicts: openjade (<< 1.4devel1-14) Description: OpenJade libraries, developer support Contains include files and the static library for libogrove, diff -Nru openjade-1.4devel1/debian/libostyle1c2.dirs openjade-1.4devel1/debian/libostyle1c2.dirs --- openjade-1.4devel1/debian/libostyle1c2.dirs 2021-06-12 22:04:13.000000000 +0000 +++ openjade-1.4devel1/debian/libostyle1c2.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/lib -usr/share/doc/libostyle1c2 diff -Nru openjade-1.4devel1/debian/libostyle1c2.install openjade-1.4devel1/debian/libostyle1c2.install --- openjade-1.4devel1/debian/libostyle1c2.install 2021-06-13 03:33:34.000000000 +0000 +++ openjade-1.4devel1/debian/libostyle1c2.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -debian/tmp/usr/lib/*/lib*.so.[0-9].[0-9].[0-0] -debian/tmp/usr/lib/*/lib*.so.[0-9] diff -Nru openjade-1.4devel1/debian/libostyle1c2.postinst openjade-1.4devel1/debian/libostyle1c2.postinst --- openjade-1.4devel1/debian/libostyle1c2.postinst 2021-06-12 21:39:20.000000000 +0000 +++ openjade-1.4devel1/debian/libostyle1c2.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - ldconfig -fi - -#DEBHELPER# - -exit 0 diff -Nru openjade-1.4devel1/debian/libostyle1t64.dirs openjade-1.4devel1/debian/libostyle1t64.dirs --- openjade-1.4devel1/debian/libostyle1t64.dirs 1970-01-01 00:00:00.000000000 +0000 +++ openjade-1.4devel1/debian/libostyle1t64.dirs 2021-06-12 22:04:13.000000000 +0000 @@ -0,0 +1,2 @@ +usr/lib +usr/share/doc/libostyle1c2 diff -Nru openjade-1.4devel1/debian/libostyle1t64.install openjade-1.4devel1/debian/libostyle1t64.install --- openjade-1.4devel1/debian/libostyle1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ openjade-1.4devel1/debian/libostyle1t64.install 2021-06-13 03:33:34.000000000 +0000 @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/*/lib*.so.[0-9].[0-9].[0-0] +debian/tmp/usr/lib/*/lib*.so.[0-9] diff -Nru openjade-1.4devel1/debian/libostyle1t64.lintian-overrides openjade-1.4devel1/debian/libostyle1t64.lintian-overrides --- openjade-1.4devel1/debian/libostyle1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ openjade-1.4devel1/debian/libostyle1t64.lintian-overrides 2024-02-29 12:32:39.000000000 +0000 @@ -0,0 +1 @@ +libostyle1t64: package-name-doesnt-match-sonames libostyle1c2 diff -Nru openjade-1.4devel1/debian/libostyle1t64.postinst openjade-1.4devel1/debian/libostyle1t64.postinst --- openjade-1.4devel1/debian/libostyle1t64.postinst 1970-01-01 00:00:00.000000000 +0000 +++ openjade-1.4devel1/debian/libostyle1t64.postinst 2021-06-12 21:39:20.000000000 +0000 @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0