[med-svn] [pbseqlib] 04/05: Drop symlinks from -dev packages

Afif Elghraoui afif-guest at moszumanska.debian.org
Mon Dec 14 04:07:33 UTC 2015


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

afif-guest pushed a commit to branch master
in repository pbseqlib.

commit 8ae8366ef2fd049d79dc496f7958ccb44a21e123
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sun Dec 13 19:31:29 2015 -0800

    Drop symlinks from -dev packages
    
    Because these libraries have unversioned sonames, a symlink
    in the -dev package is not necessary. The way I had done it,
    it actually causes problems because a program compiled using
    those links expect to find the library in the wrong place.
---
 debian/rules | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9cfc77d..b8af427 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,18 +41,6 @@ override_dh_auto_install:
 	done
 	dh_auto_install
 
-override_dh_link:
-	dh_link --package=libpbdata-dev \
-	  /usr/lib/$(DEB_HOST_MULTIARCH)/pbdata/libpbdata.so \
-	  /usr/lib/$(DEB_HOST_MULTIARCH)/libpbdata.so
-	dh_link --package=libpbihdf-dev \
-	  /usr/lib/$(DEB_HOST_MULTIARCH)/pbihdf/libpbihdf.so \
-	  /usr/lib/$(DEB_HOST_MULTIARCH)/libpbihdf.so
-	dh_link --package=libblasr-dev \
-	  /usr/lib/$(DEB_HOST_MULTIARCH)/blasr/libblasr.so \
-	  /usr/lib/$(DEB_HOST_MULTIARCH)/libblasr.so
-	dh_link --remaining-packages
-
 override_dh_auto_clean:
 	dh_auto_clean
 	$(RM)					\

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



More information about the debian-med-commit mailing list