[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:23 UTC 2011


The following commit has been merged in the master branch:
commit 9ef356ad9582a074f4a4c24ef28e405062b7bce3
Author: Thomas Weber <tweber at debian.org>
Date:   Fri Nov 18 17:22:00 2011 +0100

    New patch: add_info_dir_categories
    
    Add categories to Octave's info files (thanks lintian).

diff --git a/debian/patches/add_info_dir_categories b/debian/patches/add_info_dir_categories
new file mode 100644
index 0000000..70566a8
--- /dev/null
+++ b/debian/patches/add_info_dir_categories
@@ -0,0 +1,33 @@
+Description: Add categories to the static info files generated by the texi files.
+Forwarded: not yet
+Author: Thomas Weber <tweber at debian.org>
+--- a/doc/faq/OctaveFAQ.texi
++++ b/doc/faq/OctaveFAQ.texi
+@@ -22,6 +22,7 @@
+ @settitle Frequently asked questions about Octave (with answers)
+ 
+ @setchapternewpage off
++ at dircategory Math
+ @direntry
+ * OctaveFAQ: (OctaveFAQ).  Frequently asked questions about Octave
+ @end direntry
+--- a/doc/interpreter/octave.texi
++++ b/doc/interpreter/octave.texi
+@@ -48,6 +48,7 @@
+ 
+ @ifinfo
+ @format
++INFO-DIR-SECTION Math
+ START-INFO-DIR-ENTRY
+ * Octave: (octave).           Interactive language for numerical computations.
+ 
+--- a/doc/liboctave/liboctave.texi
++++ b/doc/liboctave/liboctave.texi
+@@ -22,6 +22,7 @@
+ 
+ @ifinfo
+ @format
++INFO-DIR-SECTION Math
+ START-INFO-DIR-ENTRY
+ * liboctave: (liboctave). Octave C++ Classes
+ END-INFO-DIR-ENTRY
diff --git a/debian/patches/series b/debian/patches/series
index ff37c49..ca2bd7d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ enable_dirs_in_pkg
 drop_versioned_binarys
 install_libraries_publically
 no_pdf_in_print.diff
+add_info_dir_categories

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list