[med-svn] r334 - trunk/packages/bioperl/trunk/debian

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Sat Jun 16 04:33:11 UTC 2007


Author: charles-guest
Date: 2007-06-16 04:33:10 +0000 (Sat, 16 Jun 2007)
New Revision: 334

Modified:
   trunk/packages/bioperl/trunk/debian/changelog
   trunk/packages/bioperl/trunk/debian/rules
Log:
enabling tests

Modified: trunk/packages/bioperl/trunk/debian/changelog
===================================================================
--- trunk/packages/bioperl/trunk/debian/changelog	2007-06-15 04:33:19 UTC (rev 333)
+++ trunk/packages/bioperl/trunk/debian/changelog	2007-06-16 04:33:10 UTC (rev 334)
@@ -12,8 +12,9 @@
   * New uploader: Charles Plessy.
   * Updated Depends, Recommends and Suggests.
   * Imported in Debian-Med's SVN repository on Alioth.
+  * Executing the regression tests during package building.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Fri, 15 Jun 2007 11:37:13 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 16 Jun 2007 13:18:28 +0900
 
 bioperl (1.4-1) unstable; urgency=low
 

Modified: trunk/packages/bioperl/trunk/debian/rules
===================================================================
--- trunk/packages/bioperl/trunk/debian/rules	2007-06-15 04:33:19 UTC (rev 333)
+++ trunk/packages/bioperl/trunk/debian/rules	2007-06-16 04:33:10 UTC (rev 334)
@@ -21,7 +21,7 @@
 	dh_clean
 
 install: install-stamp
-install-stamp: build-stamp
+install-stamp: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -50,9 +50,12 @@
 
 	touch install-stamp
 
+test: build
+	./Build test
+
 binary-indep: build install
 
-binary-arch: build install
+binary-arch: test build install
 	dh_testdir
 	dh_testroot
 #	chmod a-x -R debian/bioperl/usr/share/doc/bioperl/examples




More information about the debian-med-commit mailing list