r75424 - /trunk/libreadonly-perl/debian/rules
    fabreg-guest at users.alioth.debian.org 
    fabreg-guest at users.alioth.debian.org
       
    Sat Jun 11 16:39:31 UTC 2011
    
    
  
Author: fabreg-guest
Date: Sat Jun 11 16:39:23 2011
New Revision: 75424
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75424
Log:
Fixed d/control
Modified:
    trunk/libreadonly-perl/debian/rules
Modified: trunk/libreadonly-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-perl/debian/rules?rev=75424&op=diff
==============================================================================
--- trunk/libreadonly-perl/debian/rules (original)
+++ trunk/libreadonly-perl/debian/rules Sat Jun 11 16:39:23 2011
@@ -2,3 +2,10 @@
 
 %:
 	dh $@
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/perl5/benchmark.pl\
    
    
More information about the Pkg-perl-cvs-commits
mailing list