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

[SCM] Debian package checker branch, master, updated. 2.3.4-33-g4d7501e



The following commit has been merged in the master branch:
commit 09a9e5554b50d1ea6014d485adbd5dc64906dd73
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Wed Jan 6 17:37:21 2010 +0000

    Use the correct long package type for .changes files

diff --git a/frontend/lintian b/frontend/lintian
index c1304d2..e26d02a 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1172,7 +1172,8 @@ foreach my $pkg_info ($schedule->get_all) {
     my ($type, $pkg, $ver, $arch, $file) =
 	@$pkg_info{qw(type package version architecture file)};
     my $long_type = ($type eq 'b' ? 'binary' :
-		     ($type eq 's' ? 'source' : 'udeb' ));
+		     ($type eq 'c' ? 'changes' :
+		     ($type eq 's' ? 'source' : 'udeb' )));
 
     $TAGS->file_start($file, $pkg, $ver, $arch, $long_type);
 

-- 
Debian package checker


Reply to: