[med-svn] [htslib] 01/02: Create symlinks only for arch=indep target when target dir exists

Andreas Tille tille at debian.org
Sun Jun 18 12:34:06 UTC 2017


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

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

commit ab6cc2a1149dd695376880ef84da8dcd1c06fbcc
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jun 18 14:19:15 2017 +0200

    Create symlinks only for arch=indep target when target dir exists
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 804ef29..f60c493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+htslib (1.4.1-2) UNRELEASED; urgency=medium
+
+  * Create symlinks only for arch=indep target when target dir exists
+    Closes: #864979
+
+ -- Andreas Tille <tille at debian.org>  Sun, 18 Jun 2017 14:18:28 +0200
+
 htslib (1.4.1-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/rules b/debian/rules
index e011ecd..4242ccc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,8 +39,8 @@ override_dh_auto_install:
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 
-override_dh_link:
-	dh_link
+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/ ; \

-- 
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