[Pkg-octave-commit] [SCM] octave-odepkg branch, master, updated. 0da144ecea8a4ff14310601c2f427cc34f8afbf5

Thomas Weber tweber at debian.org
Sun Apr 24 11:56:35 UTC 2011


The following commit has been merged in the master branch:
commit cf075d80569a0e8e8b4bd41a1c0cfbce1381c6c7
Author: Thomas Weber <tweber at debian.org>
Date:   Sun Apr 24 13:30:08 2011 +0200

    New patch: build-pdf-documentation

diff --git a/debian/changelog b/debian/changelog
index db1b0b0..2897ce5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ octave-odepkg (0.6.12-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Bump standards version to 3.9.1, no changes required
+  * New patch: build-pdf-documentation, helps building the pdf documentation
 
  -- Thomas Weber <tweber at debian.org>  Sat, 23 Apr 2011 15:39:57 +0200
 
diff --git a/debian/patches/build-pdf-documentation b/debian/patches/build-pdf-documentation
new file mode 100644
index 0000000..0fafa26
--- /dev/null
+++ b/debian/patches/build-pdf-documentation
@@ -0,0 +1,16 @@
+From: Thomas Weber <tweber at debian.org>
+Subject: Ensure the PDF documentation is built at build time
+
+I asked upstream whether the non-building of the documentation is intentional:
+https://sourceforge.net/mailarchive/forum.php?thread_name=20110423150042.GA24989%40atlan&forum_name=octave-dev
+Origin: Debian
+--- a/doc/Makefile
++++ b/doc/Makefile
+@@ -12,6 +12,7 @@
+ MKTEXI = ../../../admin/mktexi
+ MAKEINFO = makeinfo --no-split --document-language=en_us
+ TEXI2DVI = texi2dvi --clean
++TEXI2PDF = texi2pdf --clean
+ DVIPS = dvips
+ LN_S = ln -s
+ endif
diff --git a/debian/patches/series b/debian/patches/series
index 9262944..2e3b77e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 info-dir-section.diff
+build-pdf-documentation

-- 
octave-odepkg



More information about the Pkg-octave-commit mailing list