• Bug#1063183: osmo-libasn1c: NMU diff for 64-bit time_t transition

    From Steve Langasek@21:1/5 to All on Sun Feb 25 17:40:01 2024
    --kZggnOYQl9uMAUlG
    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

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

    diff -Nru osmo-libasn1c-0.9.36/debian/changelog osmo-libasn1c-0.9.36/debian/changelog
    --- osmo-libasn1c-0.9.36/debian/changelog 2023-11-01 18:37:33.000000000 +0000
    +++ osmo-libasn1c-0.9.36/debian/changelog 2024-02-25 16:32:17.000000000 +0000
    @@ -1,3 +1,17 @@
    +osmo-libasn1c (0.9.36-1.1~exp2) experimental; urgency=medium
    +
    + * Non-maintainer upload.
    + * Declare X-Time64-Compat to get proper Provides:
    +
    + -- Steve Langasek <vorlon@debian.org> Sun, 25 Feb 2024 16:32:17 +0000
    +
    +osmo-libasn1c (0.9.36-1.1~exp1) experi
  • From Benjamin Drung@21:1/5 to All on Thu Feb 29 20:10:05 2024
    This is a multi-part MIME message sent by reportbug.


    Source: osmo-libasn1c
    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 osmo-libasn1c-0.9.36/debian/changelog osmo-libasn1c-0.9.36/debian/changelog
    --- osmo-libasn1c-0.9.36/debian/changelog 2023-11-01 18:37:33.000000000 +0000
    +++ osmo-libasn1c-0.9.36/debian/changelog 2024-02-29 19:06:13.000000000 +0000
    @@ -1,3 +1,10 @@
    +osmo-libasn1c (0.9.36-1.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1063183
    +
    + -- Benjamin Drung <bdrung@debian.org> Thu, 29 Feb 2024 19:06:13 +0000
    +
    osmo-libasn1c (0.9.36-1) unstable; urgency=medium

    * New upstream release.
    diff -Nru osmo-libasn1c-0.9.36/debian/control osmo-libasn1c-0.9.36/debian/control
    --- osmo-libasn1c-0.9.36/debian/control 2023-11-01 18:37:33.000000000 +0000
    +++ osmo-libasn1c-0.9.36/debian/control 2024-02-29 19:06:13.000000000 +0000
    @@ -3,7 +3,7 @@
    Priority: optional
    Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
    Uploaders: Thorsten Alteholz <debian@alteholz.de>
    -Build-Depends: debhelper-compat (=13),
    +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (=13),