[med-svn] [pbdagcon] 03/08: Do not use rpath for pbseqlib

Afif Elghraoui afif at moszumanska.debian.org
Mon Oct 24 04:08:29 UTC 2016


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

afif pushed a commit to branch master
in repository pbdagcon.

commit f8f7818f57d5763b2f56d5c5a1614d0e57818ca8
Author: Afif Elghraoui <afif at debian.org>
Date:   Sun Oct 23 16:53:55 2016 -0700

    Do not use rpath for pbseqlib
    
    The libraries are now on the main LD path.
---
 debian/lintian-overrides | 5 -----
 debian/rules             | 7 -------
 2 files changed, 12 deletions(-)

diff --git a/debian/lintian-overrides b/debian/lintian-overrides
deleted file mode 100644
index beb4687..0000000
--- a/debian/lintian-overrides
+++ /dev/null
@@ -1,5 +0,0 @@
-# libblasr/libpbdata/libpbihdf (pbseqlib) are internal libraries
-# used only by blasr and pbdagcon
-binary-or-shlib-defines-rpath usr/bin/* /usr/lib/*/blasr
-binary-or-shlib-defines-rpath usr/bin/* /usr/lib/*/pbdata
-binary-or-shlib-defines-rpath usr/bin/* /usr/lib/*/pbihdf
diff --git a/debian/rules b/debian/rules
index ce402a3..a48a3fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,12 +8,5 @@ export BLASR := /usr/include/blasr
 export PBDATA := /usr/include/pbdata
 export gtest := /usr/src/gtest
 
-LIBBLASR = /usr/lib/$(DEB_HOST_MULTIARCH)/blasr
-LIBPBDATA = /usr/lib/$(DEB_HOST_MULTIARCH)/pbdata
-LIBPBIHDF = /usr/lib/$(DEB_HOST_MULTIARCH)/pbihdf
-
-export DEB_LDFLAGS_MAINT_APPEND = -L$(LIBBLASR) -L$(LIBPBDATA)
-export LD_RUN_PATH=$(LIBBLASR):$(LIBPBDATA):$(LIBPBIHDF)
-
 %:
 	dh $@ --parallel

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



More information about the debian-med-commit mailing list