[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 810216409fd48e091f06d0e52df65e68370c6d25
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Tue Mar 23 19:49:43 2010 +0000

    Don't treat output lines for .changes tags as invalid

diff --git a/t/runtests b/t/runtests
index 3af9d08..8c7e045 100755
--- a/t/runtests
+++ b/t/runtests
@@ -507,7 +507,7 @@ sub test_package {
 	open TAGS, "$RUNDIR/tags.$pkg" or fail("Cannot open $RUNDIR/tags.$pkg");
 	while (<TAGS>) {
 		next if m/^N: /;
-		if (not /^(.): (\S+)(?: (?:source|udeb))?: (\S+)/) {
+		if (not /^(.): (\S+)(?: (?:changes|source|udeb))?: (\S+)/) {
 		    print (($testdata->{'todo'} eq 'yes')? "TODO" : "E");
 		    print ": Invalid line:\n$_";
 		    $okay = 0;

-- 
Debian package checker


Reply to: