r76862 - in /trunk/libgnome2-vfs-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jul 1 12:05:38 UTC 2011


Author: gregoa
Date: Fri Jul  1 12:05:36 2011
New Revision: 76862

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76862
Log:
Remove chrpath (debian/control, debian/rules) now that #631096 is fixed in
perl 5.12.4.

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=76862&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/changelog (original)
+++ trunk/libgnome2-vfs-perl/debian/changelog Fri Jul  1 12:05:36 2011
@@ -1,3 +1,10 @@
+libgnome2-vfs-perl (1.081-3) UNRELEASED; urgency=low
+
+  * Remove chrpath (debian/control, debian/rules) now that #631096 is fixed in
+    perl 5.12.4.
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 01 Jul 2011 13:56:30 +0200
+
 libgnome2-vfs-perl (1.081-2) unstable; urgency=low
 
   [ Ryan Niebur ]

Modified: trunk/libgnome2-vfs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-vfs-perl/debian/control?rev=76862&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/control (original)
+++ trunk/libgnome2-vfs-perl/debian/control Fri Jul  1 12:05:36 2011
@@ -2,7 +2,6 @@
 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=76862&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/rules (original)
+++ trunk/libgnome2-vfs-perl/debian/rules Fri Jul  1 12:05:36 2011
@@ -1,11 +1,4 @@
 #!/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