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

[lintian] 01/01: c/fields: Debian ships python3.{4,5} now



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

nthykier pushed a commit to branch master
in repository lintian.

commit 6a4bc2ba076b01f1b0adf3b396b3e5ab9fcb7883
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Apr 10 07:21:26 2016 +0000

    c/fields: Debian ships python3.{4,5} now
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/fields.pm                                              | 2 +-
 debian/changelog                                              | 1 +
 t/tests/fields-build-depends-general/debian/debian/control.in | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/checks/fields.pm b/checks/fields.pm
index 7e0962c..ec86f84 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -219,7 +219,7 @@ my %VCS_VALID_URIS = (
 # dependencies for architecture-independent source packages.
 our $PYTHON_DEV = join(' | ',
     qw(python-dev python-all-dev python3-dev python3-all-dev),
-    map { "python$_-dev" } qw(2.7 3 3.2));
+    map { "python$_-dev" } qw(2.7 3 3.4 3.5));
 
 our $PERL_CORE_PROVIDES = Lintian::Data->new('fields/perl-provides', '\s+');
 our $OBSOLETE_PACKAGES
diff --git a/debian/changelog b/debian/changelog
index 359bd66..ea18d35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ lintian (2.5.44) UNRELEASED; urgency=medium
       "(UTF-8) Snowman" Tagliamonte for the report.  (Closes: #812962)
     + [NT] Use https URL in the correction for canonical VCS URLs.
       (Closes: #813587)
+    + [NT] Bump known python 3 version to include 3.4 and 3.5.
   * checks/nmu.{desc,pm}:
     + [NT] Create a separate tag for extra whitespace around uploader name
       in the changelog.  Thanks to Ben Wiederhake for the suggestion.
diff --git a/t/tests/fields-build-depends-general/debian/debian/control.in b/t/tests/fields-build-depends-general/debian/debian/control.in
index 7e51bd3..265770d 100644
--- a/t/tests/fields-build-depends-general/debian/debian/control.in
+++ b/t/tests/fields-build-depends-general/debian/debian/control.in
@@ -5,7 +5,7 @@ Maintainer: {$author}
 Standards-Version: {$standards_version}
 Build-Depends: debhelper (>= 9), bd-conflict, revision-1 (>= 1.0-1),
  bash, make, x-dev (>= 1.0) | ok, build-essential, new-package | xlibmesa-gl-dev,
- xorg-dev, java-propose-classpath, python3.2-dev, foo [all],
+ xorg-dev, java-propose-classpath, python3-dev, foo [all],
  bar [i386 any], baz [source lintian-fake-arch], baz [i386 !amd64],
  other-pkg [kfreebsd-any], yet-another [any-powerpc],
  packaging-dev, libdb5.1++-dev, libdb5.1-java-dev, hardening-wrapper (>= 2.2)

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


Reply to: