[pyosmium] 06/07: Set PYTHONPATH for documentation generation.

Bas Couwenberg sebastic at debian.org
Wed Nov 16 19:14:31 UTC 2016


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

sebastic pushed a commit to branch master
in repository pyosmium.

commit 84996a86df8868eeed30e92c0f21d87e0a1784cb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Nov 16 19:13:00 2016 +0100

    Set PYTHONPATH for documentation generation.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8081e1b..54a5569 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pyosmium (2.10.2-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump minimum required libosmium2-dev to 2.10.2.
   * Drop applying-typo.patch, applied upstream.
+  * Set PYTHONPATH for documentation generation.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 16 Nov 2016 18:46:52 +0100
 
diff --git a/debian/rules b/debian/rules
index 0d650f4..0d9476b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_clean:
 override_dh_auto_build-indep:
 	dh_auto_build --indep
 
-	(cd doc && make html)
+	(cd doc && PYTHONPATH=$(CURDIR)/.pybuild/pythonX.Y_`py3versions -vd`/build make html)
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyosmium.git



More information about the Pkg-grass-devel mailing list