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

ginggs pushed a commit to branch master
in repository htslib.

commit b839a102b6b2b819d69b9e71ccf3d518014279b4
Author: Graham Inggs <[email protected]>
Date:   Wed Dec 20 16:18:33 2017 +0200

    Ship a copy of cram headers in htslib-test instead of using symlinks
---
 debian/changelog           | 7 +++++++
 debian/htslib-test.install | 1 +
 debian/rules               | 7 -------
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f19e40a..01f885f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+htslib (1.6-3) UNRELEASED; urgency=medium
+
+  * Ship a copy of cram headers in htslib-test instead of
+    using symlinks (Closes: #866137)
+
+ -- Graham Inggs <[email protected]>  Wed, 20 Dec 2017 14:16:02 +0000
+
 htslib (1.6-2) unstable; urgency=medium
 
   * Fix version of new symbols
diff --git a/debian/htslib-test.install b/debian/htslib-test.install
index 70a9e9b..6e56806 100644
--- a/debian/htslib-test.install
+++ b/debian/htslib-test.install
@@ -3,4 +3,5 @@
 *.mk /usr/share/htslib-test
 Makefile /usr/share/htslib-test
 cram/*.c /usr/share/htslib-test/cram
+cram/*.h /usr/share/htslib-test/cram
 test/* /usr/share/htslib-test/test
diff --git a/debian/rules b/debian/rules
index f8086c3..79e1cea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,10 +44,3 @@ override_dh_auto_install:
 
 override_dh_installchangelogs:
        dh_installchangelogs NEWS
-
-override_dh_link-indep:
-       dh_link -i
-       # provide header files as expected by the Makefile of the test suite 
via symlinks
-       for l in `ls debian/libhts-dev/usr/include/htslib/cram/*.h` ; do \
-           ln -s ../../../include/htslib/cram/`basename $$l` 
$(CURDIR)/debian/htslib-test/usr/share/htslib-test/cram/ ; \
-       done

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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to