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

[lintian] 02/02: c/rules: Python3 is at 3.4 and 3.5



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit a30a35a31f2385ff2c1d4a9ad9149272360cdc7e
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 22 19:00:39 2016 +0000

    c/rules: Python3 is at 3.4 and 3.5
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/rules.pm  | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/checks/rules.pm b/checks/rules.pm
index 6060838..7252788 100644
--- a/checks/rules.pm
+++ b/checks/rules.pm
@@ -31,7 +31,7 @@ our $PYTHON3_DEPEND
   = 'python3:any | python3-dev:any | python3-all:any | python3-all-dev:any';
 our $PYTHON2X_DEPEND = 'python2.7:any | python2.7-dev:any';
 our $PYTHON3X_DEPEND
-  = join(' | ', map { "python${_}:any | python${_}-dev:any" } qw(3.2));
+  = join(' | ', map { "python${_}:any | python${_}-dev:any" } qw(3.4 3.5));
 our $ANYPYTHON_DEPEND
   = "$PYTHON_DEPEND | $PYTHON2X_DEPEND | $PYTHON3_DEPEND | $PYTHON3X_DEPEND";
 
diff --git a/debian/changelog b/debian/changelog
index b728c16..4d7c6be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,7 @@ lintian (2.5.44) UNRELEASED; urgency=medium
   * checks/rules.pm:
     + [NT] Add ":any" to all python dependencies.  Thanks to Barry Warsaw
       for reporting the bug.
+    + [NT] Bump known python 3 version to include 3.4 and 3.5.
   * checks/scripts.desc:
     + [NT] Suggest dh_python2 / dh_python3 instead of dh_pysupport and
       dh_pycentral.  Thanks to Neil Williams for the report.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: