[libobject-container-perl] 01/01: Pass -u to pod2man, override lintian warning

Marius Gavrilescu marius-guest at alioth.debian.org
Wed Oct 23 16:30:46 UTC 2013


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

marius-guest pushed a commit to branch master
in repository libobject-container-perl.

commit befe321201a8d92cd901b80ee1372ec4219b50a0
Author: Marius Gavrilescu <marius at ieval.ro>
Date:   Wed Oct 23 19:28:40 2013 +0300

    Pass -u to pod2man, override lintian warning
---
 debian/libobject-container-perl.lintian-overrides |    4 ++++
 debian/rules                                      |    3 +++
 2 files changed, 7 insertions(+)

diff --git a/debian/libobject-container-perl.lintian-overrides b/debian/libobject-container-perl.lintian-overrides
new file mode 100644
index 0000000..d6410c2
--- /dev/null
+++ b/debian/libobject-container-perl.lintian-overrides
@@ -0,0 +1,4 @@
+# 19:22:30 < daxim> ... it lies in the nature of the japanese writing system
+# that there are no hyphens or spaces to break lines on for roff's naïve idea
+# how to do this
+libobject-container-perl binary: manpage-has-errors-from-man
diff --git a/debian/rules b/debian/rules
index 2d33f6a..1f6d96d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+override_dh_auto_build:
+	dh_auto_build $@
+	pod2man --utf8 --section=3pm lib/Object/Container/ja.pod blib/man3/Object::Container::ja.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libobject-container-perl.git



More information about the Pkg-perl-cvs-commits mailing list