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

[SCM] Debian package checker branch, master, updated. 2.3.3-82-g81bc014



The following commit has been merged in the master branch:
commit 66f3770e7a723528c3ca622d14cce829a9273ac3
Author: Russ Allbery <rra@debian.org>
Date:   Sun Mar 21 21:51:21 2010 -0700

    Allow python2.6 packages to satisfy Python build dependencies

diff --git a/checks/rules b/checks/rules
index 0fe3217..d3ebbd3 100644
--- a/checks/rules
+++ b/checks/rules
@@ -22,7 +22,7 @@ use Lintian::Tags qw(tag);
 # that, either directly or through transitive dependencies that can be relied
 # upon, ensure /usr/bin/python will exist for the use of dh_python.
 our $PYTHON_DEPEND = 'python | python-dev | python-all | python-all-dev | '
-    . join (' | ', map { "python$_ | python$_-dev" } qw(2.4 2.5));
+    . join (' | ', map { "python$_ | python$_-dev" } qw(2.4 2.5 2.6));
 
 # Certain build tools must be listed in Build-Depends even if there are no
 # arch-specific packages because they're required in order to run the clean
diff --git a/debian/changelog b/debian/changelog
index 90ecf74..2be8bd5 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -88,6 +88,7 @@ lintian (2.3.4) UNRELEASED; urgency=low
       Build-Depends or Build-Depends-Indep.
     + [RA] Check for a quilt dependency when the debhelper 7 quilt module
       is used.  Thanks, Martin Meredith.  (Closes: #548094)
+    + [RA] Allow python2.6 packages to satisfy Python build dependencies.
   * checks/scripts{,.desc}:
     + [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: