• Bug#1062596: libqt5qxlsx: NMU diff for 64-bit time_t transition

    From Alexander Wolf@21:1/5 to All on Sat Feb 10 06:30:01 2024
    The latest stable version of QtXlxs is 1.4.6 and prepelease of 1.4.7 is published now. Probably updating to latest stable may be important.

    WBW, Alex

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Benjamin Drung@21:1/5 to All on Wed Feb 28 18:10:03 2024
    This is a multi-part MIME message sent by reportbug.


    Source: libqt5qxlsx
    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 libqt5qxlsx-1.4.4/debian/changelog libqt5qxlsx-1.4.4/debian/changelog --- libqt5qxlsx-1.4.4/debian/changelog 2022-10-09 12:53:34.000000000 +0000
    +++ libqt5qxlsx-1.4.4/debian/changelog 2024-02-28 17:07:20.000000000 +0000
    @@ -1,3 +1,10 @@
    +libqt5qxlsx (1.4.4-1.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1062596
    +
    + -- Benjamin Drung <bdrung@debian.org> Wed, 28 Feb 2024 17:07:20 +0000
    +
    libqt5qxlsx (1.4.4-1) unstable; urgency=medium

    * Initial release. (Closes: #1022093)
    diff -Nru libqt5qxlsx-1.4.4/debian/control libqt5qxlsx-1.4.4/debian/control
    --- libqt5qxlsx-1.4.4/debian/control 2022-10-09 12:53:34.000000000 +0000
    +++ libqt5qxlsx-1.4.4/debian/control 2024-02-28 17:07:20.000000000 +0000
    @@ -3,7 +3,7 @@
    Priority: optional
    Maintainer: Tomasz Buchert <tomasz@debian.org>
    Rules-Requires-Root: no
    -Build-Depends: cmake, debhelper-compat (= 13), qtbase5-dev, qtbase5-private-dev
    +Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13), qtbase5-dev, qtbase5-private-dev
    St