[Pkg-ocaml-maint-commits] [coinst] 06/07: Update patch make_byte

Mehdi Dogguy mehdi at moszumanska.debian.org
Fri Jan 17 21:56:48 UTC 2014


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

mehdi pushed a commit to branch master
in repository coinst.

commit add7f3ee8a89025d6079fc47b76d1a2c1bb4a525
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Fri Jan 17 22:47:51 2014 +0100

    Update patch make_byte
---
 debian/changelog         | 1 +
 debian/patches/make_byte | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ddf56d..1a93bec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ coinst (1.9.1-1) UNRELEASED; urgency=low
     directory upon import using git-import-orig.
   * Import new upstream (minor) release
     - Remove no longer needed 0001-Fixed-to-compile-with-OCaml-4.01.patch 
+    - Update patch make_byte 
 
  -- Mehdi Dogguy <mehdi at debian.org>  Fri, 17 Jan 2014 21:47:36 +0100
 
diff --git a/debian/patches/make_byte b/debian/patches/make_byte
index f1a9e0b..2855496 100644
--- a/debian/patches/make_byte
+++ b/debian/patches/make_byte
@@ -19,11 +19,12 @@
 +dlltask_stubs.so: task_stubs.o
 +	ocamlmklib -o task_stubs $^
  
- $(COINST): $(OBJS) cudf_lib.cmx coinst.cmx
+ $(COINST): $(OBJS) cudf_lib.cmx coinst_json.cmx coinst.cmx
  	$(OCAMLOPT) -o $@  $(OPTLINKFLAGS) $^ $(LINKFLAGS)
  
- $(COINST).byte: $(OBJS:.cmx=.cmo) cudf_lib.cmo coinst.cmo
+-$(COINST).byte: $(OBJS:.cmx=.cmo) cudf_lib.cmo coinst.cmo
 -	$(OCAMLC) -o $@  $(OPTLINKFLAGS) $^ $(LINKFLAGS)
++$(COINST).byte: $(OBJS:.cmx=.cmo) cudf_lib.cmo coinst_json.cmo coinst.cmo
 +	$(OCAMLC) -o $@  $(BYTELINKFLAGS) $^ $(LINKFLAGS)
 +	cp $@ $(COINST)
  

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



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