• Bug#1062119: gpgme1.0: NMU diff for 64-bit time_t transition

    From Steve Langasek@21:1/5 to All on Thu Feb 29 00:20:01 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 gpgme1.0-1.18.0/debian/changelog gpgme1.0-1.18.0/debian/changelog
    --- gpgme1.0-1.18.0/debian/changelog 2023-11-01 17:11:31.000000000 +0000
    +++ gpgme1.0-1.18.0/debian/changelog 2024-02-28 23:10:53.000000000 +0000
    @@ -1,3 +1,10 @@
    +gpgme1.0 (1.18.0-4.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1062119
    +
    + -- Steve Langasek <vorlon@debian.org> Wed, 28 Feb 2024 23:10:53 +0000
    +
    gpgme1.0 (1.18.0-4) unstable; urgency=medium

    * Team upload.
    diff -Nru gpgme1.0-1.18.0/debian/control gpgme1.0-1.18.0/debian/control
    --- gpgme1.0-1.18.0/debian/control 2023-10-29 10:33:48.000000000 +0000
    +++ gpgme1.0-1.18.0/debian/control 2024-02-28 23:10:53.000000000 +0000
    @@ -4,7 +4,7 @@
    Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
    Uploaders:
    Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
    -Build-Depends:
    +Build-Depends: dpkg-dev (>= 1.22.5),
    automake (>= 1.14),
    debhelper-compat (= 13),
    dh-python,
    @@ -36,7 +36,7 @@
    libassuan-dev,
    libc6-dev,
    libgpg-e