This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 737614095046b3acf3615b126a41d1b01f5bf6fd Author: Chris Lamb <[email protected]> Date: Sat Sep 30 09:49:34 2017 +0100 t/tests/python-new-python2-package/*: Correct Depends of python2.7 → python3 in Python 3 test package. --- debian/changelog | 4 ++++ t/tests/python-new-python2-package/debian/debian/control.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8ae2601..014ae15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,10 @@ lintian (2.5.55) UNRELEASED; urgency=medium + [CL] Move to "Type: source, binary" check type. + [CL] Also match packages named "python2-*" as relating to Python 2.x. + * t/tests/python-new-python2-package/*: + + [CL] Correct Depends of python2.7 → python3 in Python 3 test + package. + -- Chris Lamb <[email protected]> Fri, 29 Sep 2017 19:13:19 +0100 lintian (2.5.54) unstable; urgency=medium diff --git a/t/tests/python-new-python2-package/debian/debian/control.in b/t/tests/python-new-python2-package/debian/debian/control.in index 5f7bce1..6ade66f 100644 --- a/t/tests/python-new-python2-package/debian/debian/control.in +++ b/t/tests/python-new-python2-package/debian/debian/control.in @@ -16,7 +16,7 @@ Description: Python 2 package with no corresponding Python 3 package Package: python3-{$source} Architecture: all -Depends: $\{misc:Depends\}, python2.7 +Depends: $\{misc:Depends\}, python3 Description: Python 2 package with corresponding Python 3 package This is a test package designed to exercise some feature or tag of Lintian. It is part of the Lintian test suite and may do very odd -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

