Source: link-grammar Version: 5.12.3~dfsg-1 Severity: serious Tags: patch pending sid trixie Justification: library ABI skew on upgrade User: debian-...@lists.debian.org Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet! Dear maintainer, As part of the 64-bit time_t transition required to support 32-bit architectures in 2038 and beyond (https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified link-grammar as a source package shipping runtime libraries whose ABI either is affected by the change in size of time_t, or could not be analyzed via abi-compliance-checker (and therefore to be on the safe side we assume is affected). To ensure that inconsistent combinations of libraries with their reverse-dependencies are never installed together, it is necessary to have a library transition, which is most easily done by renaming the runtime library package. Since turning on 64-bit time_t is being handled centrally through a change to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is important that libraries affected by this ABI change all be uploaded close together in time. Therefore I have prepared a 0-day NMU for link-grammar which will initially be uploaded to experimental if possible, then to unstable after packages have cleared binary NEW. Please find the patch for this NMU attached. If you have any concerns about this patch, please reach out ASAP. Although this package will be uploaded to experimental immediately, there will be a period of several days before we begin uploads to unstable; so if information becomes available that your package should not be included in the transition, there is time for us to amend the planned uploads. -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (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 link-grammar-5.12.3~dfsg/debian/changelog link-grammar-5.12.3~dfsg/debian/changelog --- link-grammar-5.12.3~dfsg/debian/changelog 2023-06-27 16:28:28.000000000 +0000 +++ link-grammar-5.12.3~dfsg/debian/changelog 2024-02-02 22:30:51.000000000 +0000 @@ -1,3 +1,11 @@ +link-grammar (5.12.3~dfsg-1.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + * Bump build-dependency on d-shlibs for --t64 support. + + -- Steve Langasek <vor...@debian.org> Fri, 02 Feb 2024 22:30:51 +0000 + link-grammar (5.12.3~dfsg-1) unstable; urgency=medium [ upstream ] diff -Nru link-grammar-5.12.3~dfsg/debian/control link-grammar-5.12.3~dfsg/debian/control --- link-grammar-5.12.3~dfsg/debian/control 2023-01-07 10:14:10.000000000 +0000 +++ link-grammar-5.12.3~dfsg/debian/control 2024-02-02 22:30:51.000000000 +0000 @@ -5,7 +5,7 @@ Build-Depends: ant [!hppa !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386 !m68k !sh4], autoconf-archive, - d-shlibs (>= 0.98~), + d-shlibs (>= 0.106~), debhelper-compat (= 13), default-jdk [!hppa !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386 !m68k !sh4], dh-sequence-python3, @@ -48,7 +48,10 @@ . This package contains the user-executable binary. -Package: liblink-grammar5 +Package: liblink-grammar5t64 +Provides: ${t64:Provides} +Replaces: liblink-grammar5 +Conflicts: liblink-grammar5 (<< ${source:Version}) Section: libs Architecture: any Multi-Arch: same @@ -80,7 +83,7 @@ Architecture: any Multi-Arch: same Depends: - liblink-grammar5 (= ${binary:Version}), + liblink-grammar5t64 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends}, Description: Carnegie Mellon University's link grammar parser (development headers) @@ -103,7 +106,7 @@ Section: java Architecture: alpha amd64 arm64 armel armhf i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64 x32 Depends: - liblink-grammar5, + liblink-grammar5t64, ${misc:Depends}, ${shlibs:Depends}, Description: Carnegie Mellon University's link grammar parser (JNI library) @@ -127,7 +130,7 @@ Architecture: any Section: python Depends: - liblink-grammar5, + liblink-grammar5t64, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, diff -Nru link-grammar-5.12.3~dfsg/debian/liblink-grammar5t64.lintian-overrides link-grammar-5.12.3~dfsg/debian/liblink-grammar5t64.lintian-overrides --- link-grammar-5.12.3~dfsg/debian/liblink-grammar5t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ link-grammar-5.12.3~dfsg/debian/liblink-grammar5t64.lintian-overrides 2024-02-02 22:30:50.000000000 +0000 @@ -0,0 +1 @@ +liblink-grammar5t64: package-name-doesnt-match-sonames liblink-grammar5 diff -Nru link-grammar-5.12.3~dfsg/debian/rules link-grammar-5.12.3~dfsg/debian/rules --- link-grammar-5.12.3~dfsg/debian/rules 2023-01-24 05:29:11.000000000 +0000 +++ link-grammar-5.12.3~dfsg/debian/rules 2024-02-02 22:30:51.000000000 +0000 @@ -46,6 +46,7 @@ find debian/ -name "*.la" -delete dh_install -Xtests.py d-shlibmove --commit \ + --t64 \ --devunversioned \ --exclude-la \ --exclude-a \