[libalzabo-perl] 10/13: Move dh_install{, docs, examples} parameters to d/{install, docs, examples}

Axel Beckert abe at deuxchevaux.org
Thu Dec 26 05:02:37 UTC 2013


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

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

commit e698fd2c798e77eac474a518a89e9dd01b03122b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 26 05:57:05 2013 +0100

    Move dh_install{,docs,examples} parameters to d/{install,docs,examples}
---
 debian/changelog | 2 ++
 debian/docs      | 2 ++
 debian/examples  | 1 +
 debian/install   | 1 +
 debian/rules     | 6 +++---
 5 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4dd22ea..b49d72f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,8 @@ libalzabo-perl (0.92-3) UNRELEASED; urgency=low
     + Replace "dh_clean -k" with "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
     + Drop obsolete dh_{clean,installchangelogs} parameters
+    + Move dh_install{,docs,examples} parameters to
+      debian/{install,docs,examples}
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:39:22 +0100
 
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..c0f0d8a
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+eg/*
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..ab75f06
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+mason/widgets usr/share/libalzabo-perl/mason/
diff --git a/debian/rules b/debian/rules
index 7ac00ce..2f4485c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,9 +56,9 @@ binary-arch:
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_install mason/widgets usr/share/libalzabo-perl/mason/
-	dh_installdocs TODO README
-	dh_installexamples eg/*
+	dh_install
+	dh_installdocs
+	dh_installexamples
 	dh_installchangelogs
 	dh_perl
 	dh_compress

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



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