[Pkg-octave-commit] r1809 - octave-pkg-dev/trunk

Thomas Weber thomas-guest at alioth.debian.org
Mon Apr 28 10:24:43 UTC 2008


Author: thomas-guest
Date: 2008-04-28 10:24:43 +0000 (Mon, 28 Apr 2008)
New Revision: 1809

Modified:
   octave-pkg-dev/trunk/octave-pkg.mk.in
   octave-pkg-dev/trunk/postinst-octpkg
   octave-pkg-dev/trunk/prerm-octpkg
Log:
Actually commit the changes mentioned in rev 1808 -- sigh

Modified: octave-pkg-dev/trunk/octave-pkg.mk.in
===================================================================
--- octave-pkg-dev/trunk/octave-pkg.mk.in	2008-04-28 10:11:45 UTC (rev 1808)
+++ octave-pkg-dev/trunk/octave-pkg.mk.in	2008-04-28 10:24:43 UTC (rev 1809)
@@ -30,7 +30,7 @@
 pkgname = $(package:octave-%=%)
 hosttype = $(shell octave-config -p CANONICAL_HOST_TYPE)
 apiversion = $(shell octave-config -p API_VERSION)
-octave_options = --norc --no-history --silent --no-site-file
+octave_options = --no-history --silent --no-init-file
 
 install/$(package)::	\
 	create-dirs	\

Modified: octave-pkg-dev/trunk/postinst-octpkg
===================================================================
--- octave-pkg-dev/trunk/postinst-octpkg	2008-04-28 10:11:45 UTC (rev 1808)
+++ octave-pkg-dev/trunk/postinst-octpkg	2008-04-28 10:24:43 UTC (rev 1809)
@@ -1,5 +1,5 @@
 # -*- sh -*-
 
 if [ "$1" = configure ] ; then
-    #OCTAVE# --norc --silent --no-history --no-site-file --eval "pkg ('rebuild');"
+    #OCTAVE# --silent --no-history --no-init-file --eval "pkg ('rebuild');"
 fi

Modified: octave-pkg-dev/trunk/prerm-octpkg
===================================================================
--- octave-pkg-dev/trunk/prerm-octpkg	2008-04-28 10:11:45 UTC (rev 1808)
+++ octave-pkg-dev/trunk/prerm-octpkg	2008-04-28 10:24:43 UTC (rev 1809)
@@ -2,5 +2,5 @@
 
 case "$1" in
     upgrade|remove|purge)
-        #OCTAVE# --norc --silent --no-history --no-site-file --eval "pkg ('rebuild');"
+        #OCTAVE# --silent --no-history --no-init-file --eval "pkg ('rebuild');"
 esac




More information about the Pkg-octave-commit mailing list