r7518 - in /trunk/libhtml-fillinform-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Sep 13 07:25:26 UTC 2007


Author: dmn
Date: Thu Sep 13 07:25:26 2007
New Revision: 7518

URL: http://svn.debian.org/wsvn/?sc=1&rev=7518
Log:
* Cleanup debian/rules
  + Drop unneeded OPTIMIZE="..."
  + Move test suite from install to build target

Modified:
    trunk/libhtml-fillinform-perl/debian/changelog
    trunk/libhtml-fillinform-perl/debian/rules

Modified: trunk/libhtml-fillinform-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-fillinform-perl/debian/changelog?rev=7518&op=diff
==============================================================================
--- trunk/libhtml-fillinform-perl/debian/changelog (original)
+++ trunk/libhtml-fillinform-perl/debian/changelog Thu Sep 13 07:25:26 2007
@@ -1,8 +1,11 @@
 libhtml-fillinform-perl (2.00-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Cleanup debian/rules
+    + Drop unneeded OPTIMIZE="..."
+    + Move test suite from install to build target
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 13 Sep 2007 10:22:12 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 13 Sep 2007 10:24:54 +0300
 
 libhtml-fillinform-perl (1.07-1) unstable; urgency=low
 

Modified: trunk/libhtml-fillinform-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-fillinform-perl/debian/rules?rev=7518&op=diff
==============================================================================
--- trunk/libhtml-fillinform-perl/debian/rules (original)
+++ trunk/libhtml-fillinform-perl/debian/rules Thu Sep 13 07:25:26 2007
@@ -34,7 +34,8 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
+	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -52,7 +53,6 @@
 	dh_testroot
 	dh_clean -k
 
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not supposed to install




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