This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit 035d9b2ceced0760e05b2815a73f47e0f2330475 Author: Mattia Rizzolo <[email protected]> Date: Tue Jul 25 14:12:26 2017 +0200 autopkgtest: Add dependency on debhelper apparently autopkgtest in ubuntu doesn't pull it otherwise Signed-off-by: Mattia Rizzolo <[email protected]> --- debian/changelog | 9 +++++++++ debian/tests/control | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7a6e86d..9e39c8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +devscripts (2.17.10) UNRELEASED; urgency=medium + + [ Mattia Rizzolo ] + * debian/tests/control: + + Add dependency on debhelper; apparently autopkgtest in ubuntu doesn't + pull it otherwise + + -- Mattia Rizzolo <[email protected]> Tue, 25 Jul 2017 14:18:24 +0200 + devscripts (2.17.9) unstable; urgency=medium [ Adam D. Barratt ] diff --git a/debian/tests/control b/debian/tests/control index cb56bb3..542c4a6 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: shunit2 -Depends: devscripts, libdistro-info-perl, zip, shunit2, gcc, build-essential, mozilla-devscripts +Depends: devscripts, debhelper, libdistro-info-perl, zip, shunit2, gcc, build-essential, mozilla-devscripts Restrictions: allow-stderr needs-recommends -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
