[Debian-astro-commits] [wcslib] 08/09: Run doxygen to build documentation

Ole Streicher olebole at moszumanska.debian.org
Tue Sep 19 20:43:28 UTC 2017


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

olebole pushed a commit to branch master
in repository wcslib.

commit d5df7c9e6643c9a1f78fc1c169cea3eec706bdf0
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Sep 19 09:04:21 2017 +0200

    Run doxygen to build documentation
---
 debian/control | 5 ++++-
 debian/rules   | 4 ++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 822c004..4280ac8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,13 @@ Priority: optional
 Build-Depends: autotools-dev,
                debhelper (>= 9),
                dh-autoreconf,
+               doxygen,
                flex,
                gfortran,
                giza-dev,
-               libcfitsio-dev
+               libcfitsio-dev,
+               texlive,
+               texlive-latex-extra
 Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/wcslib.git
 Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/wcslib.git
diff --git a/debian/rules b/debian/rules
index e24907a..d6598d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,10 @@ override_dh_autoreconf:
 override_dh_auto_configure:
 	dh_auto_configure -- --docdir=$$\{prefix\}/share/doc/wcslib-doc
 
+override_dh_auto_build:
+	dh_auto_build
+	$(MAKE) -C doxygen
+
 override_dh_install:
 	dh_install -Xjquery.js
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/wcslib.git



More information about the Debian-astro-commits mailing list