This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 2cc774b2a56846e5fde673fee0ddd84d351e3fb8 Author: James McCoy <[email protected]> Date: Sat Jan 16 11:00:12 2016 -0500 Add gcc as a test dependency. debuild calls dpkg-architecture, which needs gcc. 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 beca259..b8acf4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ devscripts (2.16.1) UNRELEASED; urgency=medium * checkbashisms: + Recognize dash as a valid shell. + Check scripts which use “#!/path/to/env $interpreter” + * debian/tests/control: Add gcc as a dependency for dpkg-architecture. [ Christoph Berg ] * debcheckout: Add auth mapping for https://github.com. diff --git a/debian/tests/control b/debian/tests/control index e637653..feb470d 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: shunit2 -Depends: devscripts, libdistro-info-perl, zip, shunit2, libsoftware-license-perl, libuniversal-require-perl +Depends: devscripts, libdistro-info-perl, zip, shunit2, libsoftware-license-perl, libuniversal-require-perl, gcc 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
