This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 468d8266a5fa859507de7c3e26ae8cc33e36bdf4 Author: James McCoy <[email protected]> Date: Sun Sep 10 09:05:28 2017 -0400 Add gnupg to autopkgtest Depends Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 1 + debian/tests/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ebb0328..7d24be3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,7 @@ devscripts (2.17.10) UNRELEASED; urgency=medium + Clarify the error when curl/wget dies. (Closes: #820426) * suspicious-source: + Whitelist elisp (.el) files. (Closes: #807754) + * Add gnupg to autopkgtest Depends. [ Daniel Shahaf ] * bts: diff --git a/debian/tests/control b/debian/tests/control index e398f20..5f05ea1 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: shunit2 -Depends: devscripts, build-essential, debhelper, gcc, libdistro-info-perl, mozilla-devscripts, shunit2, zip +Depends: devscripts, build-essential, debhelper, gcc, gnupg, libdistro-info-perl, mozilla-devscripts, shunit2, zip 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
