[Pkg-octave-commit] r1805 - semidef-oct/trunk/debian

Thomas Weber thomas-guest at alioth.debian.org
Sun Apr 27 20:18:05 UTC 2008


tags 477740 pending
thanks

Author: thomas-guest
Date: 2008-04-27 20:18:04 +0000 (Sun, 27 Apr 2008)
New Revision: 1805

Modified:
   semidef-oct/trunk/debian/changelog
   semidef-oct/trunk/debian/rules
Log:
Bug fix for #477740 -- parse site-wide configuration file

Modified: semidef-oct/trunk/debian/changelog
===================================================================
--- semidef-oct/trunk/debian/changelog	2008-04-27 16:34:47 UTC (rev 1804)
+++ semidef-oct/trunk/debian/changelog	2008-04-27 20:18:04 UTC (rev 1805)
@@ -1,3 +1,10 @@
+semidef-oct (1:2003-8) UNRELEASED; urgency=low
+
+  * debian/rules: Change options passed to octave such that the side-wide
+    configuration file is sourced (closes: #477740)
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Sun, 27 Apr 2008 23:20:00 +0200
+
 semidef-oct (1:2003-7) unstable; urgency=low
 
   [ Rafael Laboissiere ]

Modified: semidef-oct/trunk/debian/rules
===================================================================
--- semidef-oct/trunk/debian/rules	2008-04-27 16:34:47 UTC (rev 1804)
+++ semidef-oct/trunk/debian/rules	2008-04-27 20:18:04 UTC (rev 1805)
@@ -20,7 +20,7 @@
 build-stamp: patch-stamp
 	dh_testdir
 	cd SRC; $(MAKE) sp.oct ; \
-		/bin/echo -e "1\n2\n3\n4\n5" | octave -qf ./demosp.m
+		/bin/echo -e "1\n2\n3\n4\n5" | octave --silent --no-init-file ./demosp.m
 	touch build-stamp
 
 clean: unpatch




More information about the Pkg-octave-commit mailing list