r75541 - in /trunk/libpgplot-perl/debian: changelog control rules

segre at users.alioth.debian.org segre at users.alioth.debian.org
Sun Jun 12 22:03:17 UTC 2011


Author: segre
Date: Sun Jun 12 22:02:55 2011
New Revision: 75541

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75541
Log:
Changes to update Perl version, remove RPATH and possibly autobuild

Modified:
    trunk/libpgplot-perl/debian/changelog
    trunk/libpgplot-perl/debian/control
    trunk/libpgplot-perl/debian/rules

Modified: trunk/libpgplot-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpgplot-perl/debian/changelog?rev=75541&op=diff
==============================================================================
--- trunk/libpgplot-perl/debian/changelog (original)
+++ trunk/libpgplot-perl/debian/changelog Sun Jun 12 22:02:55 2011
@@ -1,8 +1,11 @@
 libpgplot-perl (1:2.21-2) unstable; urgency=low
 
+  * Add dependency on chrpath to remove RPATH from PGPLOT.so
+  * Add XS-Autobuild: yes field in hope that non-free autobuilders
+    will permit this package to be built.
   * Rebuild with perl 5.12
 
- -- Carlo Segre <segre at debian.org>  Sun, 12 Jun 2011 15:59:55 -0500
+ -- Carlo Segre <segre at debian.org>  Sun, 12 Jun 2011 17:00:15 -0500
 
 libpgplot-perl (1:2.21-1) unstable; urgency=low
 

Modified: trunk/libpgplot-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpgplot-perl/debian/control?rev=75541&op=diff
==============================================================================
--- trunk/libpgplot-perl/debian/control (original)
+++ trunk/libpgplot-perl/debian/control Sun Jun 12 22:02:55 2011
@@ -11,8 +11,10 @@
  libpng12-dev,
  libx11-dev,
  pgplot5,
- x11proto-core-dev
+ x11proto-core-dev,
+ chrpath
 Standards-Version: 3.9.2
+XS-Autobuild: yes
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpgplot-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpgplot-perl/
 

Modified: trunk/libpgplot-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpgplot-perl/debian/rules?rev=75541&op=diff
==============================================================================
--- trunk/libpgplot-perl/debian/rules (original)
+++ trunk/libpgplot-perl/debian/rules Sun Jun 12 22:02:55 2011
@@ -5,3 +5,8 @@
 
 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




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