• Bug#1069284: bookworm-pu: package libmail-dkim-perl/1.20230212-2~deb12u

    From Andreas Beckmann@21:1/5 to All on Fri Apr 19 12:10:01 2024
    XPost: linux.debian.devel.release

    This is a multi-part MIME message sent by reportbug.


    Package: release.debian.org
    Severity: normal
    Tags: bookworm
    User: release.debian.org@packages.debian.org
    Usertags: pu
    X-Debbugs-Cc: gregor herrmann <gregoa@debian.org>
    Control: block 1040438 with -1
    Control: affects -1 + src:libmail-dkim-perl

    [ Reason ]
    A missing dependency causes dkimproxy-verify to fail upon execution.

    [ Impact ]
    Requires manual installation of another package to make it usable.

    [ Tests ]
    - Extended autopkgtests to cover this case.
    - Manual installation and testing of the fixed package in a minimal
    bookworm chroot.

    [ Risks ]
    - Low, only adding a dependency.

    [ Checklist ]
    [*] *all* changes are documented in the d/changelog
    [*] I reviewed all changes and I approve them
    [*] attach debdiff against the package in (old)stable
    [*] the issue is verified as fixed in unstable

    [ Changes ]
    +libmail-dkim-perl (1.20230212-2~deb12u1) bookworm; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rebuild for bookworm.
    +
    + -- Andreas Beckmann <anbe@debian.org> Fri, 19 Apr 2024 11:50:51 +0200
    +
    +libmail-dkim-perl (1.20230212-2) unstable; urgency=medium
    +
    + * Team upload.
    + * Add scripts to autopkgtest's syntax.t. Cf. #1040438.
    + * Add a runtime dependency on libgetopt-long-descriptive-perl.
    + Thanks to Colin Watson for the bug report. (Closes: #1040438)
    +
    + -- gregor herrmann <gregoa@debian.org> Thu, 06 Jul 2023 17:38:48 +0200

    [ Other info ]
    This is a no-change rebuild of a package that has been in sid and
    testing last July (before it got superseded by a newer upstream release).


    Andreas

    diff --git a/debian/changelog b/debian/changelog
    index 5a8ba26..d5b9865 100644
    --- a/debian/changelog
    +++ b/debian/changelog
    @@ -1,3 +1,19 @@
    +libmail-dkim-perl (1.20230212-2~deb12u1) bookworm; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rebuild for bookworm.
    +
    + -- Andreas Beckmann <anbe@debian.org> Fri, 19 Apr 2024 11:50:51 +0200
    +
    +libmail-dkim-perl (1.20230212-2) unstable; urgency=medium
    +
    + * Team upload.
    + * Add scripts to autopkgtest's syntax.t. Cf. #1040438.
    + * Add a runtime dependency on libgetopt-long-descriptive-perl.
    + Thanks to Colin Watson for the bug report. (Closes: #1040438)
    +
    + -- gregor herrmann <gregoa@debian.org> Thu, 06 Jul 2023 17:38:48 +0200
    +
    libmail-dkim-perl (1.20230212-1) unstable; urgency=medium

    * Team upload.
    diff --git a/debian/control b/debian/control
    index 8a61df6..b410f05 100644
    --- a/debian/control
    +++ b/debian/control
    @@ -28,6 +28,7 @@ Depends: ${misc:Depends},
    libcrypt-openssl-rsa-perl,
    libdigest-sha-perl,
    liberror-perl,
    + libgetopt-long-descriptive-perl,