[SCM] packaging of clive-utils branch, master, updated. 2.1.0-8-gee309b0

Damyan Ivanov dmn at debian.org
Mon Jan 5 17:26:10 UTC 2009


The following commit has been merged in the master branch:
commit ee309b000186018e1114357e9389cfd6c12f8d2d
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Jan 5 19:26:08 2009 +0200

    use upstream-supplied genman for creating manpages

diff --git a/debian/rules b/debian/rules
index 433f343..c737fe2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 build:
-	for f in feed scan pass; do pod2man clive$f > clive$f.1; done
+	perl genman
 	dh $@
 	for f in feed scan pass; do perl -c clive$f; done
 

-- 
packaging of clive-utils



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