[Pkg-ocaml-maint-commits] [SCM] biniou packaging branch, master, updated. debian/0.9.1-1-5-g9ecb068

Stephane Glondu steph at glondu.net
Sun Jul 10 22:05:03 UTC 2011


The following commit has been merged in the master branch:
commit 854658297eaf740bd6483ac7a87a004485c8f766
Merge: 3acfe4ec7d884b9c457c03e8b1e42ba523e06c88 6481d9e26f405223ab0aafae5bd1883895b32900
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jul 7 11:59:04 2011 +0200

    Merge commit 'upstream/1.0.0'

diff --combined Makefile
index 4961c97,a465f04..3fdd15b
--- a/Makefile
+++ b/Makefile
@@@ -1,6 -1,6 +1,6 @@@
- # $Id: Makefile 51 2010-09-13 20:28:14Z mjambon $
+ # $Id: Makefile 63 2010-12-05 06:40:24Z mjambon $
  
- VERSION = 0.9.1
+ VERSION = 1.0.0
  
  FLAGS = -dtypes
  PACKS = easy-format
@@@ -25,8 -25,10 +25,10 @@@ META: META.in Makefil
  	sed -e 's:@@VERSION@@:$(VERSION):' META.in > META
  
  SOURCES = bi_util.mli bi_util.ml \
+           bi_share.mli bi_share.ml \
            bi_outbuf.mli bi_outbuf.ml bi_inbuf.mli bi_inbuf.ml \
-           bi_vint.mli bi_vint.ml bi_io.mli bi_io.ml
+           bi_vint.mli bi_vint.ml bi_io.mli bi_io.ml \
+           bi_dump.ml
  
  MLI = $(filter %.mli, $(SOURCES))
  ML = $(filter %.ml, $(SOURCES))
@@@ -45,10 -47,6 +47,10 @@@ bdump: $(SOURCES) bdump.m
  	ocamlfind ocamlopt -o bdump -package $(PACKS) -linkpkg \
  		biniou.cmxa bdump.ml
  
 +bdump.byte: $(SOURCES) bdump.ml
 +	ocamlfind ocamlc -o bdump -package $(PACKS) -linkpkg \
 +		biniou.cma bdump.ml
 +
  test_biniou: $(SOURCES) test_biniou.ml
  	ocamlfind ocamlopt -o test_biniou -package "$(PACKS) unix" -linkpkg \
  		biniou.cmxa test_biniou.ml
@@@ -119,5 -117,6 +121,6 @@@ archive
  		svn commit -m "biniou version $(VERSION)"
  	cp LICENSE $$WWW/biniou-license.txt
  	cp Changes $$WWW/biniou-changes.txt
+ 	cp biniou-format.txt $$WWW/biniou-format.txt
  	echo 'let biniou_version = "$(VERSION)"' \
  		> $$WWW/biniou-version.ml

-- 
biniou packaging



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