[med-svn] r3039 - trunk/packages/python-biopython/trunk/debian

plessy at alioth.debian.org plessy at alioth.debian.org
Fri Jan 23 04:24:07 UTC 2009


Author: plessy
Date: 2009-01-23 04:24:07 +0000 (Fri, 23 Jan 2009)
New Revision: 3039

Modified:
   trunk/packages/python-biopython/trunk/debian/changelog
   trunk/packages/python-biopython/trunk/debian/rules
Log:
Enabled tests (test_Wise fails, unfortunately).


Modified: trunk/packages/python-biopython/trunk/debian/changelog
===================================================================
--- trunk/packages/python-biopython/trunk/debian/changelog	2009-01-22 20:44:20 UTC (rev 3038)
+++ trunk/packages/python-biopython/trunk/debian/changelog	2009-01-23 04:24:07 UTC (rev 3039)
@@ -24,6 +24,7 @@
     - debian/control: build-depends on quilt.
   * debian/python-biopython-doc.doc-base: corrected index name that was changed
     upstream.
+  * debian/rules: perform tests after build.
 
  -- Charles Plessy <plessy at debian.org>  Thu, 15 Jan 2009 13:15:44 +0900
 

Modified: trunk/packages/python-biopython/trunk/debian/rules
===================================================================
--- trunk/packages/python-biopython/trunk/debian/rules	2009-01-22 20:44:20 UTC (rev 3038)
+++ trunk/packages/python-biopython/trunk/debian/rules	2009-01-23 04:24:07 UTC (rev 3039)
@@ -98,6 +98,9 @@
 	dh_installdeb -a
 	dh_builddeb -a
 
-binary: binary-indep binary-arch
+test:
+	python$* setup.py test
 
+binary: binary-indep binary-arch test
+
 .PHONY: clean build install binary binary-indep binary-arch




More information about the debian-med-commit mailing list