[Python-modules-commits] [flask-restful] 01/01: Fix PYTHONPATH and doc dependencies

Jonathan Carter highvoltage-guest at moszumanska.debian.org
Sat Jan 2 14:38:08 UTC 2016


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

highvoltage-guest pushed a commit to branch master
in repository flask-restful.

commit 165a975700b0e5f6dc227ae7e9368ca3c339ae5f
Author: Jonathan Carter <jcarter at linux.com>
Date:   Sat Jan 2 16:37:08 2016 +0200

    Fix PYTHONPATH and doc dependencies
---
 debian/python-flask-restful-doc.install | 1 +
 debian/rules                            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/python-flask-restful-doc.install b/debian/python-flask-restful-doc.install
index 9b69be6..b434a73 100644
--- a/debian/python-flask-restful-doc.install
+++ b/debian/python-flask-restful-doc.install
@@ -1 +1,2 @@
 docs/_build/html usr/share/doc/python-flask-restful-doc
+docs/*.rst usr/share/doc/python-flask-restful-doc
diff --git a/debian/rules b/debian/rules
index 811ff7c..1533ed6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,4 @@ override_dh_auto_clean:
 
 override_dh_auto_build:
 	dh_auto_build
-	cd docs; PYTHONPATH=. http_proxy='127.0.0.1:9' make html
+	cd docs; PYTHONPATH=.. http_proxy='127.0.0.1:9' make html

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



More information about the Python-modules-commits mailing list