[libcoy-perl] 09/14: Move dh_install{docs, examples} parameter to debian/{docs, examples}

Axel Beckert abe at deuxchevaux.org
Tue Dec 17 20:40:24 UTC 2013


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

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

commit 19830fb8d7085c5c67023293d7203bcb22d0d3c6
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 17 21:31:52 2013 +0100

    Move dh_install{docs,examples} parameter to debian/{docs,examples}
---
 debian/changelog | 1 +
 debian/docs      | 2 ++
 debian/examples  | 1 +
 debian/rules     | 4 ++--
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 25c25e5..8ff4f2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,7 @@ libcoy-perl (0.06-7) UNRELEASED; urgency=low
     + Use dh_auto{configure,build,test,install,clean}
     + Remove obsolete dh_clean stamp file parameters
     + Drop obsolete /usr/lib/perl5 handling
+    + Move dh_install{docs,examples} parameter to debian/{docs,examples}
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:21 +0200
 
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..8f0afd6
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+ToDo
+README
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..0249292
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+demo/demo.pl
diff --git a/debian/rules b/debian/rules
index cb10024..b95b999 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,8 +46,8 @@ binary-arch:
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples demo/demo.pl
-	dh_installdocs ToDo README
+	dh_installexamples
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress

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



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