[SCM] Debian packaging of eekboek branch, master, updated. upstream/2.00.03-203-g0a61c67

gregor herrmann gregoa at debian.org
Sat Jan 21 19:12:21 UTC 2012


The following commit has been merged in the master branch:
commit e8a4a40b4c441822e85afbc64a25e4fe0e7efe45
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 21 19:56:33 2012 +0100

    debian/rules: fix manpage sections.

diff --git a/debian/rules b/debian/rules
index 1ba4004..41739ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,14 @@
 override_dh_auto_configure:
 	dh_auto_configure -- create_packlist=0
 
+# fix manpage sections
+override_dh_auto_build:
+	dh_auto_build
+	for f in EB.pm EekBoek.pm ; do \
+		m=$$(basename $$f .pm) ; \
+		pod2man --section 3pm --utf8 $(CURDIR)/blib/lib/$$f > $(CURDIR)/blib/libdoc/$$m.3pm ; \
+	done
+
 # remove failing tests.
 override_dh_auto_test:
 	EB_SKIPDBTESTS=1 ./Build test

-- 
Debian packaging of eekboek



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