[SCM] packaging of clive-utils branch, master, updated. 2.1.0-37-g5320947

Damyan Ivanov dmn at debian.org
Tue Feb 24 20:37:49 UTC 2009


The following commit has been merged in the master branch:
commit cfce4e5e134502027095243fba9ffc3e61a69e2e
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Feb 24 11:13:37 2009 +0200

    fox manpage generation following upstream

diff --git a/debian/rules b/debian/rules
index fa48a66..cf57675 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
 include /usr/share/quilt/quilt.make
 
 build: $(QUILT_STAMPFN)
-	perl genman
 	dh $@
+	make man
 	for f in feed scan pass; do perl -c clive$$f; done
 
 install: build
@@ -17,7 +17,7 @@ binary-arch:
 
 clean: unpatch
 	dh $@
-	dh_clean man/clivefeed.1 man/clivescan.1 man/clivepass.1
+	dh_clean clivefeed.1 clivescan.1 clivepass.1
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary

-- 
packaging of clive-utils



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