• Bug#1062071: genometools: NMU diff for 64-bit time_t transition

    From Steve Langasek@21:1/5 to All on Wed Feb 28 17:40: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 genometools-1.6.5+ds/debian/changelog genometools-1.6.5+ds/debian/changelog
    --- genometools-1.6.5+ds/debian/changelog 2023-10-25 22:08:09.000000000 +0000
    +++ genometools-1.6.5+ds/debian/changelog 2024-02-28 16:25:48.000000000 +0000
    @@ -1,3 +1,10 @@
    +genometools (1.6.5+ds-2.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1062071
    +
    + -- Steve Langasek <vorlon@debian.org> Wed, 28 Feb 2024 16:25:48 +0000
    +
    genometools (1.6.5+ds-2) unstable; urgency=medium

    * Facilitate building twice from the same source directory.
    diff -Nru genometools-1.6.5+ds/debian/control genometools-1.6.5+ds/debian/control
    --- genometools-1.6.5+ds/debian/control 2023-09-19 21:22:02.000000000 +0000
    +++ genometools-1.6.5+ds/debian/control 2024-02-28 16:25:48.000000000 +0000
    @@ -4,7 +4,7 @@
    Andreas Tille <tille@debian.org>
    Section: science
    Priority: optional
    -Build-Depends: debhelper (>= 13),
    +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 13),
    debhelper-compat (= 13),
    d
  • From Steve Langasek@21:1/5 to Steve Langasek on Sat Apr 27 04:00:02 2024
    --v3OuroJu4wpTWVbE
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: inline
    Content-Transfer-Encoding: quoted-printable

    Dear maintainers,

    There was a hard-coded test dependency on libgenometools0 in debian/tests/control which prevents this package from being able to migrate
    to testing.

    There is no need to hard-code a dependency on the runtime lib given that
    there is already a test dependency on libgenometools-dev.

    I am uploading a follow-up 0-day NMU to fix this outstanding issue from the time_t transition. Please find attached a comprehensive NMU debdiff.

    On Wed, Feb 28, 2024 at 04:30:06PM +0000, Steve Langasek wrote:
    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 genometools-1.6.5+ds/debian/changelog genometools-1.6.5+ds/debian/changelog
    --- genometools-1.6.5+ds/debian/changelog 2023-10-25 22:08:09.000000000 +0000
    +++ genometools-1.6.5+ds/debian/changelog 2024-02-28 16:25:48.000000000 +0000
    @@ -1,3 +1,10 @@
    +genometools (1.6.5+ds-2.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1062071
    +
    + -- Steve Langasek <vorlon@debian.org> Wed, 28 Feb 2024 16:25:48 +0000
    +
    genometools (1.6.5+ds-2) unstable; urgency=medium

    * Facilitate building twice from the same source directory.
    diff -Nru genometools-1.6.5+ds/debian/control genometools-1.6.5+ds/debian/control
    --- genometools-1.6.5+ds/debian/control 2023-09-19 21:22:02.000000000 +0000
    +++ genometools-1.6.5+ds/debian/control 2024-02-28 16:25:48.000000000 +0000
    @@ -4,7 +4,7 @@
    Andreas Tille <tille@debian.org>
    Section: science
    Priority: optional
    -Build-Depends: debhelper (>= 13),
    +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 13),
    debhelper-compat (= 13),
    dh-python,
    liblua5.1-0-dev,
    @@ -70,7 +70,10 @@
    transformations, style files, etc. required to use the GenomeTools
    executable and/or library.

    -Package: libgenometools0
    +Package: libgenometools0t64
    +Provides: ${t64:Provides}
    +Replaces: libgenometools0
    +Breaks: libgenometools0 (<< ${source:Version})
    Architecture: any
    Section: libs
    Depends: ${shlibs:Depends},
    @@ -91,7 +94,7 @@
    Section: libdevel
    Depends: ${shlibs:Depends},
    ${misc:Depends},
    - libgenometools0 (= ${binary:Version})
    + libgenometools0t64 (= ${binary:Version})
    Description: development files for GenomeTools
    This package contains the GenomeTools static library and necessary
    header files.
    @@ -118,7 +121,7 @@
    Depends: ${shlibs:Depends},
    ${misc:Depends},
    ${python3:Depends},
    - libgenometools0
    + libgenometools0t64
    Description: Python3 bindings for genometools
    Partial Python3 bindings for the GenomeTools library. Besides basic
    bioinformatics data structures, the library contains components for sequence
    diff -Nru genometools-1.6.5+ds/debian/libgenometools0.install genometools-1.6.5+ds/debian/libgenometools0.install
    --- genometools-1.6.5+ds/debian/libgenometools0.install 2023-09-19 21:22:02.000000000 +0000
    +++ genometools-1.6.5+ds/debian/libgenometools0.install 1970-01-01 00:00:00.000000000 +0000
    @@ -1 +0,0 @@
    -lib/libgenometools.so.0 usr/lib
    diff -Nru genometools-1.6.5+ds/debian/libgenometools0t64.install genometools-1.6.5+ds/debian/libgenometools0t64.install
    --- genometools-1.6.5+ds/debian/libgenometools0t64.install 1970-01-01 00:00:00.000000000 +0000
    +++ genometools-1.6.5+ds/debian/libgenometools0t64.install 2023-09-19 21:22:02.000000000 +0000
    @@ -0,0 +1 @@
    +lib/libgenometools.so.0 usr/lib
    diff -Nru genometools-1.6.5+ds/debian/libgenometools0t64.lintian-overrides genometools-1.6.5+ds/debian/libgenometools0t64.lintian-overrides
    --- genometools-1.6.5+ds/debian/libgenometools0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
    +++ genometools-1.6.5+ds/debian/libgenometools0t64.lintian-overrides 2024-02-28 16:15:24.000000000 +0000
    @@ -0,0 +1 @@
    +libgenometools0t64: package-name-doesnt-match-sonames libgenometools0


    --
    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

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

    diff -Nru genometools-1.6.5+ds/debian/changelog genometools-1.6.5+ds/debian/changelog
    --- genometools-1.6.5+ds/debian/changelog 2023-10-25 22:08:09.000000000 +0000
    +++ genometools-1.6.5+ds/debian/changelog 2024-04-27 01:41:52.000000000 +0000
    @@ -1,3 +1,17 @@
    +genometools (1.6.5+ds-2.2) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Remove wrong hard-coded test dep.
    +
    + -- Steve Langasek <vorlon@debian.org> Sat, 27 Apr 2024 01:41:52 +0000
    +
    +genometools (1.6.5+ds-2.1) unstable; urgency=medium
    +
    + * No
  • From =?UTF-8?Q?=C3=89tienne?= Mollier@21:1/5 to All on Sun Apr 28 18:10:01 2024
    Hi Steve,

    NMU for genometools 1.6.5+ds-2.1 acknowledged in the VCS, with a
    minor change to un-shadow Lukas Märdian experimental NMU earlier
    this year. Thanks for your work on the hairy time_t transition!

    Have a nice day, :)
    --
    .''`. Étienne Mollier <emollier@debian.org>
    : :' : pgp: 8f91 b227 c7d6 f2b1 948c 8236 793c f67e 8f0d 11da
    `. `' sent from /dev/pts/0, please excuse my verbosity
    `- on air: Laurent Garnier - Last tribute from the 20th c…

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmYudGEACgkQeTz2fo8N Edrj2Q//fIZ4+m0HNikcD8xDl1KQaUvPEnrvUYh5Ig7xV50nLg9tOIqg9wxAG6m9 q/BqxGicJyYJEnirPDA0d3c2DUPeZymIl/Nwpw0k0KJVOaEP757CKHGJo+w+2//E JYIu4c9Fo8l+dp7FK1wDtYGO3UI2iihHi+OIYZJklM7uUDuG3aI53IxepBy95SIR bdCLFG3ZWs9VQQO/lhZvIze8rONq+xDn8uBvg1LQ0AmZttDp5gwDhtTHUe9L3OHE gYgNJcSRG8OfdRKxYYYwO2VtSTrbak7OdqqxHFd/PMo426DI7zDm/oC4lyd7NzSA C7p5SrUDcGXfBKecX8wna5shZuv4bqFIvBOwl/v3AD2zVb6XtNpoky7xKrPJHaRG qgIr3wuPudy7QPwx0eL6qc1/Hru3RDwpCky2wwTqEZsy4KKveUm/nXuppFNyz9vU VyptLhRmBcnzWjyekH/Ifdcb9jKgWEHWa9QRXpICE6aRvnPxk7GJFD4ZkdoIOX4j MOUuV6joTidBtqgwG9PIr10LzAUZJF6H8UBEntT6exVXChreB14ZJ+9W2h9VzcPl gMxAbmaG3mTtNNSa3DycFXZjxFkk0JrAwG4c2sIY3BZcU3i1BZe3hGIt4HnjNQ8a L3KNantDaQ5odEmT