From 1af78b6571c2f75f5b3db0d496cc98e32f3da3fe Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 3 Aug 2014 22:50:16 +0200 Subject: [PATCH] Build the sphinx documentation and man pages. * Build the sphinx documentation and man pages. - Build-depend on python-sphinx. --- debian/changelog | 2 ++ debian/control | 2 +- debian/rules | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 178bd0b3b..f973db695 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ cmake (3.0.0-1) UNRELEASED; urgency=medium * Fix running the test suite. - Cherry-pick upstream fix in fix-bootstrap-test-1.diff and fix-bootstrap-test-2.diff + * Build the sphinx documentation and man pages. + - Build-depend on python-sphinx. -- Felix Geyer Sun, 03 Aug 2014 20:21:55 +0200 diff --git a/debian/control b/debian/control index f7718f3ea..e95704a3e 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: A. Maitland Bottoms , Kai Wasserbäch , Felix Geyer Build-Depends: debhelper (>= 9.20131104), libcurl4-openssl-dev, libexpat1-dev, zlib1g-dev, libncurses5-dev, libqt4-dev (>= 4.4.0), procps [!hurd-any], libarchive-dev (>= 2.8.0), - libbz2-dev, bash-completion + libbz2-dev, bash-completion, python-sphinx Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/collab-maint/cmake.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cmake.git;a=summary diff --git a/debian/rules b/debian/rules index 29e8ac93a..16920a8fb 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,7 @@ override_dh_auto_configure: $(BUILD_FLAGS_FILE) rm -rf Build && mkdir -p Build cd Build && ../bootstrap --prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man \ --init=../$(BUILD_FLAGS_FILE) --system-libs \ + --sphinx-man --sphinx-html \ $(BOOTSTRAP_PARALLEL) --verbose override_dh_auto_test: