This is an automated email from the git hooks/post-receive script. mpitt pushed a commit to branch master in repository devscripts.
commit 66027c9aaeeea4cb0a6ba9d3faf8f323a57ccdf6 Author: Martin Pitt <[email protected]> Date: Tue May 13 08:46:05 2014 +0200 Add missing zip autopkgtest dependency This is used by test_uscan. --- debian/changelog | 1 + debian/tests/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b4c0635..c4fdd11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ devscripts (2.14.3) UNRELEASED; urgency=medium like wdiff are missing. * test_uscan: Add missing --compression in --installed mode, to fix the autopkgtest. + * Add missing zip autopkgtest dependency (used by test_uscan). -- Benjamin Drung <[email protected]> Mon, 12 May 2014 22:01:14 +0200 diff --git a/debian/tests/control b/debian/tests/control index 7d5b081..839b087 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: shunit2 -Depends: devscripts, libdistro-info-perl, shunit2 +Depends: devscripts, libdistro-info-perl, zip, shunit2 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
