r1817 - packages/soap-lite/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Sat Dec 31 13:35:32 UTC 2005


Author: ntyni-guest
Date: 2005-12-31 13:35:31 +0000 (Sat, 31 Dec 2005)
New Revision: 1817

Modified:
   packages/soap-lite/trunk/debian/changelog
   packages/soap-lite/trunk/debian/rules
Log:
Run 'make test' at build time.


Modified: packages/soap-lite/trunk/debian/changelog
===================================================================
--- packages/soap-lite/trunk/debian/changelog	2005-12-31 13:22:54 UTC (rev 1816)
+++ packages/soap-lite/trunk/debian/changelog	2005-12-31 13:35:31 UTC (rev 1817)
@@ -13,10 +13,11 @@
   * Add myself to Uploaders.
   * Move debhelper from Build-Depends-Indep to Build-Depends, as per policy.
   * Remove the execute bit from two MS-DOS batch files in examples.
-  * Remove the feature list from the package description, since it was 
+  * Remove the feature list from the package description, since it was
     still rendering incorrectly and was much too long in the first place.
+  * Run 'make test' at build time.
 
- -- Niko Tyni <ntyni at iki.fi>  Sat, 31 Dec 2005 15:16:09 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Sat, 31 Dec 2005 15:34:34 +0200
 
 soap-lite (0.66-1) unstable; urgency=low
 

Modified: packages/soap-lite/trunk/debian/rules
===================================================================
--- packages/soap-lite/trunk/debian/rules	2005-12-31 13:22:54 UTC (rev 1816)
+++ packages/soap-lite/trunk/debian/rules	2005-12-31 13:35:31 UTC (rev 1817)
@@ -64,7 +64,7 @@
 	dh_testroot
 	dh_clean -k
 
-	#$(MAKE) test
+	$(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