• Bug#1062726: libident: NMU diff for 64-bit time_t transition

    From Steve Langasek@21:1/5 to All on Sat Feb 24 08:50:01 2024
    --JKFDrTwqqdEgvCiz
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: inline
    Content-Transfer-Encoding: quoted-printable

    Hello,

    An oversight with regards to the provides: handling support in debhelper
    means the package in experimental does not correctly declare compatibility
    on 64-bit archs with the prior ABI. Please find an updated patch attached.

    --
    Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slangasek@ubuntu.com vorlon@debian.org

    --JKFDrTwqqdEgvCiz
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: attachment; filename="nmu_libident.debdiff" Content-Transfer-Encoding: quoted-printable

    diff -Nru libident-0.32/debian/changelog libident-0.32/debian/changelog
    --- libident-0.32/debian/changelog 2022-01-02 19:55:27.000000000 +0000
    +++ libident-0.32/debian/changelog 2024-02-24 07:41:13.000000000 +0000
    @@ -1,3 +1,17 @@
    +libident (0.32-1.1~exp2) experimental; urgency=medium
    +
    + * Fix doc link.
    + * Declare X-Time64-Compat to get proper Provides:
    +
    + -- Steve Langasek <vorlon@debian.org> Sat, 24 Feb 2024 07:41:13 +0000
    +
    +libident (0.32-1.1~exp1) experimental; urgency=medium
    +
    + * Non-maintainer upload.
  • From Benjamin Drung@21:1/5 to All on Wed Feb 28 20:20:01 2024
    This is a multi-part MIME message sent by reportbug.


    Source: libident
    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 libident-0.32/debian/changelog libident-0.32/debian/changelog
    --- libident-0.32/debian/changelog 2022-01-02 19:55:27.000000000 +0000
    +++ libident-0.32/debian/changelog 2024-02-28 19:14:09.000000000 +0000
    @@ -1,3 +1,10 @@
    +libident (0.32-1.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1062726
    +
    + -- Benjamin Drung <bdrung@debian.org> Wed, 28 Feb 2024 19:14:09 +0000
    +
    libident (0.32-1) unstable; urgency=medium

    * New upstream release. (Closes: #1002955)
    diff -Nru libident-0.32/debian/control libident-0.32/debian/control
    --- libident-0.32/debian/control 2022-01-02 19:55:26.000000000 +0000
    +++ libident-0.32/debian/control 2024-02-28 19:14:09.000000000 +0000
    @@ -3,14 +3,18 @@
    Section: libs
    Priority: optional
    Standards-Version: 4.6.0
    -Build-Depends:
    +Build-Depends: dpkg-dev (>= 1.22.5),
    debhelper-compat (= 13),
    Rules-Requires-Root: no
    Homepage: https://www.remlab.net/files/libident/
    Vcs-Git: https://salsa.debian.org/debian/libident.git
    Vcs-Browser: https://salsa.d