[Pkg-jed-commit] r670 - slpvm/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Sat May 5 09:14:26 UTC 2007


Author: rafael
Date: 2007-05-05 09:14:25 +0000 (Sat, 05 May 2007)
New Revision: 670

Modified:
   slpvm/trunk/debian/changelog
   slpvm/trunk/debian/rules
Log:
Debian release slpvm_0.1.5-9

Modified: slpvm/trunk/debian/changelog
===================================================================
--- slpvm/trunk/debian/changelog	2007-05-05 09:04:43 UTC (rev 669)
+++ slpvm/trunk/debian/changelog	2007-05-05 09:14:25 UTC (rev 670)
@@ -1,3 +1,10 @@
+slpvm (0.1.5-9) unstable; urgency=low
+
+  * Oops, debian/rules was not changed in the last upload.  Uploading
+    again...
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat,  5 May 2007 11:07:09 +0200
+
 slpvm (0.1.5-8) unstable; urgency=low
 
   * debian/rules: Removed regression test, which is not working on the

Modified: slpvm/trunk/debian/rules
===================================================================
--- slpvm/trunk/debian/rules	2007-05-05 09:04:43 UTC (rev 669)
+++ slpvm/trunk/debian/rules	2007-05-05 09:14:25 UTC (rev 670)
@@ -5,13 +5,15 @@
 
 DEB_MAKE_BUILD_TARGET := all RPATH=
 
-build/slang-pvm::
-	-( cd examples ;						\
-	   pvmd &							\
-	   SLANG_MODULE_PATH=/usr/lib/slang/v2/modules/:$(CURDIR)/src	\
-	       SLSH_PATH=/usr/share/slsh/:$(CURDIR)/src			\
-	       ./master hostname 2 ;					\
-	   echo halt | pvm )
+## Removed the regresssion test until it is sure it works in the
+## autobuilders (cf Bug#422241 and Bug#422155)
+#build/slang-pvm::
+#	-( cd examples ;						\
+#	   pvmd &							\
+#	   SLANG_MODULE_PATH=/usr/lib/slang/v2/modules/:$(CURDIR)/src	\
+#	       SLSH_PATH=/usr/share/slsh/:$(CURDIR)/src			\
+#	       ./master hostname 2 ;					\
+#	   echo halt | pvm )
 
 clean::
 	rm -f config.log




More information about the Pkg-jed-commit mailing list