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

Rafael Laboissiere rafael at alioth.debian.org
Thu May 3 21:05:35 UTC 2007


Author: rafael
Date: 2007-05-03 21:05:34 +0000 (Thu, 03 May 2007)
New Revision: 664

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

Modified: slpvm/trunk/debian/changelog
===================================================================
--- slpvm/trunk/debian/changelog	2007-05-02 15:40:20 UTC (rev 663)
+++ slpvm/trunk/debian/changelog	2007-05-03 21:05:34 UTC (rev 664)
@@ -1,3 +1,12 @@
+slpvm (0.1.5-6) unstable; urgency=low
+
+  * Make regression tests really work:
+    + debian/control: Added slsh to build-dependencies (closes: #422113)
+    + debian/rules: Set the appropriate values for the SLANG_MODULE_PATH
+      and SLSH_PATH environment variables
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu,  3 May 2007 22:49:30 +0200
+
 slpvm (0.1.5-5) unstable; urgency=low
 
   * debian/watch: Added file
@@ -9,10 +18,10 @@
       libpvm3, which has also priority "extra" (comply with Policy Section
       2.5: Priorities)
   * debian/source.lintian-overrides: Add a lintian override for
-    outdated-autotools-helper-file, since we're using CDBS' autotools.mk 
+    outdated-autotools-helper-file, since we're using CDBS' autotools.mk
   * debian/rules: Remove config.log in clean target
 
- -- Rafael Laboissiere <rafael at debian.org>  Wed,  7 Mar 2007 23:29:35 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Thu,  3 May 2007 22:24:13 +0200
 
 slpvm (0.1.5-4) unstable; urgency=low
 

Modified: slpvm/trunk/debian/control
===================================================================
--- slpvm/trunk/debian/control	2007-05-02 15:40:20 UTC (rev 663)
+++ slpvm/trunk/debian/control	2007-05-03 21:05:34 UTC (rev 664)
@@ -3,7 +3,8 @@
 Priority: extra
 Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), pvm-dev, cdbs
+Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6),
+ pvm-dev, cdbs, slsh
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/slpvm/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-jed/slpvm/

Modified: slpvm/trunk/debian/rules
===================================================================
--- slpvm/trunk/debian/rules	2007-05-02 15:40:20 UTC (rev 663)
+++ slpvm/trunk/debian/rules	2007-05-03 21:05:34 UTC (rev 664)
@@ -6,7 +6,12 @@
 DEB_MAKE_BUILD_TARGET := all RPATH=
 
 build/slang-pvm::
-	-( cd examples ; pvmd & ./master hostname 2 ; echo halt | pvm )
-	
+	-( cd examples ;					\
+	   pvmd &						\
+	   SLANG_MODULE_PATH=/usr/lib/slang/v2/modules/:../src	\
+	       SLSH_PATH=/usr/share/slsh/:../src		\
+               ./master hostname 2 ;				\
+	   echo halt | pvm )
+
 clean::
 	rm -f config.log




More information about the Pkg-jed-commit mailing list