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

[SCM] Debian package checker branch, master, updated. 2.2.17-3-gdd6f95b



The following commit has been merged in the master branch:
commit 483880b60c9356a6a5f22b1a72cd5a6b1f4e704c
Author: Stephane Glondu <steph@glondu.net>
Date:   Fri Sep 25 22:40:32 2009 +0200

    Fix lib-recommends-documentation test

diff --git a/checks/fields b/checks/fields
index 58da092..a337dfe 100644
--- a/checks/fields
+++ b/checks/fields
@@ -589,7 +589,7 @@ if (($type eq "binary") || ($type eq 'udeb')) {
 
 				tag "lib-recommends-documentation", "$field: $part_d_orig"
 					if ($field eq 'recommends'
-					&& $pkg =~ m/^lib.+(?!-(?:dev|docs?))$/ && $part_d_orig =~ m/-docs?$/);
+					&& $pkg =~ m/^lib/ && $pkg !~ m/-(dev|docs?)$/ && $part_d_orig =~ m/-docs?$/);
 			}
 
 			for my $pkg (@seen_obsolete_packages) {

-- 
Debian package checker


Reply to: