Build the sphinx documentation and man pages.
* Build the sphinx documentation and man pages. - Build-depend on python-sphinx.
This commit is contained in:
parent
2a3514be35
commit
1af78b6571
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -14,6 +14,8 @@ cmake (3.0.0-1) UNRELEASED; urgency=medium
|
|||||||
* Fix running the test suite.
|
* Fix running the test suite.
|
||||||
- Cherry-pick upstream fix in fix-bootstrap-test-1.diff and
|
- Cherry-pick upstream fix in fix-bootstrap-test-1.diff and
|
||||||
fix-bootstrap-test-2.diff
|
fix-bootstrap-test-2.diff
|
||||||
|
* Build the sphinx documentation and man pages.
|
||||||
|
- Build-depend on python-sphinx.
|
||||||
|
|
||||||
-- Felix Geyer <fgeyer@debian.org> Sun, 03 Aug 2014 20:21:55 +0200
|
-- Felix Geyer <fgeyer@debian.org> Sun, 03 Aug 2014 20:21:55 +0200
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -6,7 +6,7 @@ Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <curan@debi
|
|||||||
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>, Felix Geyer <fgeyer@debian.org>
|
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>, Felix Geyer <fgeyer@debian.org>
|
||||||
Build-Depends: debhelper (>= 9.20131104), libcurl4-openssl-dev, libexpat1-dev, zlib1g-dev,
|
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),
|
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
|
Standards-Version: 3.9.5
|
||||||
Vcs-Git: git://anonscm.debian.org/collab-maint/cmake.git
|
Vcs-Git: git://anonscm.debian.org/collab-maint/cmake.git
|
||||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cmake.git;a=summary
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cmake.git;a=summary
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -36,6 +36,7 @@ override_dh_auto_configure: $(BUILD_FLAGS_FILE)
|
|||||||
rm -rf Build && mkdir -p Build
|
rm -rf Build && mkdir -p Build
|
||||||
cd Build && ../bootstrap --prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man \
|
cd Build && ../bootstrap --prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man \
|
||||||
--init=../$(BUILD_FLAGS_FILE) --system-libs \
|
--init=../$(BUILD_FLAGS_FILE) --system-libs \
|
||||||
|
--sphinx-man --sphinx-html \
|
||||||
$(BOOTSTRAP_PARALLEL) --verbose
|
$(BOOTSTRAP_PARALLEL) --verbose
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user