[Pkg-ocaml-maint-commits] [SCM] ocamlgraph packaging branch, master, updated. debian/1.7-1-15-g24cc7c2

Stephane Glondu steph at glondu.net
Sat Dec 3 17:11:52 UTC 2011


The following commit has been merged in the master branch:
commit d7a07bb57e727e85e2ff8981d3516315cec471fb
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Dec 3 17:53:08 2011 +0100

    Fix permissions on *.mli files (Lintian)

diff --git a/debian/rules b/debian/rules
index 56f1238..385c659 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ DEB_MAKE_INSTALL_TARGET = install \
 OCAML_DHOCAML_FLAGS += --nodefined-map $(DEV_PKG):Dgraph
 
 install/libocamlgraph-ocaml-dev:: install/libocamlgraph-ocaml-doc
+	find $(CURDIR)/debian -name '*.mli' -exec chmod 644 '{}' ';'
 	mkdir -p $(CURDIR)/debian/$(VIW_PKG)/$(OCAML_STDLIB_DIR)/ocamlgraph/
 	for file in dgraph.cmx viewGraph_select.mli dGraphRandModel.mli viewgraph.cmo \
 		dGraphViewItem.mli dGraphModel.mli dgraph.cmo viewgraph.cmx viewgraph.cmi \

-- 
ocamlgraph packaging



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