Your message dated Thu, 19 Mar 2015 07:48:19 +0100
with message-id <[email protected]>
and subject line Re: Bug#780762: unblock: debsums/2.0.53
has caused the Debian Bug report #780762,
regarding unblock: debsums/2.0.53
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
780762: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780762
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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 <[email protected]>
-Uploaders: Anders Kaseorg <[email protected]>
+Maintainer: Debian Perl Group <[email protected]>
+Uploaders: Ryan Niebur <[email protected]>, Anders Kaseorg <[email protected]>,
Axel Beckert <[email protected]>
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)
--- End Message ---
--- Begin Message ---
On 2015-03-18 22:37, Axel Beckert wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> 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:
>
> [...]
>
> 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.
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---