Andreas Tille pushed to branch master at Debian Med / hhsuite
Commits: a19088f6 by Andreas Tille at 2019-07-25T01:05:57Z Fix autopkgtest - - - - - 97151a8c by Andreas Tille at 2019-07-25T01:12:35Z Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -hhsuite (3.2.0-2) UNRELEASED; urgency=medium +hhsuite (3.2.0-2) unstable; urgency=medium [ Santiago Vila ] * Fix FTBFS when built with dpkg-buildpackage -A @@ -7,8 +7,9 @@ hhsuite (3.2.0-2) UNRELEASED; urgency=medium [ Andreas Tille ] * debhelper-compat 12 * Standards-Version: 4.4.0 + * Fix autopkgtest - -- Andreas Tille <[email protected]> Thu, 25 Jul 2019 02:31:45 +0200 + -- Andreas Tille <[email protected]> Thu, 25 Jul 2019 03:06:04 +0200 hhsuite (3.2.0-1) unstable; urgency=medium ===================================== debian/tests/run-unit-test ===================================== @@ -8,10 +8,10 @@ if [ "$AUTOPKGTEST_TMP" = "" ] ; then trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM fi -cp -a /usr/share/doc/${pkg}/examples/query.a3m.gz $AUTOPKGTEST_TMP +cp -a /usr/share/doc/${pkg}/examples/query.a3m* $AUTOPKGTEST_TMP cd $AUTOPKGTEST_TMP -gunzip query.a3m.gz +find . -name "*.gz" -exec gunzip \{\} \; hhmake -i query.a3m View it on GitLab: https://salsa.debian.org/med-team/hhsuite/compare/9a14b492a4682a80f6e8a9c0f4a625a3525c6bf5...97151a8ce8cd4253399b65daa618cce3da6f3031 -- View it on GitLab: https://salsa.debian.org/med-team/hhsuite/compare/9a14b492a4682a80f6e8a9c0f4a625a3525c6bf5...97151a8ce8cd4253399b65daa618cce3da6f3031 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
