[Pkg-ocaml-maint-commits] [ocaml-sqlexpr] 04/08: Apply patches

Dmitrijs Ledkovs xnox at alioth.debian.org
Tue Sep 3 22:28:53 UTC 2013


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

xnox pushed a commit to branch master
in repository ocaml-sqlexpr.

commit 593979a64abc0d0e142994dd6e271fa5f933ec4e
Author: Dmitrijs Ledkovs <dmitrij.ledkov at ubuntu.com>
Date:   Tue Sep 3 23:10:21 2013 +0100

    Apply patches
---
 .pc/.quilt_patches                                                   |    1 +
 .pc/.quilt_series                                                    |    1 +
 .pc/.version                                                         |    1 +
 .../0001-Remove-buggy-param-directive.patch/sqlexpr_sqlite.mli       |    0
 .pc/applied-patches                                                  |    1 +
 sqlexpr_sqlite.mli                                                   |    2 +-
 6 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
new file mode 100644
index 0000000..6857a8d
--- /dev/null
+++ b/.pc/.quilt_patches
@@ -0,0 +1 @@
+debian/patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/.pc/.version b/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/.pc/0001-Remove-buggy-param-directive.patch/.timestamp b/.pc/0001-Remove-buggy-param-directive.patch/.timestamp
new file mode 100644
index 0000000..e69de29
diff --git a/sqlexpr_sqlite.mli b/.pc/0001-Remove-buggy-param-directive.patch/sqlexpr_sqlite.mli
similarity index 100%
copy from sqlexpr_sqlite.mli
copy to .pc/0001-Remove-buggy-param-directive.patch/sqlexpr_sqlite.mli
diff --git a/.pc/applied-patches b/.pc/applied-patches
new file mode 100644
index 0000000..a1b4f47
--- /dev/null
+++ b/.pc/applied-patches
@@ -0,0 +1 @@
+0001-Remove-buggy-param-directive.patch
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

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



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