[SCM] Debian package checker branch, master, updated. 2.5.0-25-g88ac2e0
The following commit has been merged in the master branch:
commit 88ac2e07d4cc1b226cb2bc63fcbd381149c8ec77
Author: Niels Thykier <niels@thykier.net>
Date: Thu Jun 2 22:46:55 2011 +0200
Removed old dh_python reference
diff --git a/checks/rules b/checks/rules
index 18343e3..0a3bdf2 100644
--- a/checks/rules
+++ b/checks/rules
@@ -59,7 +59,6 @@ our @GLOBAL_CLEAN_DEPENDS =
my @GLOBAL_DEPENDS =
(
[ 'dh-ocaml, ocaml-nox | ocaml' => qr'^\t\s*dh_ocaml(?:init|doc)\s' ],
- [ $PYTHON_DEPEND => qr'^\t\s*dh_python\s', 'missing-dh_python-build-dependency' ],
[ 'python-central' => qr'^\t\s*dh_pycentral\s' ],
[ 'python-support' => qr'^\t\s*dh_pysupport\s' ],
[ 'python-central' => qr'^DEB_PYTHON_SYSTEM\s*:?=\s*pycentral' ],
@@ -331,11 +330,6 @@ my $noarch = $info->relation_noarch('build-depends-all');
for my $package (keys %needed) {
my $tag = $needed{$package} || 'missing-build-dependency';
- # dh_python deactivates itself if the new Python build policy is enabled.
- if ($tag eq 'missing-dh_python-build-dependency') {
- next if -f 'debfiles/pycomat';
- next if defined $info->field('python-version');
- }
unless ($noarch->implies($package)) {
if ($tag eq 'missing-build-dependency') {
tag $tag, $package;
--
Debian package checker
Reply to: