• Bug#1060710: dnsenum: diff for NMU version 1.3.1-1.1

    From gregor herrmann@21:1/5 to All on Wed Jan 17 19:40:01 2024
    --PNlb30TwOK1LYA2j
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: inline

    Dear maintainer,

    I've prepared an NMU for dnsenum (versioned as 1.3.1-1.1). The diff
    is attached to this message.

    Sorry for the rush, this was one of the last blockers of the ongoing
    perl 5.38 migration.


    Cheers,
    gregor

    --
    .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
    : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
    `. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
    `-

    --PNlb30TwOK1LYA2j
    Content-Type: text/x-diff; charset=us-ascii
    Content-Disposition: attachment; filename="dnsenum-1.3.1-1.1-nmu.diff"

    diff -Nru dnsenum-1.3.1/debian/changelog dnsenum-1.3.1/debian/changelog
    --- dnsenum-1.3.1/debian/changelog 2022-10-25 19:05:15.000000000 +0200
    +++ dnsenum-1.3.1/debian/changelog 2024-01-17 19:27:32.000000000 +0100
    @@ -1,3 +1,13 @@
    +dnsenum (1.3.1-1.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Fix "autopkgtest failure with Perl 5.38: Smartmatch is deprecated":
    + add patch perl5.38_smartmatch.patch, replacing smartmatch with a plain
    + grep().
    + (Closes: #1060710)
    +
    + -- gregor herrmann <gregoa@debian.org> Wed, 17 Jan 2024 19:27:32 +0100
    +
    dnsenum (1.3.1-1) unstable; urgency=medium

    * New upstream version 1.3.1.
    diff -Nru dnsenum-1.3.1/debian/patches/perl5.38_smartmatch.patch dnsenum-1.3.1/debian/patches/perl5.38_smartmatch.patch
    --- dnsenum-1.3.1/debian/patches/perl5.38_smartmatch.patch 1970-01-01 01:00:00.000000000 +0100
    +++ dnsenum-1.3.1/debian/patches/perl5.38_smartmatch.patch 2024-01-17 19:21:35.000000000 +0100
    @@ -0,0 +1,32 @@
    +Description: Stop using smartmatch
    + smartmatch is deprecated in perl 5.38, throwing warnings,
    +