[med-svn] [Git][med-team/python-skbio][master] Fix PYTHONPATH according to a hint given by Piotr Ożarowski

Andreas Tille gitlab at salsa.debian.org
Thu Apr 26 13:49:55 BST 2018


Andreas Tille pushed to branch master at Debian Med / python-skbio


Commits:
1e094cd3 by Andreas Tille at 2018-04-26T14:49:38+02:00
Fix PYTHONPATH according to a hint given by Piotr Ożarowski

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ python-skbio (0.5.2-1) UNRELEASED; urgency=medium
   * Point Vcs fields to salsa.debian.org
   * Standards-Version: 4.1.4
   * debhelper 11
+  * Fix PYTHONPATH according to a hint given by Piotr Ożarowski
+    Closes: #894326
 
  -- Andreas Tille <tille at debian.org>  Thu, 26 Apr 2018 09:16:46 +0200
 


=====================================
debian/rules
=====================================
--- 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.*/build/) \
+	PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
 		http_proxy='127.0.0.1:9' \
 		python3 `which sphinx-build` -b html -d doc/build/doctrees doc/source doc/build/html
 



View it on GitLab: https://salsa.debian.org/med-team/python-skbio/commit/1e094cd39ba0bb710d948329e6fa4e104bb284d6

---
View it on GitLab: https://salsa.debian.org/med-team/python-skbio/commit/1e094cd39ba0bb710d948329e6fa4e104bb284d6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180426/3cf03616/attachment.html>


More information about the debian-med-commit mailing list