[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 262b157b45640bbd47003ed513227fd57441e859
Author: Russ Allbery <rra@debian.org>
Date:   Sun Mar 21 21:52:41 2010 -0700

    Add Python 2.6 to recognized Python versions

diff --git a/checks/scripts b/checks/scripts
index b8c1f41..56b8531 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -160,7 +160,7 @@ our %versioned_interpreters =
 		],
      python  => [ '/usr/bin', undef,
 		  qr/^python([\d.]+)$/, 'python$1 | python$1-minimal',
-		  qw(2.4 2.5)
+		  qw(2.4 2.5 2.6)
 		],
      rackup  => [ '/usr/bin', undef,
 		  qr/^rackup([\d.]+)$/, 'librack-ruby$1', qw(1.8 1.9)
diff --git a/debian/changelog b/debian/changelog
index 2be8bd5..3296372 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -98,6 +98,7 @@ lintian (2.3.4) UNRELEASED; urgency=low
       hint.  Thanks, Thijs Kinkhorst.  (Closes: #574826)
     + [RA] Mention #!@BASH@ and similar cases in the long tag description
       of example-interpreter-not-absolute.
+    + [RA] Add Python 2.6 to recognized Python versions.
   * checks/shared-libs:
     + [RA] symbols-declares-dependency-on-other-package should not have
       trailing whitespace for unversioned dependencies.  Patch from

-- 
Debian package checker


Reply to: