[Pkg-ocaml-maint-commits] [SCM] ocamlgraph packaging branch, master, updated. debian/1.3+debian-1-2-g49e76d8

Mehdi Dogguy mehdi at debian.org
Mon Mar 22 21:11:19 UTC 2010


The following commit has been merged in the master branch:
commit 49e76d8a96fb74474290dd6cd31f0cfa5afb6eb0
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Mar 18 10:51:06 2010 +0100

    minor changes

diff --git a/debian/rules b/debian/rules
index dac8c40..8fe2749 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,9 +38,9 @@ install/libocamlgraph-ocaml-dev:: install/libocamlgraph-ocaml-doc
 	for file in dgraph.cmx viewGraph_select.mli dGraphRandModel.mli viewgraph.cmo \
 		dGraphViewItem.mli dGraphModel.mli dgraph.cmo viewgraph.cmx viewgraph.cmi \
 		dgraph.cmi viewgraph.o dgraph.o dGraphView.mli viewGraph_utils.mli viewGraph_core.mli; do \
-		[ ! -f $(CURDIR)/debian/$(DEV_PKG)/$(OCAML_STDLIB_DIR)/ocamlgraph/$$file] || \
-			mv $(CURDIR)/debian/$(DEV_PKG)/$(OCAML_STDLIB_DIR)/ocamlgraph/$$file \
-				$(CURDIR)/debian/$(VIW_PKG)/$(OCAML_STDLIB_DIR)/ocamlgraph/; \
+		[ ! -f "$(CURDIR)/debian/$(DEV_PKG)$(OCAML_STDLIB_DIR)/ocamlgraph/$$file" ] || \
+			mv "$(CURDIR)/debian/$(DEV_PKG)$(OCAML_STDLIB_DIR)/ocamlgraph/$$file" \
+				"$(CURDIR)/debian/$(VIW_PKG)$(OCAML_STDLIB_DIR)/ocamlgraph/"; \
 	done
 
 DEB_STRIP_EXCLUDE += usr/bin/ocamlgraph-editor.byte usr/bin/ocamlgraph-viewer.byte

-- 
ocamlgraph packaging



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