[SCM] packaging of clive-utils branch, master, updated. upstream/2.1.3-112-g7bb5356

Damyan Ivanov dmn at debian.org
Wed Apr 1 15:41:07 UTC 2009


The following commit has been merged in the master branch:
commit 1565761872e39e4abb44b62c57e0a7700f22ee97
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Apr 1 18:22:43 2009 +0300

    make sure man pages are re-created by moving them before invoking $(MAKE) man

diff --git a/debian/rules b/debian/rules
index 7ecbe7c..1cdcb38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_auto_test:
 
 build: $(QUILT_STAMPFN)
 	dh $@
+	for f in feed scan pass; do if [ -e clive$$f.1 ]; then mv -v clive$$f.1 clive$$f.1-ORIG; fi; done
 	$(MAKE) man
 
 override_dh_auto_install:
@@ -17,3 +18,4 @@ override_dh_auto_install:
 
 clean: unpatch
 	dh $@
+	for f in feed scan pass; do if [ -e clive$$f.1-ORIG ]; then mv -v clive$$f.1-ORIG clive$$f.1; fi; done

-- 
packaging of clive-utils



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