[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. 3.2.2-2-102-g2b393c2

Thomas Weber tweber at debian.org
Wed Dec 7 17:56:25 UTC 2011


The following commit has been merged in the master branch:
commit 0f694231058ee3091e0261f2cef2f66abf7cfa85
Author: Thomas Weber <tweber at debian.org>
Date:   Tue Nov 22 00:07:56 2011 +0100

    Install menu files via dh_installmenu
    
    Git-Dch: Ignore

diff --git a/debian/octave-htmldoc.menu b/debian/octave-htmldoc.menu
new file mode 100644
index 0000000..740f2c4
--- /dev/null
+++ b/debian/octave-htmldoc.menu
@@ -0,0 +1,33 @@
+?package(octave-htmldoc):needs="X11" \
+	section="Help" \
+        title="Octave FAQ" \
+        longtitle="The GNU Octave FAQ" \
+        description="This document provides answers to Frequently Asked \
+                Questions about Octave, a (mostly Matlab (R) compatible) \
+                high-level language, primarily intended for numerical \
+                computations. Octave provides a convenient command-line \
+                interface for solving linear and nonlinear problems \
+                numerically." \
+        command="/usr/share/doc/octave-htmldoc/faq/index.html"
+
+?package(octave-htmldoc):needs="X11" \
+	section="Help" \
+        title="Octave" \
+        longtitle="The GNU Octave language for numerical computations"\
+        description="Octave is a (mostly Matlab (R) compatible) high-level \
+                language, primarily intended for numerical computations. \
+                It provides a convenient command-line interface for solving \
+                linear and nonlinear problems numerically." \
+        command="/usr/share/doc/octave-htmldoc/interpreter/index.html"
+
+?package(octave-htmldoc):needs="X11" \
+	section="Help" \
+        title="Octave Library" \
+        longtitle="The GNU Octave Library"\
+        description="This document describes the Octave libraries. Octave \
+                is a (mostly Matlab (R) compatible) high-level \
+                language, primarily intended for numerical computations. \
+                It provides a convenient command-line interface for solving \
+                linear and nonlinear problems numerically." \
+        command="/usr/share/doc/octave-htmldoc/liboctave/index.html"
+
diff --git a/debian/octave.menu b/debian/octave.menu
new file mode 100644
index 0000000..e12a70e
--- /dev/null
+++ b/debian/octave.menu
@@ -0,0 +1,5 @@
+?package(octave):needs="text"				\
+	section="Applications/Science/Mathematics"	\
+	 title="Octave"					\
+	 command="/usr/bin/octave"
+

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list