r76050 - in /trunk/libgnome2-vfs-perl/debian: changelog control rules
    gregoa at users.alioth.debian.org 
    gregoa at users.alioth.debian.org
       
    Sat Jun 18 21:43:58 UTC 2011
    
    
  
Author: gregoa
Date: Sat Jun 18 21:43:56 2011
New Revision: 76050
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76050
Log:
* Add build dependency on chrpath to remove RPATH from VFS.so.
Modified:
    trunk/libgnome2-vfs-perl/debian/changelog
    trunk/libgnome2-vfs-perl/debian/control
    trunk/libgnome2-vfs-perl/debian/rules
Modified: trunk/libgnome2-vfs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-vfs-perl/debian/changelog?rev=76050&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/changelog (original)
+++ trunk/libgnome2-vfs-perl/debian/changelog Sat Jun 18 21:43:56 2011
@@ -1,7 +1,7 @@
 libgnome2-vfs-perl (1.081-2) UNRELEASED; urgency=low
 
   [ Ryan Niebur ]
-  * Update ryan52's email address
+  * Email change: Ryan Niebur -> ryan at debian.org
 
   [ gregor herrmann ]
   * Suggest libswitch-perl, Switch (used in an example) is not in core
@@ -13,8 +13,9 @@
   * Set Standards-Version to 3.9.2 (no changes).
   * debian/copyright: update formatting.
   * debian/control: clean up dependency versions.
+  * Add build dependency on chrpath to remove RPATH from VFS.so.
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:56 -0700
+ -- gregor herrmann <gregoa at debian.org>  Sat, 18 Jun 2011 23:18:38 +0200
 
 libgnome2-vfs-perl (1.081-1) unstable; urgency=low
 
Modified: trunk/libgnome2-vfs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-vfs-perl/debian/control?rev=76050&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/control (original)
+++ trunk/libgnome2-vfs-perl/debian/control Sat Jun 18 21:43:56 2011
@@ -2,6 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
+ chrpath,
  libextutils-depends-perl,
  libextutils-pkgconfig-perl,
  libglib-perl (>= 1:1.120),
Modified: trunk/libgnome2-vfs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-vfs-perl/debian/rules?rev=76050&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/rules (original)
+++ trunk/libgnome2-vfs-perl/debian/rules Sat Jun 18 21:43:56 2011
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	chrpath -d $(TMP)/usr/lib/perl5/auto/Gnome2/VFS/VFS.so
    
    
More information about the Pkg-perl-cvs-commits
mailing list