This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 62d9a8b0ab7b5af3e5d61a5c1e86c4563da82feb Author: James McCoy <[email protected]> Date: Sun Feb 26 23:31:53 2017 -0500 Add mozilla-devscripts to tests' Depends Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 2 ++ debian/tests/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 36ec775..f3269b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ devscripts (2.17.2) UNRELEASED; urgency=medium * debsign: + Add support for *.buildinfo files. Thanks to Ximin Luo and Guillem Jover for the patches! (Closes: #855282) + * debian/tests/control: Add mozilla-devscripts to Depends, as needed by + mk-origtargz's tests. [ Antonio Terceiro ] * rc-alert: diff --git a/debian/tests/control b/debian/tests/control index d31c96d..cb56bb3 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 +Depends: devscripts, 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
