This is an automated email from the git hooks/post-receive script. eythian-guest pushed a commit to branch master in repository libpdf-fromhtml-perl.
commit 825a0e439f8a3af297910dcd835f379fd00494ce Author: Robin Sheat <[email protected]> Date: Mon May 18 16:12:31 2015 +1200 Fix the last lintian error by creating a man page for the script --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 3596ddc..b33b31a 100755 --- a/debian/rules +++ b/debian/rules @@ -8,3 +8,5 @@ TMP = $(CURDIR)/debian/libpdf-fromhtml-perl override_dh_auto_install: dh_auto_install mv $(TMP)/usr/bin/html2pdf.pl $(TMP)/usr/bin/html2pdf + mkdir -p $(TMP)/usr/share/man/man1 + pod2man $(TMP)/usr/bin/html2pdf > $(TMP)/usr/share/man/man1/html2pdf.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdf-fromhtml-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
