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

[SCM] Debian package checker branch, master, updated. 2.2.17-7-gfc967eb



The following commit has been merged in the master branch:
commit fc967eba12615b7df666dfd792caad2696578526
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Tue Oct 27 18:00:36 2009 +0100

    Also exclude newer Python's dist-packages in incorrect-libdir-in-la-file
    
    * checks/shared-libs:
      + [FL] Add /usr/lib/python*/dist-packages to exception list for
        incorrect-libdir-in-la-file.  Thanks, Mathieu Trudel.
        (Closes: #551134)

diff --git a/checks/shared-libs b/checks/shared-libs
index 7418f9e..b7727db 100644
--- a/checks/shared-libs
+++ b/checks/shared-libs
@@ -172,7 +172,7 @@ for my $cur_file (sort keys %{$info->index}) {
 
 	    # python-central is a special case since the libraries are moved
 	    # at install time.
-	    next if ($actual =~ m,^/usr/lib/python[\d.]+/site-packages,
+	    next if ($actual =~ m,^/usr/lib/python[\d.]+/(?:site|dist)-packages,
 		     and $expected =~ m,^/usr/share/pyshared,);
 	    tag "incorrect-libdir-in-la-file", $cur_file, "$actual != $expected"
 		unless($expected eq $actual);
diff --git a/debian/changelog b/debian/changelog
index d6fa6c4..9fd5501 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,12 +13,16 @@ lintian (2.2.18) UNRELEASED; urgency=low
   * checks/scripts.desc:
     + [RA] Add some more details to executable-not-elf-or-script about
       possible causes and how to correct them.
+  * checks/shared-libs:
+    + [FL] Add /usr/lib/python*/dist-packages to exception list for
+      incorrect-libdir-in-la-file.  Thanks, Mathieu Trudel.
+      (Closes: #551134)
 
   * data/doc-base/sections:
     + [FL] Update from doc-base 0.9.5. Adds Typesetting section.
       Thanks Julian Gilbey.  (Closes: #552526)
 
- -- Frank Lichtenheld <djpig@debian.org>  Tue, 27 Oct 2009 17:42:49 +0100
+ -- Frank Lichtenheld <djpig@debian.org>  Tue, 27 Oct 2009 17:58:23 +0100
 
 lintian (2.2.17) unstable; urgency=medium
 

-- 
Debian package checker


Reply to: