[Pkg-ocaml-maint-commits] [SCM] janest-core-kernel packaging branch, master, updated. upstream/109.32.00-10-g9533aee

2013-07-25 Thread Lifeng Sun
The following commit has been merged in the master branch:
commit cb9239229bec87b6213276598de2963e7dda5693
Author: Lifeng Sun lifong...@gmail.com
Date:   Fri Jul 26 09:12:02 2013 +0800

debian/libcore-kernel-ocaml-dev.install.in: change OPT to DYN for *.cmxs 
files.

diff --git a/debian/libcore-kernel-ocaml-dev.install.in 
b/debian/libcore-kernel-ocaml-dev.install.in
index 02ddd60..8903c88 100644
--- a/debian/libcore-kernel-ocaml-dev.install.in
+++ b/debian/libcore-kernel-ocaml-dev.install.in
@@ -6,4 +6,4 @@
 @OCamlStdlibDir@/core_kernel/*.mli
 @OCamlStdlibDir@/core_kernel/*.h
 OPT: @OCamlStdlibDir@/core_kernel/*.cmxa
-OPT: @OCamlStdlibDir@/core_kernel/*.cmxs
+DYN: @OCamlStdlibDir@/core_kernel/*.cmxs

-- 
janest-core-kernel packaging

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


[Pkg-ocaml-maint-commits] [SCM] janest-core-kernel packaging branch, master, updated. upstream/109.32.00-10-g9533aee

2013-07-25 Thread Lifeng Sun
The following commit has been merged in the master branch:
commit 422958819e21ee23b619171ced6f1ccf76c124d9
Merge: 60295e209046472985db2c5870a5fd124ccd02e6 
c333cff7829dd542fbbab97dc1556e26b6e6b753
Author: Lifeng Sun lifong...@gmail.com
Date:   Fri Jul 26 09:16:00 2013 +0800

Merge tag 'upstream/109.33.00'

Upstream version 109.33.00


-- 
janest-core-kernel packaging

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


[Pkg-ocaml-maint-commits] [SCM] janest-core-kernel packaging branch, master, updated. upstream/109.32.00-10-g9533aee

2013-07-25 Thread Lifeng Sun
The following commit has been merged in the master branch:
commit 6a216383fc992642aba766ad05932a46d610062b
Merge: 422958819e21ee23b619171ced6f1ccf76c124d9 
5dd4f601bd14f31062ab3b0e4f5cf697e93b2277
Author: Lifeng Sun lifong...@gmail.com
Date:   Fri Jul 26 09:16:04 2013 +0800

Merge tag 'upstream/109.34.00'

Upstream version 109.34.00


-- 
janest-core-kernel packaging

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


[Pkg-ocaml-maint-commits] [SCM] janest-core-kernel packaging branch, master, updated. upstream/109.32.00-10-g9533aee

2013-07-25 Thread Lifeng Sun
The following commit has been merged in the master branch:
commit 9533aee3a07b217367388b711481fc03b69827bc
Author: Lifeng Sun lifong...@gmail.com
Date:   Fri Jul 26 11:20:14 2013 +0800

fix documentation to avoid FTBFS.

diff --git a/debian/changelog b/debian/changelog
index 9673970..7e69b14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-janest-core-kernel (109.32.00-1) UNRELEASED; urgency=low
+janest-core-kernel (109.35.00-1~exp1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #xx)
+  * Initial release (Closes: #717760)
 
- -- Lifeng Sun lifong...@gmail.com  Tue, 23 Jul 2013 22:28:56 +0800
+ -- Lifeng Sun lifong...@gmail.com  Fri, 26 Jul 2013 09:03:40 +0800
diff --git a/debian/patches/fix-documentation-to-avoid-FTBFS.patch 
b/debian/patches/fix-documentation-to-avoid-FTBFS.patch
new file mode 100644
index 000..bcd7a64
--- /dev/null
+++ b/debian/patches/fix-documentation-to-avoid-FTBFS.patch
@@ -0,0 +1,14 @@
+fix documentation to avoid FTBFS.
+
+--- a/lib/heap.mli
 b/lib/heap.mli
+@@ -14,7 +14,8 @@
+ type 'a t with sexp_of
+ 
+ (** [value_exn t] return the value in the heap controlled by this token 
if the value
+-is still in the heap.  @raise otherwise. *)
++is still in the heap.  Otherwise raises an error with message
++Option.value_exn None. *)
+ val value_exn : 'a t - 'a
+   end
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..2e4badb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-documentation-to-avoid-FTBFS.patch

-- 
janest-core-kernel packaging

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