[libcgi-xml-perl] 10/14: Move dh_installexamples parameter to debian/examples

Axel Beckert abe at deuxchevaux.org
Sat Dec 14 00:57:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libcgi-xml-perl.

commit c6419e8b382bb07063fadea5fe9ed703cd30c926
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 01:42:07 2013 +0100

    Move dh_installexamples parameter to debian/examples
---
 debian/changelog | 1 +
 debian/examples  | 1 +
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7ab2fea..b7b06d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,6 +51,7 @@ libcgi-xml-perl (0.1-14) UNRELEASED; urgency=low
     + Remove obsolete /usr/lib/perl5 handling
     + Drop obsolete dh_clean stamp files parameters
     + Drop obsolete dh_installchangelogs parameter
+    + Move dh_installexamples parameter to debian/examples
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:54 +0200
 
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
index 8edcf9d..c0a2a17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ binary-arch:
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples examples/*
+	dh_installexamples
 	dh_installdocs
 	dh_installchangelogs
 	dh_perl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-xml-perl.git



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