r6724 - in /trunk/libwww-myspace-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Aug 16 07:52:03 UTC 2007


Author: dmn
Date: Thu Aug 16 07:52:03 2007
New Revision: 6724

URL: http://svn.debian.org/wsvn/?sc=1&rev=6724
Log:
* [debian/rules]
  + Remove OPTIMIZE parameter to $(MAKE) call
  + Remove unneeded dh_* calls

Modified:
    trunk/libwww-myspace-perl/debian/changelog
    trunk/libwww-myspace-perl/debian/rules

Modified: trunk/libwww-myspace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-myspace-perl/debian/changelog?rev=6724&op=diff
==============================================================================
--- trunk/libwww-myspace-perl/debian/changelog (original)
+++ trunk/libwww-myspace-perl/debian/changelog Thu Aug 16 07:52:03 2007
@@ -2,8 +2,11 @@
 
   * New upstream release
   * DH compat level 5; Adjust debhelper build-dependency
+  * [debian/rules]
+    + Remove OPTIMIZE parameter to $(MAKE) call
+    + Remove unneeded dh_* calls
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 16 Aug 2007 10:50:38 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 16 Aug 2007 10:51:33 +0300
 
 libwww-myspace-perl (0.68-1) unstable; urgency=low
 

Modified: trunk/libwww-myspace-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-myspace-perl/debian/rules?rev=6724&op=diff
==============================================================================
--- trunk/libwww-myspace-perl/debian/rules (original)
+++ trunk/libwww-myspace-perl/debian/rules Thu Aug 16 07:52:03 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
 
@@ -62,14 +62,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
 	dh_installexamples scripts sample_scripts
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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