[med-svn] [python-skbio] 01/02: Fix PYTHONPATH
Andreas Tille
tille at debian.org
Tue Nov 7 13:40:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-skbio.
commit 3cedfe817a0fb6e38d8b4fabe82665cccde069f0
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 7 14:31:32 2017 +0100
Fix PYTHONPATH
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 218e169..8998c05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-skbio (0.5.1-4) UNRELEASED; urgency=medium
+
+ * Fix PYTHONPATH (thanks for the hint to Andreas Stührk
+ <andy at hammerhartes.de>)
+ Closes: #878820
+
+ -- Andreas Tille <tille at debian.org> Tue, 07 Nov 2017 14:29:33 +0100
+
python-skbio (0.5.1-3) unstable; urgency=medium
* Standards-Version: 4.1.1
diff --git a/debian/rules b/debian/rules
index 211110f..358188a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ DOCPKG=python-$(PYBUILD_NAME)-doc
override_dh_auto_build:
dh_auto_build
- PYTHONPATH=$(shell echo .pybuild/pythonX.Y_3.5*/build/) \
+ PYTHONPATH=$(shell echo .pybuild/pythonX.Y_3.*/build/) \
http_proxy='127.0.0.1:9' \
python3 `which sphinx-build` -b html -d doc/build/doctrees doc/source doc/build/html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-skbio.git
More information about the debian-med-commit
mailing list