[liborcus] 01/02: also use $(CURDIR)/src/python/orcus in PYTHONPATH

Rene Engelhard rene at moszumanska.debian.org
Sun May 28 10:32:00 UTC 2017


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

rene pushed a commit to branch experimental
in repository liborcus.

commit 5cdc0d27e652d2257f0e4331d3c309acc89e7aec
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun May 28 12:30:14 2017 +0200

    also use $(CURDIR)/src/python/orcus in PYTHONPATH
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 84e0730..2b11acf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,12 +44,13 @@ override_dh_auto_configure:
 
 ifeq "$(DEB_HOST_ARCH)" "s390"
 override_dh_auto_test:
-endif
 
+else
 override_dh_auto_test:
 	if [ -d $(CURDIR)/src/python/.libs ]; then \
-		PYTHONPATH="$(CURDIR)/src/python/.libs" dh_auto_test; \
+		PYTHONPATH="$(CURDIR)/src/python/.libs:$(CURDIR)/src/python/orcus" dh_auto_test; \
 	fi
+endif
 
 override_dh_auto_install:
 	# otherwise dh_auto_install -pliborcus-doc doesn't work because there's

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



More information about the Pkg-openoffice-commits mailing list