Control: tag -1 + pending

Hi,

Axel Beckert wrote:
> I've pushed a prelimiary NMU to the git branch "nmu":
> https://anonscm.debian.org/cgit/collab-maint/debsums.git/log/?h=nmu
> 
> I intend to upload that one as NMU to DELAYED/2 after some testing.
> Will post a full debdiff here once I'm done with testing.

I've just uploaded an NMU to DELAYED/2. Full debdiff attached.

It's my first upload with the new GnuPG key, so let's hope it works
fine. :-)

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
diff -Nru debsums-2.0.52+nmu2/debian/changelog 
debsums-2.0.52+nmu3/debian/changelog
--- debsums-2.0.52+nmu2/debian/changelog        2014-05-29 19:50:49.000000000 
+0200
+++ debsums-2.0.52+nmu3/debian/changelog        2015-01-14 23:13:26.000000000 
+0100
@@ -1,3 +1,11 @@
+debsums (2.0.52+nmu3) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Fix case where previous patch doesn't report all changed files.
+    (Closes: #775313) Thanks Marek Veber for report and patch!
+
+ -- Axel Beckert <a...@debian.org>  Wed, 14 Jan 2015 22:55:45 +0100
+
 debsums (2.0.52+nmu2) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru debsums-2.0.52+nmu2/debsums debsums-2.0.52+nmu3/debsums
--- debsums-2.0.52+nmu2/debsums 2014-05-29 17:23:58.000000000 +0200
+++ debsums-2.0.52+nmu3/debsums 2015-01-14 23:17:22.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";

Attachment: signature.asc
Description: Digital signature

Reply via email to