This is an automated email from the git hooks/post-receive script. bdrung pushed a commit to branch master in repository devscripts.
commit e597d8cb294bf9f2e5c4443a347b2fa7e7a7388d Author: Benjamin Drung <[email protected]> Date: Fri Oct 23 23:59:12 2015 +0200 test_uscan: Fix failure in testFileExclusion due to wrong tarfile name test on Ubuntu. --- debian/changelog | 7 +++++++ test/test_uscan | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 78b4df2..fe5839e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +devscripts (2.15.10) UNRELEASED; urgency=medium + + * test_uscan: Fix failure in testFileExclusion due to wrong tarfile name + test on Ubuntu. + + -- Benjamin Drung <[email protected]> Fri, 23 Oct 2015 23:54:58 +0200 + devscripts (2.15.9) unstable; urgency=medium [ Joachim Breitner ] diff --git a/test/test_uscan b/test/test_uscan index ea8e082..c80b9e6 100755 --- a/test/test_uscan +++ b/test/test_uscan @@ -272,7 +272,7 @@ testFileExclusion() { assertEquals "uscan: exit_code!=0 but exit_code=0" "$?" "0" TARBALL=${PKG}_1+dfsg1.orig.tar.gz - assertTrue 'downloaded tarfile not present' "[ -f $TMPDIR/${PKG}-$SUFFIX.tar.gz ]" + assertTrue 'downloaded tarfile not present' "[ -f $TMPDIR/${PKG}-1.tar.gz ]" assertTrue 'pristine tarball is not created' "[ -f $TMPDIR/$TARBALL ]" assertFalse 'pristine tarball is a symlink (nothing repacked?)' "[ -L $TMPDIR/$TARBALL ]" assertNotNull 'pristine tarball is not gzip-compressed' \ -- 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
