[Pkg-jed-commit] r1089 - slxfig/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Thu Mar 20 15:48:59 UTC 2008


Author: rafael
Date: 2008-03-20 15:48:58 +0000 (Thu, 20 Mar 2008)
New Revision: 1089

Modified:
   slxfig/trunk/debian/changelog
   slxfig/trunk/debian/rules
Log:
Add local-packages dir to SLSH_PATH

Modified: slxfig/trunk/debian/changelog
===================================================================
--- slxfig/trunk/debian/changelog	2008-03-19 10:53:42 UTC (rev 1088)
+++ slxfig/trunk/debian/changelog	2008-03-20 15:48:58 UTC (rev 1089)
@@ -1,3 +1,11 @@
+slxfig (0~svn.192-4) UNRELEASED; urgency=low
+
+  * debian/rules: Explicitly add the local-packages directory to
+    SLSH_PATH.  This should fix Bug#471621, but let us see how the
+    autobuilders behave.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 20 Mar 2008 16:48:33 +0100
+
 slxfig (0~svn.192-3) unstable; urgency=low
 
   * debian/control: Append trunk/ to the path in Vcs-Svn:, such that

Modified: slxfig/trunk/debian/rules
===================================================================
--- slxfig/trunk/debian/rules	2008-03-19 10:53:42 UTC (rev 1088)
+++ slxfig/trunk/debian/rules	2008-03-20 15:48:58 UTC (rev 1089)
@@ -22,9 +22,9 @@
 
 build/slang-xfig::
 	# Run examples
-	( cd examples/plot ;			\
-	  SLSH_PATH=/usr/share/slsh:../../src	\
-	    $(MAKE) )
+	( cd examples/plot ;						     \
+	  SLSH_PATH=/usr/share/slsh:/usr/share/slsh/local-packages:../../src \
+	  $(MAKE) )
 
 install-uscan-script:
 	scp debian/slxfig.php $(uscan_host):$(uscan_dir)




More information about the Pkg-jed-commit mailing list