• Bug#1062427: ghmm: NMU diff for 64-bit time_t transition

    From Steve Langasek@21:1/5 to All on Sun Feb 25 04:40:01 2024
    --r+HlUN5/RClvKAno
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: inline
    Content-Transfer-Encoding: quoted-printable

    The previous patch unfortunately failed to build because d-shlibs requires
    the use of Conflicts instead of Breaks on previous package names. Please
    find a fixed 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

    --r+HlUN5/RClvKAno
    Content-Type: text/plain; charset=iso-8859-1
    Content-Disposition: attachment; filename="nmu_ghmm.debdiff" Content-Transfer-Encoding: quoted-printable

    diff -Nru ghmm-0.9~rc3/debian/changelog ghmm-0.9~rc3/debian/changelog
    --- ghmm-0.9~rc3/debian/changelog 2024-02-07 14:25:59.000000000 +0000
    +++ ghmm-0.9~rc3/debian/changelog 2024-02-25 03:11:36.000000000 +0000
    @@ -1,3 +1,18 @@
    +ghmm (0.9~rc3-5.1~exp1) experimental; urgency=medium
    +
    + * Non-maintainer upload.
    + * Use Conflicts, not Breaks, to satisfy d-shlibs
    +
    + -- Steve Langasek <vorlon@debian.org> Sun, 25 Feb 2024 03:11:36 +0000
    +
    +ghmm (0.9~rc3-5.1~exp) experimental; urgency=medium
    +
    + * Non-maintainer upload.
    +
  • From Steve Langasek@21:1/5 to All on Wed Feb 28 18:50:03 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 ghmm-0.9~rc3/debian/changelog ghmm-0.9~rc3/debian/changelog
    --- ghmm-0.9~rc3/debian/changelog 2024-02-07 14:25:59.000000000 +0000
    +++ ghmm-0.9~rc3/debian/changelog 2024-02-28 17:43:09.000000000 +0000
    @@ -1,3 +1,10 @@
    +ghmm (0.9~rc3-5.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1062427
    +
    + -- Steve Langasek <vorlon@debian.org> Wed, 28 Feb 2024 17:43:09 +0000
    +
    ghmm (0.9~rc3-5) unstable; urgency=medium

    * Team upload.
    diff -Nru ghmm-0.9~rc3/debian/control ghmm-0.9~rc3/debian/control
    --- ghmm-0.9~rc3/debian/control 2024-02-07 14:25:59.000000000 +0000
    +++ ghmm-0.9~rc3/debian/control 2024-02-28 17:43:09.000000000 +0000
    @@ -3,9 +3,9 @@
    Uploaders: Steffen Moeller <moeller@debian.org>
    Section: science
    Priority: optional
    -Build-Depends: debhelper-compat (= 13),
    +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
    dh-sequence-python3,
    - d-shlibs,
    + d-shlibs (>= 0.106~),
    python3-dev,
    pk