[Pkg-octave-commit] [SCM] Debian packaging for octave-vrml branch, master, updated. debian/1.0.11-3-12-gd5a3b7c

Rafael Laboissiere rafael at laboissiere.net
Mon Jun 18 18:04:29 UTC 2012


The following commit has been merged in the master branch:
commit fd8df6134e1c025937e43a45c3b81d3143ea4b4c
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Thu Jun 14 06:58:34 2012 +0000

    Build the HowTo documentation in PDF form
    
    This used to be in the tarball in previous releases.  Also, add the
    needed build-dependencies into debian/control and update the list of
    exclusions for Git.

diff --git a/.gitignore b/.gitignore
index 91c4c07..342d885 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,7 @@ debian/octave-vrml.substvars
 debian/octave-vrml/*
 global-list
 local-list
+/doc/vrml-mini-howto-1.aux
+/doc/vrml-mini-howto-1.dvi
+/doc/vrml-mini-howto-1.log
+/doc/vrml-mini-howto-1.pdf
diff --git a/debian/control b/debian/control
index 76b62cf..a4e9bf0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Thomas Weber <tweber at debian.org>,
            Sébastien Villemot <sebastien.villemot at ens.fr>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1)
+Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1),
+ texlive-latex-base, ghostscript
 Standards-Version: 3.9.3
 Homepage: http://octave.sourceforge.net/vrml
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-vrml.git
diff --git a/debian/rules b/debian/rules
index 35b02c3..9ac774b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,9 @@ export DH_ALWAYS_EXCLUDE = data
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
 
+build/octave-vrml::
+	make -C doc
+
+clean::
+	make -C doc clean
+	rm -f doc/vrml-mini-howto-1.pdf

-- 
Debian packaging for octave-vrml



More information about the Pkg-octave-commit mailing list