[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.2-58-g7a7b841



The following commit has been merged in the master branch:
commit ce6f97b07e92040d93bf08ca384b57a2641d5d1e
Author: Michael Gilbert <michael.s.gilbert@gmail.com>
Date:   Sun Aug 28 18:39:22 2011 +0200

    frontend/lintian: Mention ".changes" files as a valid file type
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index d5b52ce..d6474e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -82,6 +82,9 @@ lintian (2.5.3) UNRELEASED; urgency=low
       This happens if a package contains an override for a tag
       that has been marked "non-overridable" by the current vendor
       profile.
+    + [NT] Mention ".changes" as a valid file type in the "unknown
+      file" error.  Thanks to Michael Gilbert for the report and
+      the patch.   (Closes: #639430)
 
   * lib/Util.pm:
     + [JW] Use LC_ALL rather than LANG, since LC_ALL overrules
diff --git a/frontend/lintian b/frontend/lintian
index 595539c..dec5e2d 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -886,7 +886,7 @@ while (my $arg = shift) {
 	if ($arg =~ m/\.(?:u?deb|dsc|changes)$/o){
 	    $pool->add_file($arg);
 	} else {
-	    fail("bad package file name $arg (neither .deb, .udeb or .dsc file)");
+	    fail("bad package file name $arg (neither .deb, .udeb, .changes or .dsc file)");
 	}
     } else {
 	# parameter is a package name--so look it up

-- 
Debian package checker


Reply to: