r8592 - in /trunk/liblingua-es-numeros-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 25 19:42:57 UTC 2007


Author: dmn
Date: Thu Oct 25 19:42:57 2007
New Revision: 8592

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

Modified:
    trunk/liblingua-es-numeros-perl/debian/changelog
    trunk/liblingua-es-numeros-perl/debian/rules

Modified: trunk/liblingua-es-numeros-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblingua-es-numeros-perl/debian/changelog?rev=8592&op=diff
==============================================================================
--- trunk/liblingua-es-numeros-perl/debian/changelog (original)
+++ trunk/liblingua-es-numeros-perl/debian/changelog Thu Oct 25 19:42:57 2007
@@ -1,5 +1,6 @@
 liblingua-es-numeros-perl (0.05-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * Set debhelper compatibility level to 5.
   * Remove Debian specific Numeros.3pm, the upstream manpage is now in
@@ -11,7 +12,13 @@
   * Update watch file.
   * Add missing pieces to debian/copyright and convert the file to UTF-8.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 25 Oct 2007 19:33:19 +0200
+  [ Damyan Ivanov ]
+  * debian/rules:
+    + Clean stamps before distclean
+    + Drop unneeded OPTIMIZE="..."
+    + Move test suite from install to build target
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 25 Oct 2007 22:42:23 +0300
 
 liblingua-es-numeros-perl (0.01-3) unstable; urgency=low
 

Modified: trunk/liblingua-es-numeros-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblingua-es-numeros-perl/debian/rules?rev=8592&op=diff
==============================================================================
--- trunk/liblingua-es-numeros-perl/debian/rules (original)
+++ trunk/liblingua-es-numeros-perl/debian/rules Thu Oct 25 19:42:57 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




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