Bug#780762: unblock: debsums/2.0.53

Axel Beckert abe at debian.org
Wed Mar 18 21:37:23 UTC 2015


Package: release.debian.org
Severity: normal
User: release.debian.org at packages.debian.org
Usertags: unblock

Please unblock package debsums/2.0.53

Release 2.0.53 of debsums fixes https://bugs.debian.org/773136 which
has been upped to RC recently and Niels has acked that I should go on
with a fix of #773136 for Jessie.

Compared to my previous NMUs of debsums, this release also contains
the takeover of debsums by the Debian Perl Group with me added as
additional Uploader. For the discussions about moving to group
maintenance, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744398#722 and
https://lists.debian.org/debian-perl/2015/01/msg00010.html.

I initially planned this switch with the first post-Jessie upload, but
since we now do another upload target for Jessie, I included the
takeover in this upload, too. This makes the diff a little bit larger:

diff -Nru debsums-2.0.52+nmu3/debian/changelog debsums-2.0.53/debian/changelog
--- debsums-2.0.52+nmu3/debian/changelog	2015-01-25 08:59:28.000000000 +0100
+++ debsums-2.0.53/debian/changelog	2015-03-18 21:44:45.000000000 +0100
@@ -1,3 +1,19 @@
+debsums (2.0.53) unstable; urgency=medium
+
+  * Take package under maintenance of the Debian Perl Group
+    + Move Maintainer to Uploaders
+    + Set Maintainer to the Debian Perl Group
+    + Update Vcs-* header to point to pkg-perl git repository
+    + See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744398#722 and
+      https://lists.debian.org/debian-perl/2015/01/msg00010.html for
+      discussions about moving to group maintenance.
+  * Add myself as Uploader.
+  * Canonicalize Vcs-* headers.
+  * Apply patch by Vladimir N. Solovyov to also report modified files of
+    arch-qualified (multiarch) packages. (Closes: #773136)
+
+ -- Axel Beckert <abe at debian.org>  Wed, 18 Mar 2015 20:35:02 +0100
+
 debsums (2.0.52+nmu3) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru debsums-2.0.52+nmu3/debian/control debsums-2.0.53/debian/control
--- debsums-2.0.52+nmu3/debian/control	2015-01-25 08:58:22.000000000 +0100
+++ debsums-2.0.53/debian/control	2015-03-18 21:44:45.000000000 +0100
@@ -1,12 +1,12 @@
 Source: debsums
 Section: admin
 Priority: optional
-Maintainer: Ryan Niebur <ryan at debian.org>
-Uploaders: Anders Kaseorg <andersk at mit.edu>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryan at debian.org>, Anders Kaseorg <andersk at mit.edu>, Axel Beckert <abe at debian.org>
 Build-Depends: debhelper (>= 8), po-debconf, po4a
 Standards-Version: 3.9.3
-Vcs-Git: git://git.debian.org/git/collab-maint/debsums.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/debsums.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/debsums.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/debsums.git
 
 Package: debsums
 Architecture: all
diff -Nru debsums-2.0.52+nmu3/debsums debsums-2.0.53/debsums
--- debsums-2.0.52+nmu3/debsums	2015-01-25 08:59:28.000000000 +0100
+++ debsums-2.0.53/debsums	2015-03-18 21:44:45.000000000 +0100
@@ -462,7 +462,7 @@
 	    return 0;
 	}
 
-	my $correct_package = `dpkg-query "--admindir=$DPKG" -S "/$path" | awk -F: '{print \$1}'`;
+	my $correct_package = `dpkg-query "--admindir=$DPKG" -S "/$path" | awk -F': ' '{print \$1}'`;
 	chomp($correct_package);
 	if ($pack ne $correct_package) {
 	    #print "$pack != $correct_package\n";

So please

unblock debsums/2.0.53

P.S.: Thanks to Niels for his help with stripping down the debdiff to
what's necessary to properly include the Maintainer switch.

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (110, 'experimental'), (109, 'buildd-unstable'), (109, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.19.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



More information about the pkg-perl-maintainers mailing list