[libinline-python-perl] 04/06: remove rpath

gregor herrmann gregoa at debian.org
Sat Dec 27 16:39:25 UTC 2014


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

gregoa pushed a commit to branch master
in repository libinline-python-perl.

commit 77f07b6d1028bee3979f1d91289fec42daa6aaae
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 27 17:28:46 2014 +0100

    remove rpath
---
 debian/control | 3 ++-
 debian/rules   | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 089088e..d5cdd92 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~),
+Build-Depends: chrpath,
+               debhelper (>= 9.20120312~),
                libinline-perl,
                perl (>= 5.13.6),
                python-dev
diff --git a/debian/rules b/debian/rules
index 2d33f6a..f66c64e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_build:
+	dh_auto_build
+	chrpath -d $(CURDIR)/blib/arch/auto/Inline/Python/Python.so

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-python-perl.git



More information about the Pkg-perl-cvs-commits mailing list