[med-svn] [Git][med-team/hhsuite][master] 2 commits: Fix autopkgtest
Andreas Tille
gitlab at salsa.debian.org
Thu Jul 25 02:18:01 BST 2019
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 <tille at debian.org> Thu, 25 Jul 2019 02:31:45 +0200
+ -- Andreas Tille <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190725/37b5463f/attachment-0001.html>
More information about the debian-med-commit
mailing list