[pywps] 05/16: Update paths for doc build.
Bas Couwenberg
sebastic at debian.org
Mon Aug 22 21:44:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository pywps.
commit 9c997838fb8b4879edc4b183d5c46d5ac7e85d52
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 22 01:17:13 2016 +0200
Update paths for doc build.
---
debian/changelog | 1 +
debian/pywps-doc.install | 2 +-
debian/rules | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d814413..1cc67b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pywps (4.0.0~beta1-1) UNRELEASED; urgency=medium
* New upstream beta release.
* Update filenames in docs file.
+ * Update paths for doc build.
-- Bas Couwenberg <sebastic at debian.org> Fri, 22 Jul 2016 01:11:37 +0200
diff --git a/debian/pywps-doc.install b/debian/pywps-doc.install
index c4b0673..dc2f02e 100644
--- a/debian/pywps-doc.install
+++ b/debian/pywps-doc.install
@@ -1 +1 @@
-doc/build/html usr/share/doc/pywps/
+docs/_build/html usr/share/doc/pywps/
diff --git a/debian/rules b/debian/rules
index 56af31e..a7c7d04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,15 +15,15 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
%:
dh $@ --with apache2,python2,sphinxdoc --buildsystem=pybuild --parallel
-override_dh_clean:
- dh_clean pywps/Templates/*/*.tmplc
+override_auto_clean:
+ dh_auto_clean
- $(RM) -r doc/build/
+ $(RM) -r docs/_build/
override_dh_auto_build:
dh_auto_build
- (cd doc && $(MAKE) html)
+ (cd docs && $(MAKE) html)
override_dh_auto_test:
(cd tests && python soap_tests.py || echo "Ignoring test failures")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git
More information about the Pkg-grass-devel
mailing list