[Pkg-octave-commit] [SCM] octave-ocs branch, master, updated. aff8c1c89ceb54b93fc6e1f848976d6aefe86e22

Rafael Laboissiere rafael at debian.org
Fri May 22 21:38:18 UTC 2009


The following commit has been merged in the master branch:
commit 246fcf32291960587f41c0cbecc7ef0f031ebd8f
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri May 22 23:35:31 2009 +0200

    Build the PDF form of the IFF documentation
    
    This implies build-depending on texlive-font-utils and latex-xcolor.  This
    will pull down the needed texlive-* packages.  Call pdflatex in debain/rules.
    Also, add a debian/clean files to clean up generated files in doc/.

diff --git a/debian/clean b/debian/clean
index 88f7c9a..49e8198 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1,4 @@
-src/Makeconf src/config.log src/config.status
+doc/iffspec_ocs.log
+doc/iffspec_ocs.out
+doc/iffspec_ocs.aux
+doc/iffspec_ocs.pdf
diff --git a/debian/control b/debian/control
index e8f55fd..ba7e6b3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
  Thomas Weber <thomas.weber.mail at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.6.4)
+Build-Depends-Indep: texlive-font-utils, latex-xcolor
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/ocs
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-ocs.git
diff --git a/debian/rules b/debian/rules
index 71fb86c..a93b5e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+
+build/octave-ocs::
+	( cd doc ; pdflatex iffspec_ocs )

-- 
octave-ocs



More information about the Pkg-octave-commit mailing list