[pdl] 01/03: Strip RPATH from Minuit.so & Slatec.so.

Bas Couwenberg sebastic at debian.org
Sat Jun 18 14:09:39 UTC 2016


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

sebastic pushed a commit to branch master
in repository pdl.

commit 3991fbb6497afa7bce3410efa2ed8668e0b98ac6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 18 15:29:55 2016 +0200

    Strip RPATH from Minuit.so & Slatec.so.
---
 debian/changelog | 7 +++++++
 debian/control   | 1 +
 debian/rules     | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 253b558..6351b34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pdl (1:2.016-1~exp2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Strip RPATH from Minuit.so & Slatec.so.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 18 Jun 2016 15:29:18 +0200
+
 pdl (1:2.016-1~exp1) experimental; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 207553b..63498e5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Uploaders: Henning Glawe <glaweh at debian.org>
 Section: math
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               chrpath,
                freeglut3-dev,
                gfortran,
                libastro-fits-header-perl,
diff --git a/debian/rules b/debian/rules
index 938e754..154f8e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,10 @@ override_dh_auto_install:
 	# create placeholder in usr/share/perl5/PDL
 	echo > $(CURDIR)/debian/pdl/usr/share/perl5/PDL/.placeholder
 
+	# Strip RPATH
+	chrpath --delete debian/*/$(vendorarch)/auto/PDL/Minuit/Minuit.so
+	chrpath --delete debian/*/$(vendorarch)/auto/PDL/Slatec/Slatec.so
+
 override_dh_install:
 	dh_install --list-missing
 

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



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