[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 d96573d2cc5b2e1bdc6a850e41733032ed971b39
Author: Evgeni Golov <sargentd@die-welt.net>
Date:   Sun Jan 18 19:11:49 2009 +0100

    Don't shout on glibc hardcoding depends to libc6, they have to

diff --git a/checks/control-file b/checks/control-file
index c8ba92a..7844b24 100644
--- a/checks/control-file
+++ b/checks/control-file
@@ -131,7 +131,7 @@ for my $control (@binary_controls) {
 		my $parsed = Dep::parse ($control->{$dep_fields[$field]});
 		for my $libc (@libcs) {
 			tag "packages-depends-on-hardcoded-libc", $control->{package}, $dep_fields[$field], $libc
-				if Dep::implies($parsed, Dep::parse($libc));
+				if Dep::implies($parsed, Dep::parse($libc)) and $control->{package} ne "glibc";
 		}
 		
 	}

-- 
Debian package checker


Reply to: