[Pkg-octave-commit] r2982 - in octave/trunk/debian: . in

Rafael Laboissiere rafael at alioth.debian.org
Tue Apr 28 16:20:46 UTC 2009


Author: rafael
Date: 2009-04-28 16:20:45 +0000 (Tue, 28 Apr 2009)
New Revision: 2982

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/PACKAGE.postinst
Log:
Debian release octave3.0_1:3.0.5-3

Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2009-04-28 14:32:42 UTC (rev 2981)
+++ octave/trunk/debian/changelog	2009-04-28 16:20:45 UTC (rev 2982)
@@ -1,4 +1,4 @@
-octave3.0 (1:3.0.5-3) UNRELEASED; urgency=low
+octave3.0 (1:3.0.5-3) unstable; urgency=low
 
   * debian/in/PACKAGE.postinst: Add -verbose option when calling 'pkg
     rebuild' in octave and redirect stdin from /dev/null.  This is just to

Modified: octave/trunk/debian/in/PACKAGE.postinst
===================================================================
--- octave/trunk/debian/in/PACKAGE.postinst	2009-04-28 14:32:42 UTC (rev 2981)
+++ octave/trunk/debian/in/PACKAGE.postinst	2009-04-28 16:20:45 UTC (rev 2982)
@@ -13,7 +13,8 @@
 
 rebuild_pkg_database () {
     octave-$VERSION --silent --no-history --no-init-file	\
-                    --eval "pkg ('rebuild');"
+                    --eval "pkg ('-verbose', 'rebuild');"	\
+                    < /dev/null
 }
 
 case "$1" in




More information about the Pkg-octave-commit mailing list