[libpgplot-perl] 02/09: Remove chrpath from debian/{control, rules}.

gregor herrmann gregoa at debian.org
Thu Jul 20 21:03:11 UTC 2017


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

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

commit 8bc1c071febd74a46c648349044e7b9a1c7a4921
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 20 22:32:42 2017 +0200

    Remove chrpath from debian/{control,rules}.
    
    Not needed anymore with the giza library.
---
 debian/control | 3 +--
 debian/rules   | 4 ----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 0612e8e..2431cc3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Section: contrib/perl
 Testsuite: autopkgtest-pkg-perl
 XS-Autobuild: yes
 Priority: optional
-Build-Depends: chrpath,
-               debhelper (>= 9.20120312~),
+Build-Depends: debhelper (>= 9.20120312~),
                gfortran,
                libextutils-f77-perl,
                libpng-dev,
diff --git a/debian/rules b/debian/rules
index eabb04e..f6fbc21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,3 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 override_dh_auto_test:
 	# either is useless (without X) or interactive (with xvfb)
 
-# Strip RPATH from PGPLOT.so before installing
-override_dh_auto_install:
-	chrpath -d blib/arch/auto/PGPLOT/PGPLOT.so
-	dh_auto_install

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



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