[med-svn] [python-pbalign] 05/07: Set PYTHONPATH to allow the executables to work when running help2man

Afif Elghraoui afif-guest at moszumanska.debian.org
Sat Sep 5 09:29:40 UTC 2015


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

afif-guest pushed a commit to branch master
in repository python-pbalign.

commit fe9824375ad33e91ca03983681c92024fbc944c5
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Sep 5 01:05:39 2015 -0700

    Set PYTHONPATH to allow the executables to work when running help2man
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 2534c11..249057d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ MANDIR = $(BUILDDIR)/usr/share/man/man1
 override_dh_auto_install:
 	dh_auto_install
 	mkdir -p $(MANDIR)
+	export PYTHONPATH=$(BUILDDIR)/usr/lib/python2.7/dist-packages;	    \
 	for executable in $(BUILDDIR)/usr/bin/*;			    \
 	do								    \
 	    $(HELP2MAN) $$executable > $(MANDIR)/`basename $$executable.1`; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbalign.git



More information about the debian-med-commit mailing list