[Pkg-octave-commit] r1824 - octave-epstk/trunk/debian

Thomas Weber thomas-guest at alioth.debian.org
Wed May 7 11:28:50 UTC 2008


tags 479928 pending
thanks

Author: thomas-guest
Date: 2008-05-07 11:28:50 +0000 (Wed, 07 May 2008)
New Revision: 1824

Modified:
   octave-epstk/trunk/debian/changelog
   octave-epstk/trunk/debian/rules
Log:
Debian release 2.2-11
Bug fix for #479928
Use long options when calling Octave


Modified: octave-epstk/trunk/debian/changelog
===================================================================
--- octave-epstk/trunk/debian/changelog	2008-05-07 10:24:45 UTC (rev 1823)
+++ octave-epstk/trunk/debian/changelog	2008-05-07 11:28:50 UTC (rev 1824)
@@ -1,3 +1,10 @@
+octave-epstk (2.2-11) unstable; urgency=low
+
+  * debian/rules: use long options for Octave and parse the global
+    configuration file (closes: #479928) 
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Wed, 07 May 2008 11:52:46 +0200
+
 octave-epstk (2.2-10) unstable; urgency=low
 
   * New patch: tickless_axes, enables setting/removing ticks on individual

Modified: octave-epstk/trunk/debian/rules
===================================================================
--- octave-epstk/trunk/debian/rules	2008-05-07 10:24:45 UTC (rev 1823)
+++ octave-epstk/trunk/debian/rules	2008-05-07 11:28:50 UTC (rev 1824)
@@ -25,7 +25,7 @@
 			eConfigFile = "../debian/epstk.conf-demos";	\
 			ehelp = "No call to ehelp in demo batch";	\
 			edemos;'					\
-			| octave$$v -qf ) ;				\
+			| octave$$v --silent --no-init-file ) ;		\
 	done
 	touch build-stamp
 




More information about the Pkg-octave-commit mailing list