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

[lintian] 02/05: c/rules: Remove check for python-central



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

nthykier pushed a commit to branch master
in repository lintian.

commit 6a9041c37d2e6ccdc37c4b13a0b435089883ba27
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Apr 23 08:57:39 2016 +0000

    c/rules: Remove check for python-central
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/rules.pm  | 3 +--
 debian/changelog | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/checks/rules.pm b/checks/rules.pm
index 3f1f976..bd3a141 100644
--- a/checks/rules.pm
+++ b/checks/rules.pm
@@ -76,9 +76,8 @@ our @GLOBAL_CLEAN_DEPENDS = (
 # A list of packages; regular expressions that, if they match anywhere in the
 # debian/rules file, this package must be listed in either Build-Depends or
 # Build-Depends-Indep as appropriate; and optional tags as above.
-my @GLOBAL_DEPENDS =(
+my @GLOBAL_DEPENDS=(
     ['dh-ocaml, ocaml-nox | ocaml' => qr'^\t\s*dh_ocaml(?:init|doc)\s'],
-    ['python-central' => qr'^DEB_PYTHON_SYSTEM\s*:?=\s*pycentral'],
 );
 
 # Similarly, this list of packages, regexes, and optional tags say that if the
diff --git a/debian/changelog b/debian/changelog
index f5f1b33..993015d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,7 +52,7 @@ lintian (2.5.44) UNRELEASED; urgency=medium
     + [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.
-    + [NT] Remove check for python-support.
+    + [NT] Remove check for python-support and python-central.
   * 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: