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

[SCM] Debian package checker branch, master, updated. 2.3.3-16-g893e141



The following commit has been merged in the master branch:
commit 893e141ef62926b165e13b0c8ddf744cdcaa3052
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Mar 20 14:54:05 2010 -0600

    Add changelog entry for eglibc exception and tweak the change
    
    * checks/control-file:
      + [RG] Update package-depends-on-hardcoded-libc exception to also
        exclude eglibc.  Based on a patch from Cyril Brulebois.
        (Closes: #573398)

diff --git a/checks/control-file b/checks/control-file
index f893b48..78cac18 100644
--- a/checks/control-file
+++ b/checks/control-file
@@ -175,7 +175,7 @@ for my $control (@binary_controls) {
 		tag "package-depends-on-itself", $control->{package}, $dep_fields[$strong]
 		    if $relation->implies($control->{package});
 		tag 'package-depends-on-hardcoded-libc', $control->{package}, $dep_fields[$strong]
-		    if ($relation->implies($libcs) and $pkg ne "eglibc");
+		    if ($relation->implies($libcs) and $pkg !~ /^e?glibc$/);
 		for my $weak (($strong + 1) .. $#dep_fields) {
 			next unless $control->{$dep_fields[$weak]};
 			for my $dependency (split /\s*,\s*/, $control->{$dep_fields[$weak]}) {
diff --git a/debian/changelog b/debian/changelog
index 4ed2bb7..1df3bba 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 lintian (2.3.4) UNRELEASED; urgency=low
 
+  * checks/control-file:
+    + [RG] Update package-depends-on-hardcoded-libc exception to also
+      exclude eglibc.  Based on a patch from Cyril Brulebois.
+      (Closes: #573398)
   * checks/scripts:
     + [ADB] Update the list of octave interpreters, adding octave3.2
       (Closes: #574048) and removing octave2.1 (only available in lenny

-- 
Debian package checker


Reply to: