This is an automated email from the git hooks/post-receive script. mpitt pushed a commit to branch master in repository devscripts.
commit d7746b3cc7cf5415458a1ee8440d97cfcd2c4d14 Author: Martin Pitt <[email protected]> Date: Tue May 13 08:45:13 2014 +0200 test_uscan: Add missing --compression in --installed mode With this the tests against build tree and installed system do the same thing. Fix the autopkgtest. --- debian/changelog | 2 ++ test/test_uscan | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d9e3c63..b4c0635 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ devscripts (2.14.3) UNRELEASED; urgency=medium [ Martin Pitt ] * Install recommends for the autopkgtest, otherwise a lot of necessary tools like wdiff are missing. + * test_uscan: Add missing --compression in --installed mode, to fix the + autopkgtest. -- Benjamin Drung <[email protected]> Mon, 12 May 2014 22:01:14 +0200 diff --git a/test/test_uscan b/test/test_uscan index 634327f..79644a5 100755 --- a/test/test_uscan +++ b/test/test_uscan @@ -16,7 +16,7 @@ # version 3 can be found in the /usr/share/common-licenses/GPL-3 file. if test "$1" = --installed; then - COMMAND="uscan --no-conf" + COMMAND="uscan --no-conf --compression=xz" shift else top_srcdir=$(readlink -f "${0%/*}/..") -- 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
