[SCM] Git repository for devscripts branch, master, updated. v2.11.6-19-gf05b722

James McCoy jamessan at debian.org
Sat May 5 16:33:49 UTC 2012


The following commit has been merged in the master branch:
commit f05b722e46a8c35e9239bc6b0348e0623923f7fb
Author: James McCoy <jamessan at debian.org>
Date:   Sat May 5 12:33:19 2012 -0400

    dpkg-depcheck: Match the new error message from “dpkg -S”.
    
    Closes: #667581
    Signed-off-by: James McCoy <jamessan at debian.org>

diff --git a/Devscripts/Packages.pm b/Devscripts/Packages.pm
index 7ceea21..66f547f 100644
--- a/Devscripts/Packages.pm
+++ b/Devscripts/Packages.pm
@@ -179,6 +179,9 @@ sub FilesToPackages (@)
 	elsif (/^dpkg: \Q$curfile\E not found\.$/) {
 	    $curfile = shift;
 	}
+	elsif (/^dpkg-query: no path found matching pattern \Q$curfile\E\.$/) {
+	    $curfile = shift;
+	}
 	elsif (/^(.*): \Q$curfile\E$/) {
 	    my @pkgs = split /, /, $1;
 	    if (@pkgs==1) { $packages{$pkgs[0]} = 1; }
diff --git a/debian/changelog b/debian/changelog
index 381c988..2c8ea45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ devscripts (2.11.7) UNRELEASED; urgency=low
   * d/control: Change Maintainer address to devscripts-devel at lists.alioth.d.o
   * wnpp-alert: Use dpkg-query instead of directly parsing dpkg's status file.
     (Closes: #669579)
+  * dpkg-depcheck: Match the new error message from “dpkg -S”.  Thanks to Bao
+    Haojun for the patch.  (Closes: #667581)
 
   [ Benjamin Drung ]
   * Introduce a test suite for the scripts based on shunit2.

-- 
Git repository for devscripts



More information about the Devscripts-devel mailing list