[Pkg-ocaml-maint-commits] [SCM] ocamlgraph packaging branch, master, updated. debian/1.0-2-11-g435c98c

Mehdi Dogguy dogguy at pps.jussieu.fr
Sat Jul 4 23:12:05 UTC 2009


The following commit has been merged in the master branch:
commit a3c1c3d9f8a98cead98ea4862728a0fe77a229a0
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Sun Jul 5 00:34:04 2009 +0200

    Fix typo in patch

diff --git a/debian/patches/01_makefile.dpatch b/debian/patches/01_makefile.dpatch
index 3fade77..809ef53 100755
--- a/debian/patches/01_makefile.dpatch
+++ b/debian/patches/01_makefile.dpatch
@@ -34,14 +34,14 @@ diff -urNad ocamlgraph~/Makefile.in ocamlgraph/Makefile.in
 +ifdef OCAMLFIND
 +install-findlib: META install-bin
 +ifeq ($(OCAMLBEST),opt)
-+	$(OCAMLFIND) install ocamlgraph META $(SRCDIR)/*.mli $(SRCDIR)/view_graph/*.mli view_graph/viewGraph_test.ml \
++	$(OCAMLFIND) install ocamlgraph META $(SRCDIR)/*.mli view_graph/*.mli view_graph/viewGraph_test.ml \
 +		graph$(LIBEXT) graph.cmx graph.o graph.cmo graph.cmi $(CMA) $(CMXA) \
 +		$(VIEWER_CMX) $(VIEWER_CMO) $(VIEWER_CMI) $(VIEWER_OFILES)
  else
 -	cp -f $(BINDIR)/graph-editor.opt $(BINDIR)/graph-editor$(EXE)
 -	cp -f $(BINDIR)/graph-viewer.opt $(BINDIR)/graph-viewer$(EXE)
 -endif
-+	$(OCAMLFIND) install ocamlgraph META $(SRCDIR)/*.mli $(SRCDIR)/view_graph/*.mli \
++	$(OCAMLFIND) install ocamlgraph META $(SRCDIR)/*.mli view_graph/*.mli \
 +		graph.cmo graph.cmi $(CMA) view_graph/viewGraph_test.ml \
 +		$(VIEWER_CMO) $(VIEWER_CMI)
  endif

-- 
ocamlgraph packaging



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