r6736 - /trunk/libhook-lexwrap-perl/debian/rules
    dmn at users.alioth.debian.org 
    dmn at users.alioth.debian.org
       
    Thu Aug 16 21:17:55 UTC 2007
    
    
  
Author: dmn
Date: Thu Aug 16 21:17:55 2007
New Revision: 6736
URL: http://svn.debian.org/wsvn/?sc=1&rev=6736
Log:
Removed unused dh_link and OPTIMIZE from make call (this is arch-indep package)
Modified:
    trunk/libhook-lexwrap-perl/debian/rules
Modified: trunk/libhook-lexwrap-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhook-lexwrap-perl/debian/rules?rev=6736&op=diff
==============================================================================
--- trunk/libhook-lexwrap-perl/debian/rules (original)
+++ trunk/libhook-lexwrap-perl/debian/rules Thu Aug 16 21:17:55 2007
@@ -25,7 +25,7 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
 
 	touch build-stamp
 
@@ -64,7 +64,6 @@
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
 	dh_compress
 	dh_fixperms
 	dh_installdeb
    
    
More information about the Pkg-perl-cvs-commits
mailing list