[med-svn] [Git][med-team/libzeep][master] fix autopkgtest
Maarten L. Hekkelman
gitlab at salsa.debian.org
Thu Nov 12 20:32:41 GMT 2020
Maarten L. Hekkelman pushed to branch master at Debian Med / libzeep
Commits:
2ba743fc by Maarten L. Hekkelman at 2020-11-12T21:32:34+01:00
fix autopkgtest
- - - - -
1 changed file:
- debian/tests/run-build-test
Changes:
=====================================
debian/tests/run-build-test
=====================================
@@ -2,15 +2,17 @@
set -e
set -x
-pkg="libzeep-doc"
+pkg="libzeep-dev"
if [ "$AUTOPKGTEST_TMP" = "" ] ; then
AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
fi
-tar -x /usr/share/doc/${pkg}/examples.tgz -C $AUTOPKGTEST_TMP
+cp -r /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
make
+
+bin/serialize-xml
\ No newline at end of file
View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/commit/2ba743fcb2757eaeb8d7229d3ed8010e238aa43e
--
View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/commit/2ba743fcb2757eaeb8d7229d3ed8010e238aa43e
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/20201112/4a762bab/attachment-0001.html>
More information about the debian-med-commit
mailing list