[vtk6] 01/02: Remove RPATH from binaries. (Closes: #748667)

Anton Gladky gladk at moszumanska.debian.org
Fri May 23 16:37:27 UTC 2014


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

gladk pushed a commit to branch master
in repository vtk6.

commit 208fbac8e369df2718114b2865be043291eb7e5c
Author: Anton Gladky <gladk at debian.org>
Date:   Wed May 21 21:54:29 2014 +0200

    Remove RPATH from binaries. (Closes: #748667)
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8d88da8..622dbb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,9 @@ override_dh_auto_install:
 	mv $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/vtk.jar $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/vtk6.jar
 	mv $(CURDIR)/debian/build/bin/vtkpython $(CURDIR)/debian/build/bin/vtk6python
 	sed -i -e "s/FATAL_ERROR/STATUS/g" $(CURDIR)/debian/tmp/usr/lib/cmake/vtk-6.1/VTKTargets.cmake
-	
+	chrpath -d $(CURDIR)/debian/build/bin/vtk6python
+	chrpath -d $(CURDIR)/debian/build/bin/pvtk
+	chrpath -d $(CURDIR)/debian/build/bin/pvtkpython
+
 override_dh_shlibdeps:
 	dh_shlibdeps -a -l /usr/lib/jvm/default-java/lib

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk6.git



More information about the debian-science-commits mailing list