r8104 - in /trunk/libtext-roman-perl/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Oct 9 00:50:06 UTC 2007


Author: djpig
Date: Tue Oct  9 00:50:06 2007
New Revision: 8104

URL: http://svn.debian.org/wsvn/?sc=1&rev=8104
Log:
Add $(MAKE) test call. Actually touch build-stamp to not run
the tests twice.

Modified:
    trunk/libtext-roman-perl/debian/changelog
    trunk/libtext-roman-perl/debian/rules

Modified: trunk/libtext-roman-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtext-roman-perl/debian/changelog?rev=8104&op=diff
==============================================================================
--- trunk/libtext-roman-perl/debian/changelog (original)
+++ trunk/libtext-roman-perl/debian/changelog Tue Oct  9 00:50:06 2007
@@ -8,8 +8,10 @@
   * build-stamp should depend on configure-stamp, not build.
     binary-arch should not depend on clean. Also call
     make as $(MAKE). Fixes parallel build. Found by Daniel Schepler.
+  * Add $(MAKE) test call. Actually touch build-stamp to not run
+    the tests twice.
 
- -- Frank Lichtenheld <djpig at debian.org>  Tue, 09 Oct 2007 02:37:51 +0200
+ -- Frank Lichtenheld <djpig at debian.org>  Tue, 09 Oct 2007 02:49:10 +0200
 
 libtext-roman-perl (3.3-4) unstable; urgency=low
 

Modified: trunk/libtext-roman-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtext-roman-perl/debian/rules?rev=8104&op=diff
==============================================================================
--- trunk/libtext-roman-perl/debian/rules (original)
+++ trunk/libtext-roman-perl/debian/rules Tue Oct  9 00:50:06 2007
@@ -21,6 +21,8 @@
 build-stamp: configure-stamp
 	$(checkdir)
 	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
 
 clean: checkroot
 	$(checkdir)
@@ -83,4 +85,4 @@
 	$(checkdir)
 	test $$(id -u) = 0
 
-.PHONY: binary binary-arch binary-indep clean checkroot
+.PHONY: binary binary-arch binary-indep build clean checkroot




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