The following commit has been merged in the master branch:
commit a3c1c3d9f8a98cead98ea4862728a0fe77a229a0
Author: Mehdi Dogguy <dog...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to