[SCM] Debian package checker branch, master, updated. 2.5.1-48-g2dec3e7
The following commit has been merged in the master branch:
commit 2dec3e72976ce2abaaa696e5da679b9f500d7c56
Author: Niels Thykier <niels@thykier.net>
Date: Fri Jul 8 21:39:13 2011 +0200
Updated $PYTHON_DEV in c/fields
diff --git a/checks/fields b/checks/fields
index d82ed01..611eb6c 100644
--- a/checks/fields
+++ b/checks/fields
@@ -148,8 +148,8 @@ my %VCS_VALID_URIS = (
# Python development packages that are used almost always just for building
# architecture-dependent modules. Used to check for unnecessary build
# dependencies for architecture-independent source packages.
-our $PYTHON_DEV = join(' | ', qw(python-dev python-all-dev python3-all-dev),
- map { "python$_-dev" } qw(2.4 2.5 2.6 3 3.1));
+our $PYTHON_DEV = join(' | ', qw(python-dev python-all-dev python3-dev python3-all-dev),
+ map { "python$_-dev" } qw(2.6 3 3.1));
our $PERL_CORE_PROVIDES = Lintian::Data->new('fields/perl-provides', '\s+');
our $OBSOLETE_PACKAGES = Lintian::Data->new('fields/obsolete-packages');
diff --git a/debian/changelog b/debian/changelog
index 3f2dce5..7cccc78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,9 @@ lintian (2.5.2) UNRELEASED; urgency=low
* checks/fields:
+ [NT] Refactored to use Lintian::Data and use new data files
from data/fields.
+ + [NT] Added python3-dev and rmeoved python2.{4,5} from
+ $PYTHON_DEV. Thanks to Jakub Wilk for the report and the
+ patch. (Closes: #633044)
* checks/filename-length{,.desc}:
+ [NT] New file that checks the length of the package file
names. (Closes: #631656)
--
Debian package checker
Reply to: