[med-svn] [libncl] 01/03: Fix rpath issue

Andreas Tille tille at debian.org
Mon Jan 4 18:36:53 UTC 2016


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

tille pushed a commit to branch master
in repository libncl.

commit 16fa1ee2e98d83587bef3e6cc15fcba74e9d59ae
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jan 4 15:40:45 2016 +0100

    Fix rpath issue
---
 debian/control | 3 ++-
 debian/rules   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 693bc4b..3ff6785 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 9),
                autotools-dev,
                d-shlibs,
                dh-exec,
-               python
+               python,
+               chrpath
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libncl.git
 Vcs-Git: git://anonscm.debian.org/debian-med/libncl.git
diff --git a/debian/rules b/debian/rules
index 2dedfb3..0992ebf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,7 @@ do_not_override_dh_auto_configure:
 	if grep -- ' -rpath' ncl/Makefile.in ; then exit 1 ; fi
 
 override_dh_install:
+	chrpath --delete debian/tmp/usr/bin/N*
 	dh_install
 	bash debian/d-shlibmove --commit \
 		    --multiarch \

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



More information about the debian-med-commit mailing list