This is an automated email from the git hooks/post-receive script. mpitt pushed a commit to branch master in repository devscripts.
commit f0a8ddfa08a0ba4cc58a81b9df5c61ca734a3aaf Author: Martin Pitt <[email protected]> Date: Tue May 13 08:33:17 2014 +0200 Install recommends for the autopkgtest Otherwise a lot of necessary tools like wdiff are missing. --- debian/changelog | 5 +++++ debian/tests/control | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7a938a7..d9e3c63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ devscripts (2.14.3) UNRELEASED; urgency=medium + [ Benjamin Drung ] * wrap-and-sort: Sanitize spaces between alternative package names. (Closes: #747818) + [ Martin Pitt ] + * Install recommends for the autopkgtest, otherwise a lot of necessary tools + like wdiff are missing. + -- Benjamin Drung <[email protected]> Mon, 12 May 2014 22:01:14 +0200 devscripts (2.14.2) unstable; urgency=medium diff --git a/debian/tests/control b/debian/tests/control index 2904b26..7d5b081 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: shunit2 Depends: devscripts, libdistro-info-perl, shunit2 -Restrictions: allow-stderr +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
