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

[SCM] Debian package checker branch, master, updated. 2.2.12-13-gdd3a451



The following commit has been merged in the master branch:
commit dd3a4511bc2c004d1ecb57b251d8f73b76a637e9
Author: Russ Allbery <rra@debian.org>
Date:   Mon Jun 22 10:12:08 2009 -0700

    Allow the Python dist-packages directory
    
    * checks/files:
      + [RA] Allow non-core Python packages to install files into
        /usr/lib/python*/dist-packages, the extension location for Python
        2.6 and later.  Thanks, Julian Andres Klode.  (Closes: #534212)

diff --git a/checks/files b/checks/files
index 28208d9..a1399b6 100644
--- a/checks/files
+++ b/checks/files
@@ -616,7 +616,7 @@ foreach my $file (sort keys %{$info->index}) {
 
     # ---------------- pythonX.Y extensions
     if ($file =~ m,^usr/lib/python\d\.\d/\S,
-	and not $file =~ m,^usr/lib/python\d\.\d/site-packages/,) {
+	and not $file =~ m,^usr/lib/python\d\.\d/(?:site|dist)-packages/,) {
         # check if it's one of the Python proper packages
 	unless (defined $is_python) {
 	    $is_python = 0;
diff --git a/debian/changelog b/debian/changelog
index b817e9f..bcbe589 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ lintian (2.2.13) UNRELEASED; urgency=low
       on libtool.  Thanks, Kurt Roeckx.  (Closes: #534134)
     + [RA] Fix typo in *-contains-ht-tags-file description.  Patch from
       Peter Pentchev.  (Closes: #534218)
+  * checks/files:
+    + [RA] Allow non-core Python packages to install files into
+      /usr/lib/python*/dist-packages, the extension location for Python
+      2.6 and later.  Thanks, Julian Andres Klode.  (Closes: #534212)
   * checks/init.d:
     + [RA] Take into account dangling symlinks in /etc/init.d.  Patch from
       Raphael Geissert.  (Closes: #534139)

-- 
Debian package checker


Reply to: