[Python-modules-commits] [routes] 01/02: fix documentation destination dir

Piotr Ożarowski piotr at moszumanska.debian.org
Sun Jul 31 17:01:26 UTC 2016


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

piotr pushed a commit to branch master
in repository routes.

commit 05c233e426e9f29a5e4f8e8c820642a43f7203ca
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Sun Jul 31 18:23:12 2016 +0200

    fix documentation destination dir
---
 debian/changelog          | 7 +++++++
 debian/python-routes.docs | 1 +
 debian/rules              | 5 ++---
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 859df74..8302f80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+routes (2.3.1-2) unstable; urgency=medium
+
+  * Documentation is back (lost in last upload while rewritting debian/rules;
+    closes: 833047)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 31 Jul 2016 13:36:49 +0200
+
 routes (2.3.1-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/python-routes.docs b/debian/python-routes.docs
new file mode 100644
index 0000000..01a402c
--- /dev/null
+++ b/debian/python-routes.docs
@@ -0,0 +1 @@
+.pybuild/docs/*
diff --git a/debian/rules b/debian/rules
index 4cbb895..ac1767a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,5 @@ export PYBUILD_NAME=routes
 override_dh_auto_build:
 	dh_auto_build
 	cd docs && \
-	PYTHONPATH=$(CURDIR) http_proxy= https_proxy= \
-	sphinx-build -N -E -T -b html .  debian/python-routes/usr/share/doc/python-routes/html/
-	rm -rf debian/python-routes/usr/share/doc/python-routes/html/.doctrees
+	PYTHONPATH=$(CURDIR) http_proxy='http://127.0.0.1:9' https_proxy='https://127.0.0.1:9' \
+	sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/routes.git



More information about the Python-modules-commits mailing list