[Pkg-ocaml-maint-commits] [ocaml-doc] 01/01: surpress installation of *.in files by dh_installdocs

Ralf Treinen treinen at moszumanska.debian.org
Tue Feb 4 20:34:45 UTC 2014


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

treinen pushed a commit to branch master
in repository ocaml-doc.

commit fee4a4475019fc3e9eb546aa824a927a3c93a7c0
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue Feb 4 21:16:18 2014 +0100

    surpress installation of *.in files by dh_installdocs
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 41acf73..3e8edf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-doc (4.01-2) UNRELEASED; urgency=low
+
+  * dh_installdocs: Do not install *.in files (closes: #737617)
+
+ -- Ralf Treinen <treinen at debian.org>  Tue, 04 Feb 2014 21:15:13 +0100
+
 ocaml-doc (4.01-1) unstable; urgency=low
 
   * Import 4.01 version.
diff --git a/debian/rules b/debian/rules
index 7fa92b8..31633c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,8 @@ override_dh_auto_build:
 override_dh_compress:
 	dh_compress -X.pdf
 
+override_dh_installdocs:
+	dh_installdocs -X.in
+
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-doc.git



More information about the Pkg-ocaml-maint-commits mailing list