[med-svn] [Git][med-team/seaview][master] 2 commits: Fix autopkgtest
Andreas Tille
gitlab at salsa.debian.org
Sun May 24 14:32:36 BST 2020
Andreas Tille pushed to branch master at Debian Med / seaview
Commits:
5b66726f by Andreas Tille at 2020-05-24T15:23:03+02:00
Fix autopkgtest
- - - - -
70046df3 by Andreas Tille at 2020-05-24T15:31:17+02:00
Cleanup after testing
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+seaview (1:5.0.2-2) UNRELEASED; urgency=medium
+
+ * Fix autopkgtest
+ Closes: #961399
+
+ -- Andreas Tille <tille at debian.org> Sun, 24 May 2020 15:22:14 +0200
+
seaview (1:5.0.2-1) unstable; urgency=medium
* Team upload.
=====================================
debian/tests/run-unit-test
=====================================
@@ -5,13 +5,14 @@ pkg="seaview"
if [ "$AUTOPKGTEST_TMP" = "" ] ; then
AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+ trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
-gunzip *.gz
+gunzip -r *
seaview -build_tree -distance K2P -o tree.ph example.nxs
View it on GitLab: https://salsa.debian.org/med-team/seaview/-/compare/66ba6c070ba9b9218c3a48cb3f697b8bd695b436...70046df3b281837ffa314303be8e437047a4286f
--
View it on GitLab: https://salsa.debian.org/med-team/seaview/-/compare/66ba6c070ba9b9218c3a48cb3f697b8bd695b436...70046df3b281837ffa314303be8e437047a4286f
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/20200524/3694bedb/attachment.html>
More information about the debian-med-commit
mailing list