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

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Thu Oct 25 02:39:37 UTC 2007


Author: charles-guest
Date: 2007-10-25 02:39:37 +0000 (Thu, 25 Oct 2007)
New Revision: 734

Modified:
   trunk/packages/bioperl/trunk/debian/rules
Log:
Disabled the tests, which try to access internet.

It seems that sequence ontology is needed for the tests, and
there are attempts to donwload them from internet. Not only the
ressource is error 500 today, but anyway the buildds do not give
net access to the packages being built.

Maybe we can package SO and build-depend on it if we want the tests
in the build logs...

http://song.cvs.sourceforge.net/song/ontology/



Modified: trunk/packages/bioperl/trunk/debian/rules
===================================================================
--- trunk/packages/bioperl/trunk/debian/rules	2007-10-25 02:14:07 UTC (rev 733)
+++ trunk/packages/bioperl/trunk/debian/rules	2007-10-25 02:39:37 UTC (rev 734)
@@ -51,7 +51,8 @@
 	touch install-stamp
 
 test: build
-	./Build test
+#	Disabled for the moment as it tries to access internet.
+#	./Build test
 
 binary-indep: build install
 




More information about the debian-med-commit mailing list