[SCM] Debian packaging of libpar-packer-perl branch, master, updated. 0434d64e0878c4469843b335911aeb927b23fd80

gregor herrmann gregoa at debian.org
Mon Aug 29 22:24:13 UTC 2011


The following commit has been merged in the master branch:
commit d2b69c5bbcaa4680fd1f35394b65d279080383ef
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 30 00:18:47 2011 +0200

    debian/rules: re-create otherwise empty parl.1p manpage.

diff --git a/debian/rules b/debian/rules
index f2c6769..1d18a3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,11 @@ NEXTPATCH := $(shell expr $(VPATCH) + 1 2>/dev/null)
 %:
 	dh $@
 
+override_dh_auto_build:
+	dh_auto_build
+	# recreate manpage
+	pod2man --section 1p $(CURDIR)/script/parl.pod > $(CURDIR)/blib/man1/parl.1p
+
 override_dh_auto_test:
 	ln -sf par.pl blib/script/par-archive
 	PERL_TEST_POD=1 dh_auto_test

-- 
Debian packaging of libpar-packer-perl



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