[Pkg-ocaml-maint-commits] [SCM] ocaml-sqlexpr packaging branch, master, updated. debian/0.2.3-1-18-gef52d2a

Stephane Glondu steph at glondu.net
Sat Dec 3 14:02:51 UTC 2011


The following commit has been merged in the master branch:
commit 7bd155ca9d7619549a4ee9c6bd43c9bb978fa9b6
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Dec 3 14:21:39 2011 +0100

    Remove buggy @param directive that makes ocamldoc choke

diff --git a/debian/patches/0001-Remove-buggy-param-directive.patch b/debian/patches/0001-Remove-buggy-param-directive.patch
new file mode 100644
index 0000000..a3f02dc
--- /dev/null
+++ b/debian/patches/0001-Remove-buggy-param-directive.patch
@@ -0,0 +1,23 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 3 Dec 2011 14:21:23 +0100
+Subject: Remove buggy @param directive
+
+ocamldoc doesn't like it.
+---
+ sqlexpr_sqlite.mli |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/sqlexpr_sqlite.mli b/sqlexpr_sqlite.mli
+index 122f51a..bf501a5 100644
+--- a/sqlexpr_sqlite.mli
++++ b/sqlexpr_sqlite.mli
+@@ -53,7 +53,7 @@ sig
+ 
+ 
+   (** Open the DB whose filename is given. [":memory:"] refers to an in-mem DB.
+-    * @param [init] function to be applied to [Sqlite3.db] handle(s) before
++    * [init] function to be applied to [Sqlite3.db] handle(s) before
+     * they are used (can be used to register functions or initialize schema in
+     * in-mem tables. *)
+   val open_db : ?init:(Sqlite3.db -> unit) -> string -> db
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a1b4f47
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-buggy-param-directive.patch

-- 
ocaml-sqlexpr packaging



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