[liblingua-preferred-perl] 07/16: Move dh_installdocs parameter to debian/docs
Axel Beckert
abe at deuxchevaux.org
Wed Dec 11 01:43:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository liblingua-preferred-perl.
commit 499e8a9f4955eea9490e2cb566f913409cca0163
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Wed Dec 11 02:30:58 2013 +0100
Move dh_installdocs parameter to debian/docs
---
debian/changelog | 1 +
debian/docs | 1 +
debian/rules | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 814ef7c..8346152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ liblingua-preferred-perl (0.2.4-4) UNRELEASED; urgency=low
+ Fix lintian warning debian-rules-missing-recommended-target
+ Use dh_auto_{configure,build,test,install,clean}
+ Drop obsolete manual cleaning of stamp files
+ + Move dh_installdocs parameter to debian/docs
-- Frank Lichtenheld <djpig at debian.org> Thu, 01 Nov 2007 16:37:04 +0100
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
index 1de4fcd..bd0a266 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ binary-arch:
binary-indep: build install
dh_testdir
dh_testroot
- dh_installdocs README
+ dh_installdocs
dh_installchangelogs Changes
dh_strip
dh_fixperms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblingua-preferred-perl.git
More information about the Pkg-perl-cvs-commits
mailing list