• Bug#1062924: st: NMU diff for 64-bit time_t transition

    From Benjamin Drung@21:1/5 to All on Thu Feb 29 18:40:01 2024
    This is a multi-part MIME message sent by reportbug.


    Source: st
    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 st-1.9/debian/changelog st-1.9/debian/changelog
    --- st-1.9/debian/changelog 2020-06-20 23:31:02.000000000 +0000
    +++ st-1.9/debian/changelog 2024-02-29 17:29:25.000000000 +0000
    @@ -1,3 +1,10 @@
    +st (1.9-3.3) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1062924
    +
    + -- Benjamin Drung <bdrung@debian.org> Thu, 29 Feb 2024 17:29:25 +0000
    +
    st (1.9-3.2) unstable; urgency=medium

    * Non-maintainer upload.
    diff -Nru st-1.9/debian/control st-1.9/debian/control
    --- st-1.9/debian/control 2020-06-20 23:20:22.000000000 +0000
    +++ st-1.9/debian/control 2024-02-29 17:29:25.000000000 +0000
    @@ -2,14 +2,14 @@
    Section: devel
    Priority: optional
    Maintainer: Wesley W. Terpstra (Debian) <terpstra@debian.org>
    -Build-Depends: debhelper (>= 7.0.0), cdbs (>= 0.4.52), autotools-dev +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 7.0.0), cdbs (>= 0.4.52), autotools-dev
    Standards-Version: 3.8.3.0
    Homepage: http://state-threads.sourceforge.net/

    Package: libst-dev
    Section: libd