This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit 1bfeb1465292be6de7d6b7ec4105b29aedc5e028 Author: Mattia Rizzolo <[email protected]> Date: Fri Jan 27 15:00:57 2017 +0100 debian/tests/control: Depend on build-essential. --- debian/changelog | 2 ++ debian/tests/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e0d2676..92ace1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ devscripts (2.17.2) UNRELEASED; urgency=medium + Import patch from Ubuntu to have the test pass on their builders too: filter out output from pkg-create-dbgsym's dh_gencontrol wrapper, pass --set-envvar=NO_PKG_MANGLE=1 to debuild, and pass -U to debchange. + * debian/tests/control: + + Depend on build-essential. -- Mattia Rizzolo <[email protected]> Fri, 27 Jan 2017 14:56:35 +0100 diff --git a/debian/tests/control b/debian/tests/control index 79f698d..b7ad0f0 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: shunit2 -Depends: devscripts, libdistro-info-perl, zip, shunit2, gcc +Depends: devscripts, libdistro-info-perl, zip, shunit2, gcc, build-essentia 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
