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

Rafael Laboissiere rafael at alioth.debian.org
Sun Dec 7 23:10:14 UTC 2008


Author: rafael
Date: 2008-12-07 23:10:14 +0000 (Sun, 07 Dec 2008)
New Revision: 1159

Modified:
   slxfig/trunk/debian/rules
Log:
Do not abort package build when a test fails

Modified: slxfig/trunk/debian/rules
===================================================================
--- slxfig/trunk/debian/rules	2008-12-07 23:09:14 UTC (rev 1158)
+++ slxfig/trunk/debian/rules	2008-12-07 23:10:14 UTC (rev 1159)
@@ -21,9 +21,9 @@
 
 build/slang-xfig::
 	# Run examples
-	( cd examples/plot ;						     \
-	  SLSH_PATH=/usr/share/slsh:/usr/share/slsh/local-packages:../../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