[libcommon-sense-perl] 01/04: debian/rules: add --name parameter to pod2man call.
gregor herrmann
gregoa at debian.org
Wed Oct 5 14:40:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcommon-sense-perl.
commit 970a48629dc3e2cf327335de06e46ac82b1603bb
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Oct 5 16:36:16 2016 +0200
debian/rules: add --name parameter to pod2man call.
Thanks: Anthony DeRobertis for the bug report.
Closes: #839793
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index f368b5a..97418f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
override_dh_auto_install:
dh_auto_install
- pod2man --utf8 --section 3pm \
+ pod2man --name "common::sense" --utf8 --section 3pm \
$(TMP)$(ARCHLIB)/common/sense.pod > \
$(TMP)/usr/share/man/man3/common::sense.3pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcommon-sense-perl.git
More information about the Pkg-perl-cvs-commits
mailing list