This is an automated email from the git hooks/post-receive script. broucaries-guest pushed a commit to branch master in repository lintian.
commit 8fe24b3e61c03a25b863c52e4714710067923da3 Author: Piotr Ożarowski <[email protected]> Date: Sun Jul 13 21:49:42 2014 +0200 dh_python2 and dh_python3 are moved to new dh-python binary package. Python3 depends on this new package, python cannot do that (newer dh_python2 is implemented in Python 3.X and shares codebase with dh_python3, requiring python3 to install python is not an option). python package provides an older copy of dh_python2 for the time being. --- data/debhelper/dh_commands | 2 +- data/debhelper/maint_commands | 1 + debian/changelog | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/debhelper/dh_commands b/data/debhelper/dh_commands index 2cdaf89..a886fb2 100644 --- a/data/debhelper/dh_commands +++ b/data/debhelper/dh_commands @@ -128,7 +128,7 @@ dh_pyppd=pyppd dh_pypy=dh-python dh_pysupport=python-support dh_python-ply=python-ply -dh_python2=python +dh_python2=dh-python dh_python3=dh-python dh_quilt_patch=quilt dh_quilt_unpatch=quilt diff --git a/data/debhelper/maint_commands b/data/debhelper/maint_commands index 1e76f2c..914e2dc 100644 --- a/data/debhelper/maint_commands +++ b/data/debhelper/maint_commands @@ -29,6 +29,7 @@ dh_metainit dh_nativejava dh_php5 dh_pysupport +dh_pypy dh_suidregister dh_systemd_enable dh_systemd_start diff --git a/debian/changelog b/debian/changelog index f557fb4..8f9f29f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ lintian (2.5.26) UNRELEASED; urgency=medium XXX: generate tag summary with private/generate-tag-summary + * data/debhelper/dh_commands: + + [BR] Add patch from Piotr Ożarowski, dh-python2 + moved to dh-python package (Closes: #740161). + -- Niels Thykier <[email protected]> Sun, 13 Jul 2014 21:04:57 +0200 lintian (2.5.25) unstable; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

