This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to branch master in repository libx12-parser-perl.
commit c4ea3f2783754d3fda151cb051af4374555b7fcf Author: Robert James Clay <[email protected]> Date: Sun Mar 27 21:18:55 2016 -0400 Initial addition of 'override_dh_auto_build' stanza in debian/rule. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 2d33f6a..b0066e2 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,8 @@ %: dh $@ + +override_dh_auto_build: + pod2html --title=libx12-parser-perl --infile=Readme.pod --outfile=Readme.html + dh_auto_build + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libx12-parser-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
