[med-svn] [pycorrfit] 01/05: d/rules: try to build docs d/control: added dependendencies to build tex documentation

Alex Mestiashvili malex-guest at moszumanska.debian.org
Tue Dec 3 17:47:44 UTC 2013


This is an automated email from the git hooks/post-receive script.

malex-guest pushed a commit to branch master
in repository pycorrfit.

commit 79f2c05cd1989b3863a0ac93450c323b021cf626
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Mon Dec 2 20:24:18 2013 +0100

    d/rules: try to build docs
    d/control: added dependendencies to build tex documentation
---
 debian/control | 6 ++++++
 debian/rules   | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/control b/debian/control
index 88217de..f3ce29d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,12 @@ Section: python
 Priority: optional
 Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7),
  dh-python, python-setuptools,
+ texlive-latex-base,
+ texlive-extra-utils,
+ texlive-latex-recommended,
+ texlive-latex-extra,
+ texlive-science,
+ latex-xcolor,
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/pycorrfit.git
 Vcs-Git: git://anonscm.debian.org/debian-med/pycorrfit.git
diff --git a/debian/rules b/debian/rules
index c8801b4..92b7429 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,13 @@
 # This file was automatically generated by stdeb 0.6.0+git at
 # Wed, 20 Nov 2013 15:31:17 +0100
 
+TEXDOC=PyCorrFit_doc.tex
+
 %:
 	dh $@ --with python2 --buildsystem=pybuild
 
+override_dh_auto_build:
+	cd doc-src && pdflatex $(TEXDOC)
+	dh_auto_build
+
 

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/pycorrfit.git



More information about the debian-med-commit mailing list