[libcgi-xmlform-perl] 10/14: Move dh_install{examples, docs} parameters to debian/{examples, docs}

Axel Beckert abe at deuxchevaux.org
Sat Dec 14 01: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 libcgi-xmlform-perl.

commit a5d6117b6e86099094f77edad01132839cf4bb15
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 02:34:45 2013 +0100

    Move dh_install{examples,docs} parameters to debian/{examples,docs}
---
 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 569c1df..1c7bfbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ libcgi-xmlform-perl (0.10-14) UNRELEASED; urgency=low
     + Remove obsolete /usr/lib/perl5 handling
     + Drop obsolete dh_clean stamp files parameters
     + Drop obsolete dh_installchangelogs parameter
+    + Move dh_install{examples,docs} parameters to debian/{examples,docs}
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:55 +0200
 
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..2bb19c3
--- /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..d146fb3
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+example*
diff --git a/debian/rules b/debian/rules
index 12233ba..345319a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,8 +46,8 @@ binary-arch:
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples example*
-	dh_installdocs TODO README
+	dh_installexamples
+	dh_installdocs
 	dh_installchangelogs
 	dh_perl
 	dh_compress

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



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