• Bug#1061888: anfo: NMU diff for 64-bit time_t transition

    From Steve Langasek@21:1/5 to All on Wed Jan 31 06:40:03 2024
    This is a multi-part MIME message sent by reportbug.


    Source: anfo
    Version: 0.98-9
    Followup-For: Bug #1061888

    Apologies, an oversight in the conversion script caused us to fail to
    update strict versioned dependencies on the previous package name.
    Please find attached a fixed patch.

    diff -Nru anfo-0.98/debian/changelog anfo-0.98/debian/changelog
    --- anfo-0.98/debian/changelog 2021-10-06 12:24:46.000000000 +0000
    +++ anfo-0.98/debian/changelog 2024-01-31 05:32:32.000000000 +0000
    @@ -1,3 +1,11 @@
    +anfo (0.98-9.1) experimental; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition.
    + * Fix uninstallable packages from the previous upload.
    +
    + -- Steve Langasek <vorlon@debian.org> Wed, 31 Jan 2024 05:32:32 +0000
    +
    anfo (0.98-9) unstable; urgency=medium

    * uscan can't fetch latest upstream since https certificate became invalid diff -Nru anfo-0.98/debian/control anfo-0.98/debian/control
    --- anfo-0.98/debian/control 2021-10-06 12:24:46.000000000 +0000
    +++ anfo-0.98/debian/control 2024-01-31 05:32:00.000000000 +0000
    @@ -23,7 +23,7 @@
    Architecture: any
    Depends: ${shlibs:Depends},
    ${misc:Depends},
    - libanfo0
    + libanfo0t64
    Description: Short Read Aligner/Mapper from MPG
    Anfo is a mapper in the spirit of Soap/Maq/Bowtie, but its implementation takes
    more afte