[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 24a2ce3563d62e940d6415b8f2959ed280c4d156
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Apr 1 18:34:24 2009 +0300

    mangle configrc and install it as config under examples/

diff --git a/debian/examples b/debian/examples
index 720843f..04204c7 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1 +1 @@
-configrc
+config
diff --git a/debian/rules b/debian/rules
index b5eec61..ba95c3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,11 @@
 override_dh_auto_test:
 	for f in feed scan pass; do perl -c clive$$f || exit 1; done
 
+override_dh_installexamples:
+	mv configrc config
+	dh_installexamples
+	mv config configrc
+
 build:
 	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

-- 
packaging of clive-utils



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