[med-svn] [htslib] 01/01: Dereference symlinks to fix autopkgtest

Graham Inggs ginggs at moszumanska.debian.org
Wed Jul 19 08:46:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

ginggs pushed a commit to branch debian/unstable
in repository htslib.

commit 7b16102386e39e76af0fa1609fc4f2e34e8a5654
Author: Graham Inggs <ginggs at debian.org>
Date:   Wed Jul 19 10:40:28 2017 +0200

    Dereference symlinks to fix autopkgtest
---
 debian/changelog           | 7 +++++++
 debian/tests/run-unit-test | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3073b9d..bbeb9a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+htslib (1.4.1-5) unstable; urgency=medium
+
+  * Team upload
+  * Dereference symlinks to fix autopkgtest (Closes: #866137)
+
+ -- Graham Inggs <ginggs at debian.org>  Wed, 19 Jul 2017 10:37:52 +0200
+
 htslib (1.4.1-4) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 314636e..785e36c 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -7,7 +7,7 @@ if [ "$AUTOPKGTEST_TMP" = "" ] ; then
   AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
 fi
 
-cp -a /usr/share/${pkg}-test/* $AUTOPKGTEST_TMP
+cp -aL /usr/share/${pkg}-test/* $AUTOPKGTEST_TMP
 
 cd $AUTOPKGTEST_TMP
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git



More information about the debian-med-commit mailing list