[med-svn] [grinder] 01/02: debian/rules: set PERL5LIB for `helpman … grinder' call.

gregor herrmann gregoa at debian.org
Thu Dec 14 19:33:49 UTC 2017


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

gregoa pushed a commit to branch master
in repository grinder.

commit 7a1d0f899fb71324b636d7ee7871d457b8f0cfef
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Dec 14 20:30:39 2017 +0100

    debian/rules: set PERL5LIB for `helpman … grinder' call.
    
    Otherwise grinder(1) doesn't find Grinder.pm, and this error is written in
    the contents of the created manpage.
    
    LP: #1174006
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5ae2a83..2f8843c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ override_dh_auto_test:
 override_dh_auto_build:
 	mkdir -p $(MANDIR)
 	echo "$$MORE" > $(MOREFILE)
-	help2man --no-discard-stderr --name $(DESC1) --section $(SECTION) --version-string $(DEB_VERSION_UPSTREAM) --no-info --include $(MOREFILE) --output $(MAN1) $(SCRIPT1)
+	PERL5LIB=lib help2man --no-discard-stderr --name $(DESC1) --section $(SECTION) --version-string $(DEB_VERSION_UPSTREAM) --no-info --include $(MOREFILE) --output $(MAN1) $(SCRIPT1)
 	help2man --no-discard-stderr --name $(DESC2) --section $(SECTION) --version-string $(DEB_VERSION_UPSTREAM) --no-info --include $(MOREFILE) --output $(MAN2) $(SCRIPT2)
 	help2man --no-discard-stderr --name $(DESC3) --section $(SECTION) --version-string $(DEB_VERSION_UPSTREAM) --no-info --include $(MOREFILE) --output $(MAN3) $(SCRIPT3)
 	rm $(MOREFILE)

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



More information about the debian-med-commit mailing list