Processed: Re: Bug#1069284: bookworm-pu: package libmail-dkim-perl/1.20230212-2~deb12u1

2024-06-15 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #1069284 [release.debian.org] bookworm-pu: package 
libmail-dkim-perl/1.20230212-2~deb12u1
Added tag(s) confirmed.

-- 
1069284: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069284
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



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

2024-06-15 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Fri, 2024-04-19 at 12:06 +0200, Andreas Beckmann wrote:
> A missing dependency causes dkimproxy-verify to fail upon execution.

Please go ahead.

Regards,

Adam



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

2024-04-19 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: gregor herrmann 
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   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   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   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   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,
  libmail-authenticationresults-perl,
  libmailtools-perl,
  libnet-dns-perl
diff --git a/debian/tests/pkg-perl/syntax-extra 
b/debian/tests/pkg-perl/syntax-extra
new file mode 100644
index 000..f0dd09f
--- /dev/null
+++ b/debian/tests/pkg-perl/syntax-extra
@@ -0,0 +1 @@
+usr/bin/dkimproxy-