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

Rafael Laboissiere rafael at alioth.debian.org
Fri May 4 08:44:52 UTC 2007


Author: rafael
Date: 2007-05-04 08:44:52 +0000 (Fri, 04 May 2007)
New Revision: 666

Added:
   slpvm/trunk/debian/examples
Removed:
   slpvm/trunk/debian/slang-pvm.examples
Modified:
   slpvm/trunk/debian/changelog
   slpvm/trunk/debian/rules
Log:
Debian release slpvm_0.1.5-7

Modified: slpvm/trunk/debian/changelog
===================================================================
--- slpvm/trunk/debian/changelog	2007-05-03 21:05:42 UTC (rev 665)
+++ slpvm/trunk/debian/changelog	2007-05-04 08:44:52 UTC (rev 666)
@@ -1,3 +1,13 @@
+slpvm (0.1.5-7) unstable; urgency=low
+
+  * Use absolute paths for the SLANG_MODULE_PATH and SLSH_PATH environment
+    variables, making the master/slave examples really work and avoiding
+    the error messages that fill the hard disk (closes: #422155)
+
+  * debian/examples: Renamed from debian/slang-pvm.examples
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri,  4 May 2007 10:29:00 +0200
+
 slpvm (0.1.5-6) unstable; urgency=low
 
   * Make regression tests really work:

Copied: slpvm/trunk/debian/examples (from rev 618, slpvm/trunk/debian/slang-pvm.examples)

Modified: slpvm/trunk/debian/rules
===================================================================
--- slpvm/trunk/debian/rules	2007-05-03 21:05:42 UTC (rev 665)
+++ slpvm/trunk/debian/rules	2007-05-04 08:44:52 UTC (rev 666)
@@ -6,11 +6,11 @@
 DEB_MAKE_BUILD_TARGET := all RPATH=
 
 build/slang-pvm::
-	-( cd examples ;					\
-	   pvmd &						\
-	   SLANG_MODULE_PATH=/usr/lib/slang/v2/modules/:../src	\
-	       SLSH_PATH=/usr/share/slsh/:../src		\
-               ./master hostname 2 ;				\
+	-( 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::

Deleted: slpvm/trunk/debian/slang-pvm.examples
===================================================================
--- slpvm/trunk/debian/slang-pvm.examples	2007-05-03 21:05:42 UTC (rev 665)
+++ slpvm/trunk/debian/slang-pvm.examples	2007-05-04 08:44:52 UTC (rev 666)
@@ -1 +0,0 @@
-examples/*




More information about the Pkg-jed-commit mailing list