r11391 - in /trunk/libemail-date-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 18 19:30:06 UTC 2007


Author: dmn
Date: Tue Dec 18 19:30:06 2007
New Revision: 11391

URL: http://svn.debian.org/wsvn/?sc=1&rev=11391
Log:
* debian/rules:
  + move test suite in build target

Modified:
    trunk/libemail-date-perl/debian/changelog
    trunk/libemail-date-perl/debian/rules

Modified: trunk/libemail-date-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libemail-date-perl/debian/changelog?rev=11391&op=diff
==============================================================================
--- trunk/libemail-date-perl/debian/changelog (original)
+++ trunk/libemail-date-perl/debian/changelog Tue Dec 18 19:30:06 2007
@@ -24,6 +24,10 @@
     - drop OPTIMIZE, we don't compile anything
   * debian/watch: use dist-based URL (uscan is _much_ faster now!).
   * debian/copyright: add generic upstream URL.
+
+  [ Damyan Ivanov ]
+  * debian/rules:
+    + move test suite in build target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 18 Dec 2007 18:11:15 +0100
 

Modified: trunk/libemail-date-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libemail-date-perl/debian/rules?rev=11391&op=diff
==============================================================================
--- trunk/libemail-date-perl/debian/rules (original)
+++ trunk/libemail-date-perl/debian/rules Tue Dec 18 19:30:06 2007
@@ -18,6 +18,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	$(MAKE) test
 	touch build-stamp
 
 clean:
@@ -31,7 +32,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	touch install-stamp




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