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

[SCM] Debian package checker branch, master, updated. 2.1.6-33-gf39df20



The following commit has been merged in the master branch:
commit 4e684f0341c4ff81e0e4d8720c1826625e4236e1
Author: Evgeni Golov <sargentd@die-welt.net>
Date:   Sun Jan 18 19:13:09 2009 +0100

    The tag should be package-depends-on-hardcoded-libc not packages-depends-on-hardcoded-libc

diff --git a/checks/control-file b/checks/control-file
index 7844b24..6f12699 100644
--- a/checks/control-file
+++ b/checks/control-file
@@ -130,7 +130,7 @@ for my $control (@binary_controls) {
 		next unless $control->{$dep_fields[$field]};
 		my $parsed = Dep::parse ($control->{$dep_fields[$field]});
 		for my $libc (@libcs) {
-			tag "packages-depends-on-hardcoded-libc", $control->{package}, $dep_fields[$field], $libc
+			tag "package-depends-on-hardcoded-libc", $control->{package}, $dep_fields[$field], $libc
 				if Dep::implies($parsed, Dep::parse($libc)) and $control->{package} ne "glibc";
 		}
 		
diff --git a/checks/control-file.desc b/checks/control-file.desc
index 5590c0c..4dd79ad 100644
--- a/checks/control-file.desc
+++ b/checks/control-file.desc
@@ -133,7 +133,7 @@ Info: The given field in the <tt>debian/control</tt> file has a substvar
  the control file will have a syntax error.  You probably meant to put a
  comma after the substvar expansion.
 
-Tag: packages-depends-on-hardcoded-libc
+Tag: package-depends-on-hardcoded-libc
 Severity: normal
 Certainty: certain
 Info: The given package declares a dependency on libc directly instead

-- 
Debian package checker


Reply to: