[SCM] packaging of clive-utils branch, master, updated. 2.1.4-66-g9e36024

Damyan Ivanov dmn at debian.org
Thu Apr 9 07:41:32 UTC 2009


The following commit has been merged in the master branch:
commit d83fa0584f5d0d312e3b4a5c7160160400fdfb4a
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Apr 9 10:39:09 2009 +0300

    dh_installexamples no longer needs overriding
    
    upstream moved configrc to examples/config

diff --git a/debian/changelog b/debian/changelog
index b46a344..e504066 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clive-utils (2.1.5-1) UNRELEASED; urgency=low
+
+  * New Upstream Version
+  * dh_installexamples no longer needs overriding
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 09 Apr 2009 10:29:11 +0300
+
 clive-utils (2.1.4-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/examples b/debian/examples
index 04204c7..e39721e 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1 +1 @@
-config
+examples/*
diff --git a/debian/rules b/debian/rules
index ba95c3a..b5eec61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,6 @@
 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