• Bug#1063206: papi: NMU diff for 64-bit time_t transition

    From Andreas Beckmann@21:1/5 to Andreas Beckmann on Thu Feb 8 00:00:01 2024
    On 05/02/2024 20.32, Andreas Beckmann wrote:
    Please don't upload to unstable, yet, until I've checked it in more
    detail (and maybe fixed it in experimental).

    Yes, there is a wrong dependency:

    │ │ │ │ Package: libpapi-dev
    │ │ │ │ Source: papi
    │ │ │ │ Version: 7.1.0-2.1~exp1
    │ │ │ │ Architecture: amd64
    │ │ │ │ Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
    │ │ │ │ Installed-Size: 1293
    │ │ │ │ -Depends: libpapi7.1 (= 7.1.0-2.1~exp1), libsde1t64 (= 7.1.0-2.1~exp1)
    │ │ │ │ +Depends: libpapi7.1t64 (= 7.1.0-2.1~exp1), libsde1t64 (= 7.1.0-2.1~exp1)
    │ │ │ │ Section: libdevel
    │ │ │ │ Priority: optional
    │ │ │ │ Multi-Arch: same
    │ │ │ │ Homepage: https://icl.utk.edu/papi/
    │ │ │ │ Description: PAPI development files (headers and API documentation)

    Preparing a fix ...


    Andreas

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Steve Langasek@21:1/5 to All on Sat Mar 2 00:30:02 2024
    This is a multi-part MIME message sent by reportbug.


    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')
    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 papi-7.1.0/debian/changelog papi-7.1.0/debian/changelog
    --- papi-7.1.0/debian/changelog 2024-02-20 11:50:34.000000000 +0000
    +++ papi-7.1.0/debian/changelog 2024-03-01 23:16:47.000000000 +0000
    @@ -1,3 +1,10 @@
    +papi (7.1.0-3.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1063206
    +
    + -- Steve Langasek <vorlon@debian.org> Fri, 01 Mar 2024 23:16:47 +0000
    +
    papi (7.1.0-3) unstable; urgency=medium

    * Prepare infrastructure for appending an ABI-suffix to the SOVERSION.
    diff -Nru papi-7.1.0/debian/control papi-7.1.0/debian/control
    --- papi-7.1.0/debian/control 2024-02-20 11:50:34.000000000 +0000
    +++ papi-7.1.0/debian/control 2024-03-01 23:16:47.000000000 +0000
    @@ -5,7 +5,7 @@
    Uploaders:
    Vincent Danjean <vdanjean@debian.org>,
    Andreas Beckmann <anbe@debian.org>
    -Build-Depends:
    +Build-Depends: dpkg-dev (>= 1.22.5),
    debhelper-compat (= 13),
    dh-sequence-python3,
    gfortran,
    @@ -18,7 +18,10 @@
    Vcs-Browser: https://salsa.debian.org/hpc-team/papi
    Vcs-Git: https://sa