[Pkg-ocaml-maint-commits] [ocaml] 02/03: Tell dh_installdocs to ignore README.Debian (see #868204)
Stéphane Glondu
glondu at moszumanska.debian.org
Thu Jul 13 09:14:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch debian/sid
in repository ocaml.
commit 197b97907b8418b5a6621fff1e159e574aac993e
Author: Stephane Glondu <steph at glondu.net>
Date: Thu Jul 13 10:42:05 2017 +0200
Tell dh_installdocs to ignore README.Debian (see #868204)
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 438b0d0..b54423a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -295,3 +295,7 @@ ifeq (,$(DEB_TEST_BUILD_PREFIX))
cd testsuite && make all
endif
endif
+
+.PHONY: override_dh_installdocs
+override_dh_installdocs:
+ dh_installdocs --ignore debian/README.Debian
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git
More information about the Pkg-ocaml-maint-commits
mailing list