r8205 - in /trunk/libwww-mechanize-formfiller-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 11 07:31:18 UTC 2007


Author: dmn
Date: Thu Oct 11 07:31:18 2007
New Revision: 8205

URL: http://svn.debian.org/wsvn/?sc=1&rev=8205
Log:
* Clean up debian/rules
  + Drop unused dh_link
  + Drop unused OPTIMIZE="…" setting
  + Move test suitr from install to build target
  + Remove stamps before distclean

Modified:
    trunk/libwww-mechanize-formfiller-perl/debian/changelog
    trunk/libwww-mechanize-formfiller-perl/debian/rules

Modified: trunk/libwww-mechanize-formfiller-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-formfiller-perl/debian/changelog?rev=8205&op=diff
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-formfiller-perl/debian/changelog Thu Oct 11 07:31:18 2007
@@ -6,8 +6,13 @@
   * Require at least 0.05 of libdata-random-perl
   * Use narrower upstream source location
   * Add myself to Uploaders
+  * Clean up debian/rules
+    + Drop unused dh_link
+    + Drop unused OPTIMIZE="…" setting
+    + Move test suitr from install to build target
+    + Remove stamps before distclean
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 11 Oct 2007 10:26:27 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 11 Oct 2007 10:30:24 +0300
 
 libwww-mechanize-formfiller-perl (0.06-2) unstable; urgency=low
 

Modified: trunk/libwww-mechanize-formfiller-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-formfiller-perl/debian/rules?rev=8205&op=diff
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/debian/rules (original)
+++ trunk/libwww-mechanize-formfiller-perl/debian/rules Thu Oct 11 07:31:18 2007
@@ -25,7 +25,8 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -33,10 +34,10 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
+
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp
 install-stamp:
@@ -45,7 +46,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not
@@ -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