[libvorbis] 01/02: Fix lintian warning "wrong-name-for-upstream-changelog" by using "dh_installchangelogs" instead of "dh_installdocs" for the upstream changelog.
Petter Reinholdtsen
pere at moszumanska.debian.org
Fri Oct 24 05:11:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch new-uploaders
in repository libvorbis.
commit 956cb97dbec3d66b610a442f3b2e684b8be049c1
Author: Martin Steghöfer <martin at steghoefer.eu>
Date: Sun Oct 19 19:25:02 2014 +0200
Fix lintian warning "wrong-name-for-upstream-changelog" by using "dh_installchangelogs" instead of "dh_installdocs" for the upstream changelog.
---
debian/docs | 1 -
debian/rules | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index da278be..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-CHANGES
diff --git a/debian/rules b/debian/rules
index a72c893..d226b5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,6 @@ override_dh_install:
rm debian/tmp/usr/share/doc/libvorbis-*/doxygen-build.stamp
sed -i "/dependency_libs/ s/'.*'/''/" `find -name '*.la'`
dh_install
+
+override_dh_installchangelogs:
+ dh_installchangelogs CHANGES
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xiph/libvorbis.git
More information about the pkg-xiph-commits
mailing list