[liblingua-ispell-perl] 13/16: Move dh_installexamples parameter to debian/examples

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 02:39:30 UTC 2014


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

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

commit ca8366b90c59452305a585517f9fc0f6f2429735
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 03:34:18 2014 +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 9622b44..427434a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -54,6 +54,7 @@ liblingua-ispell-perl (0.07-6) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove obsolete /usr/lib/perl5 handling
     + Remove obsolete dh_{clean,installchangelogs} parameters
+    + Move dh_installexamples parameter to debian/examples
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:58 +0200
 
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..be8ff6a
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+spellcheck
diff --git a/debian/rules b/debian/rules
index 33dc493..c0a2a17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ binary-arch:
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples spellcheck
+	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/liblingua-ispell-perl.git



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