[Pkg-ocaml-maint-commits] [ocaml-csv] 04/07: Fix Vcs-Git

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-csv.

commit eed85942e420868b9744f3dc6fa57e12c6d0263d
Author: Stephane Glondu 
Date:   Wed Aug 3 11:35:35 2016 +0200

Fix Vcs-Git
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 54dbdae..8635c24 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
 Standards-Version: 3.9.6
 Section: ocaml
 Homepage: http://forge.ocamlcore.org/projects/csv/
-Vcs-Git: 
https://anonscm.debian.org/git/git/pkg-ocaml-maint/packages/ocaml-csv.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-csv.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/ocaml-csv.git
 
 Package: libcsv-ocaml-dev

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

___
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] [ocaml-csv] 01/01: pristine-tar data for ocaml-csv_1.5.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository ocaml-csv.

commit a15a3da4fafddbe9e442616931495c782cd8eab8
Author: Stephane Glondu 
Date:   Wed Aug 3 11:27:27 2016 +0200

pristine-tar data for ocaml-csv_1.5.orig.tar.gz
---
 ocaml-csv_1.5.orig.tar.gz.delta | Bin 0 -> 1784 bytes
 ocaml-csv_1.5.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ocaml-csv_1.5.orig.tar.gz.delta b/ocaml-csv_1.5.orig.tar.gz.delta
new file mode 100644
index 000..ffa09c0
Binary files /dev/null and b/ocaml-csv_1.5.orig.tar.gz.delta differ
diff --git a/ocaml-csv_1.5.orig.tar.gz.id b/ocaml-csv_1.5.orig.tar.gz.id
new file mode 100644
index 000..a67738e
--- /dev/null
+++ b/ocaml-csv_1.5.orig.tar.gz.id
@@ -0,0 +1 @@
+3e047798e105272301c4deef7b292d2d2b1e9f58

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

___
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] [ocaml-csv] branch master updated (950478b -> a504639)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository ocaml-csv.

  from  950478b   Update changelog and prepare upload to unstable
   new  a33a6f0   Imported Upstream version 1.5
   new  3364973   Merge tag 'upstream/1.5'
   new  9c5d95a   New upstream release
   new  eed8594   Fix Vcs-Git
   new  fa0ea25   Fix short license name
   new  f63dcf5   Bump Standards-Version to 3.9.8
   new  a504639   Update changelog and prepare upload to unstable

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .merlin |   3 ++
 Makefile|   7 ++-
 _oasis  |   3 +-
 _oasis_remove_.ml   |   7 +++
 csv.install |   6 +++
 debian/changelog|   8 +++
 debian/control  |   4 +-
 debian/copyright|   2 +-
 examples/csvtool.ml | 139 
 opam/descr  |   8 +++
 opam/findlib|   1 +
 opam/opam   |  33 +
 src/csv.ml  |  22 -
 src/csv.mli |  10 
 14 files changed, 171 insertions(+), 82 deletions(-)
 create mode 100644 .merlin
 create mode 100644 _oasis_remove_.ml
 create mode 100644 csv.install
 create mode 100644 opam/descr
 create mode 100644 opam/findlib
 create mode 100644 opam/opam

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

___
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] [ocaml-csv] 01/07: Imported Upstream version 1.5

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-csv.

commit a33a6f0e04bd874e3efd24e029c506d67dcddcdb
Author: Stephane Glondu 
Date:   Wed Aug 3 11:27:27 2016 +0200

Imported Upstream version 1.5
---
 .merlin |   3 ++
 Makefile|   7 ++-
 _oasis  |   3 +-
 _oasis_remove_.ml   |   7 +++
 csv.install |   6 +++
 examples/csvtool.ml | 139 
 opam/descr  |   8 +++
 opam/findlib|   1 +
 opam/opam   |  33 +
 src/csv.ml  |  22 -
 src/csv.mli |  10 
 11 files changed, 160 insertions(+), 79 deletions(-)

diff --git a/.merlin b/.merlin
new file mode 100644
index 000..11c5393
--- /dev/null
+++ b/.merlin
@@ -0,0 +1,3 @@
+S src
+S examples
+B _build/**
diff --git a/Makefile b/Makefile
index d93511a..190cb84 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PKGVERSION  = $(shell oasis query version)
 PKG_TARBALL = $(PKGNAME)-$(PKGVERSION).tar.gz
 
 DISTFILES   = LICENSE.txt INSTALL.txt README.md _oasis \
-  _tags Makefile setup.ml \
+  _tags Makefile setup.ml _oasis_remove_.ml csv.install \
   $(filter-out %~, $(wildcard src/*) $(wildcard examples/*) $(wildcard 
tests/*))
 
 WEB = shell.forge.ocamlcore.org:/home/groups/csv/htdocs
@@ -30,8 +30,11 @@ csvtool: all
./csvtool.native pastecol 1-3 2,1,2 \
  tests/testcsv9.csv tests/testcsv9.csv
 
+opam csv.install: _oasis
+   oasis2opam --local
+
 # "Force" a tag to be defined for each released tarball
-dist tar: setup.ml
+dist tar: setup.ml opam
@ if [ -z "$(PKGNAME)" ]; then echo "PKGNAME not defined"; exit 1; fi
@ if [ -z "$(PKGVERSION)" ]; then \
echo "PKGVERSION not defined"; exit 1; fi
diff --git a/_oasis b/_oasis
index 86f74b8..4b036d0 100644
--- a/_oasis
+++ b/_oasis
@@ -1,7 +1,7 @@
 #  -*-conf-*-
 OASISFormat: 0.4
 Name:csv
-Version: 1.4.2
+Version: 1.5
 Synopsis:A pure OCaml library to read and write CSV files.
 Description: This is a pure OCaml library to read and write CSV files, 
   including all extensions used by Excel — e.g. quotes, newlines, 
@@ -63,6 +63,7 @@ Test conformity
   Run: true
 
 Executable test_header
+  Build$: flag(tests)
   Path:   tests/
   MainIs: test_header.ml
   BuildDepends:   csv
diff --git a/_oasis_remove_.ml b/_oasis_remove_.ml
new file mode 100644
index 000..0d23853
--- /dev/null
+++ b/_oasis_remove_.ml
@@ -0,0 +1,7 @@
+open Printf
+
+let () =
+  let dir = Sys.argv.(1) in
+  (try Sys.chdir dir
+   with _ -> eprintf "Cannot change directory to %s\n%!" dir);
+  exit (Sys.command "ocaml setup.ml -uninstall")
diff --git a/csv.install b/csv.install
new file mode 100644
index 000..c6cfc2d
--- /dev/null
+++ b/csv.install
@@ -0,0 +1,6 @@
+etc: [
+  "setup.ml"
+  "setup.data"
+  "setup.log"
+  "_oasis_remove_.ml"
+]
diff --git a/examples/csvtool.ml b/examples/csvtool.ml
index d2ece8a..274ffa8 100644
--- a/examples/csvtool.ml
+++ b/examples/csvtool.ml
@@ -71,6 +71,34 @@ let take n l =
   dummy.tl
 (*-- end of extlib code *)
 
+(** Generic [iter] function reading a list of CSV files.  The function
+[f] can raise [Exit] to mean that no further processing should be done. *)
+let csv_iter ~input_sep ~f files =
+  try
+List.iter (fun filename ->
+let fh = if filename = "-" then stdin else open_in filename in
+let csv_in = Csv.of_channel ~separator:input_sep fh in
+try (f filename csv_in : unit);
+Csv.close_in csv_in;
+with e -> Csv.close_in csv_in; raise e
+  ) files
+  with Exit -> ()
+
+let iter_csv_rows ~input_sep ~f files =
+  csv_iter ~input_sep files ~f:(fun _ csv_in -> Csv.iter ~f csv_in)
+
+(** Generic [fold] function on a list of CSV files. *)
+let csv_fold ~input_sep ~f ~init files =
+  List.fold_left (fun a filename ->
+  let fh = if filename = "-" then stdin else open_in filename in
+  let csv_in = Csv.of_channel ~separator:input_sep fh in
+  let a = f a csv_in in
+  Csv.close_in csv_in;
+  a
+) init files
+
+
+
 (* Parse column specs. *)
 type colspec = range list
 and range =
@@ -94,7 +122,7 @@ let parse_colspec ~count_zero colspec =
  Col (int_of_string col)
 )
   with
-Failure "int_of_string" ->
+Failure _ ->
   failwith (colspec ^ ":" ^ col ^ ": invalid column-spec")
   ) cols in
 
@@ -124,7 +152,7 @@ let cols_of_colspec colspec row =
 | [] -> []
 | Col c :: rest ->
 (try List.nth row c
- with Failure "nth" -> "") :: loop rest
+ with Failure _ -> "") :: loop rest
 | Range (s, e) :: rest ->
 let width = e-s+1 in
 let range = take width (drop s row) in
@@ -137,73 +165,49 @@ let cols_of_colspec colspec row =
 
 (* The actual co

[Pkg-ocaml-maint-commits] [ocaml-csv] 03/07: New upstream release

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-csv.

commit 9c5d95a8c4619c2f0a8307e96e73e2c9b7d8511a
Author: Stephane Glondu 
Date:   Wed Aug 3 11:27:34 2016 +0200

New upstream release
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e3cbaef..fad0a1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-csv (1.5-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Stéphane Glondu   Wed, 03 Aug 2016 11:27:30 +0200
+
 ocaml-csv (1.4.2-1) unstable; urgency=medium
 
   * New upstream release

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

___
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] [ocaml-csv] 02/07: Merge tag 'upstream/1.5'

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-csv.

commit 3364973838976daf0ee25665585a6f13e7012f39
Merge: 950478b a33a6f0
Author: Stephane Glondu 
Date:   Wed Aug 3 11:27:27 2016 +0200

Merge tag 'upstream/1.5'

Upstream version 1.5

 .merlin |   3 ++
 Makefile|   7 ++-
 _oasis  |   3 +-
 _oasis_remove_.ml   |   7 +++
 csv.install |   6 +++
 examples/csvtool.ml | 139 
 opam/descr  |   8 +++
 opam/findlib|   1 +
 opam/opam   |  33 +
 src/csv.ml  |  22 -
 src/csv.mli |  10 
 11 files changed, 160 insertions(+), 79 deletions(-)

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

___
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] [ocaml-csv] annotated tag debian/1.5-1 created (now 54a59da)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.5-1
in repository ocaml-csv.

at  54a59da   (tag)
   tagging  a5046397fc6c0f0ae07d146174b06f51fc30dca0 (commit)
  replaces  debian/1.4.2-1
 tagged by  Stephane Glondu
on  Wed Aug 3 11:40:58 2016 +0200

- Log -
ocaml-csv Debian release 1.5-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJXobwqAAoJEHhT2k1JiBrT/hsQAJqrtyilZF9dL/8ePZ7emRv+
YATxMrTGUolkOBku316pkJpJ6H18R2Vq75t1aHAIfPk+yTcBUMmpt2epbGCvDcFh
AA8x2vOJhwJysX62g10o0IoGfoVBGyHXMS7r/un214tJMZ2G5RpHhRfkfyDVFs1m
/Jx/A+53jj5u5Yl5L0b1PI4v3kUk4qHmutY5xXg08nV59ceTnCQHPLgJBnDq3oeP
X99ZwA54WstKyDxgiPIb+Kj653cSYrL57bw7ugmvToZo41qTo2pY99RNz7SNyMIf
p8GHO9NR/mKXr1gpKIw7aHnFvhT2e1SbjIUAuu2/uVqRwajXGxjmRzb7z+332lSK
VcMv4n41YRXIxdPcRUi1MV000bT+N8SUTHZulDoTHnn62j7XM/RZ4jm+W57jC0K+
S6Ofej6Q2SaRhYac72wVv6QQwsBQuXjCD8FTZCEvc9QtOTYzNjWTSNsdr2st/UTe
AmDvJnL2bialDnC+d6ue5tYk/8YFI0b7NYZJuYgOZXaaWZXiOaAWVhDTpQ/ox/b8
YzidjJb+uYFpeUdBqF7XnR0WuSVhv7DEATpIgdmPWnzaxEybyrsP0LqSdCykLsU1
fyPDXbh8uMb+WkNZgi1kw0Kd4tuozRmGqc+v8XwwEmLoFCtkupo6MwsAE7xeFvqo
fucpYZjQb2pjLn2v2M5f
=PmTO
-END PGP SIGNATURE-

Stephane Glondu (7):
  Imported Upstream version 1.5
  Merge tag 'upstream/1.5'
  New upstream release
  Fix Vcs-Git
  Fix short license name
  Bump Standards-Version to 3.9.8
  Update changelog and prepare upload to unstable

---

No new revisions were added by this update.

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

___
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] [ocaml-csv] branch upstream updated (825a995 -> a33a6f0)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch upstream
in repository ocaml-csv.

  from  825a995   Imported Upstream version 1.4.2
   new  a33a6f0   Imported Upstream version 1.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .merlin |   3 ++
 Makefile|   7 ++-
 _oasis  |   3 +-
 _oasis_remove_.ml   |   7 +++
 csv.install |   6 +++
 examples/csvtool.ml | 139 
 opam/descr  |   8 +++
 opam/findlib|   1 +
 opam/opam   |  33 +
 src/csv.ml  |  22 -
 src/csv.mli |  10 
 11 files changed, 160 insertions(+), 79 deletions(-)
 create mode 100644 .merlin
 create mode 100644 _oasis_remove_.ml
 create mode 100644 csv.install
 create mode 100644 opam/descr
 create mode 100644 opam/findlib
 create mode 100644 opam/opam

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

___
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] [ocaml-csv] 05/07: Fix short license name

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-csv.

commit fa0ea258692ce2f94a03f8119080fec6ebe02cd8
Author: Stephane Glondu 
Date:   Wed Aug 3 11:36:26 2016 +0200

Fix short license name
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 51bf584..e197767 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Source: https://forge.ocamlcore.org/projects/csv/
 Files: *
 Copyright: 2005-2009 Richard W.M. Jones
2005-2009 Christophe Troestler
-License: LGPL-2+ | other
+License: LGPL-2-with-linking-exception
   This package is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as
   published by the Free Software Foundation; either version 2 of the

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

___
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] [ocaml-csv] 06/07: Bump Standards-Version to 3.9.8

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-csv.

commit f63dcf50893663bd2aac0d54c5387db4a48b7dc4
Author: Stephane Glondu 
Date:   Wed Aug 3 11:36:51 2016 +0200

Bump Standards-Version to 3.9.8
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8635c24..5e8d86a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  xsltproc,
  oasis,
  docbook-xsl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Section: ocaml
 Homepage: http://forge.ocamlcore.org/projects/csv/
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-csv.git

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

___
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] [ocaml-csv] annotated tag upstream/1.5 created (now 6be0580)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/1.5
in repository ocaml-csv.

at  6be0580   (tag)
   tagging  a33a6f0e04bd874e3efd24e029c506d67dcddcdb (commit)
  replaces  upstream/1.4.2
 tagged by  Stephane Glondu
on  Wed Aug 3 11:27:27 2016 +0200

- Log -
Upstream version 1.5

Stephane Glondu (1):
  Imported Upstream version 1.5

---

No new revisions were added by this update.

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

___
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] [ocaml-csv] 07/07: Update changelog and prepare upload to unstable

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-csv.

commit a5046397fc6c0f0ae07d146174b06f51fc30dca0
Author: Stephane Glondu 
Date:   Wed Aug 3 11:37:26 2016 +0200

Update changelog and prepare upload to unstable
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fad0a1f..71173cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-ocaml-csv (1.5-1) UNRELEASED; urgency=medium
+ocaml-csv (1.5-1) unstable; urgency=medium
 
   * New upstream release
+  * Fix Vcs-Git
+  * Bump Standards-Version to 3.9.8
 
- -- Stéphane Glondu   Wed, 03 Aug 2016 11:27:30 +0200
+ -- Stéphane Glondu   Wed, 03 Aug 2016 11:37:21 +0200
 
 ocaml-csv (1.4.2-1) unstable; urgency=medium
 

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

___
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] [ocaml-csv] branch pristine-tar updated (532b032 -> a15a3da)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch pristine-tar
in repository ocaml-csv.

  from  532b032   pristine-tar data for ocaml-csv_1.4.2.orig.tar.gz
   new  a15a3da   pristine-tar data for ocaml-csv_1.5.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ocaml-csv_1.5.orig.tar.gz.delta | Bin 0 -> 1784 bytes
 ocaml-csv_1.5.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 ocaml-csv_1.5.orig.tar.gz.delta
 create mode 100644 ocaml-csv_1.5.orig.tar.gz.id

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

___
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] [biniou] 04/11: Imported Upstream version 1.0.12

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit c85b0921f35cec79e437eb253be4fa73e44c41e4
Author: Stephane Glondu 
Date:   Wed Aug 3 13:20:59 2016 +0200

Imported Upstream version 1.0.12
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index aae8631..a398630 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.0.11
+VERSION = 1.0.12
 
 FLAGS = -g -annot -bin-annot
 PACKS = easy-format
@@ -45,7 +45,7 @@ test: test_biniou$(EXE)
./$<
 
 ifndef PREFIX
-  PREFIX != dirname $$(dirname $$(which ocamlfind))
+  PREFIX = $(shell dirname $$(dirname $$(which ocamlfind)))
   export PREFIX
 endif
 

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

___
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] [biniou] 06/11: New upstream release

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit 46d6399a300f8bc26edfbc1792fb83f7224b438b
Author: Stephane Glondu 
Date:   Wed Aug 3 13:21:05 2016 +0200

New upstream release
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 97d134c..a154705 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+biniou (1.0.12-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Stéphane Glondu   Wed, 03 Aug 2016 13:21:02 +0200
+
 biniou (1.0.9-1) unstable; urgency=medium
 
   * Team upload

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

___
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] [biniou] 09/11: Update Vcs-*

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit 331c10e693bbaf2300a3ac95757458b154e5ee32
Author: Stephane Glondu 
Date:   Wed Aug 3 13:28:33 2016 +0200

Update Vcs-*
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 4d7ed66..9633ca9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends:
   libeasy-format-ocaml-dev
 Standards-Version: 3.9.5
 Homepage: https://github.com/mjambon/biniou
-Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/biniou.git
-Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/biniou.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/biniou.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/biniou.git
 
 Package: libbiniou-ocaml-dev
 Architecture: any

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

___
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] [biniou] branch pristine-tar updated (474cd22 -> efd7323)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch pristine-tar
in repository biniou.

  from  474cd22   pristine-tar data for biniou_1.0.9.orig.tar.gz
   new  849cdde   pristine-tar data for biniou_1.0.10.orig.tar.gz
   new  940a1d7   pristine-tar data for biniou_1.0.11.orig.tar.gz
   new  efd7323   pristine-tar data for biniou_1.0.12.orig.tar.gz

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 biniou_1.0.10.orig.tar.gz.delta | Bin 0 -> 1351 bytes
 biniou_1.0.10.orig.tar.gz.id|   1 +
 biniou_1.0.11.orig.tar.gz.delta | Bin 0 -> 1350 bytes
 biniou_1.0.11.orig.tar.gz.id|   1 +
 biniou_1.0.12.orig.tar.gz.delta | Bin 0 -> 1335 bytes
 biniou_1.0.12.orig.tar.gz.id|   1 +
 6 files changed, 3 insertions(+)
 create mode 100644 biniou_1.0.10.orig.tar.gz.delta
 create mode 100644 biniou_1.0.10.orig.tar.gz.id
 create mode 100644 biniou_1.0.11.orig.tar.gz.delta
 create mode 100644 biniou_1.0.11.orig.tar.gz.id
 create mode 100644 biniou_1.0.12.orig.tar.gz.delta
 create mode 100644 biniou_1.0.12.orig.tar.gz.id

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

___
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] [biniou] 02/03: pristine-tar data for biniou_1.0.11.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository biniou.

commit 940a1d70d1518cd2fe6ef3194232a64dc44a76a8
Author: Stephane Glondu 
Date:   Wed Aug 3 13:20:51 2016 +0200

pristine-tar data for biniou_1.0.11.orig.tar.gz
---
 biniou_1.0.11.orig.tar.gz.delta | Bin 0 -> 1350 bytes
 biniou_1.0.11.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/biniou_1.0.11.orig.tar.gz.delta b/biniou_1.0.11.orig.tar.gz.delta
new file mode 100644
index 000..c396d78
Binary files /dev/null and b/biniou_1.0.11.orig.tar.gz.delta differ
diff --git a/biniou_1.0.11.orig.tar.gz.id b/biniou_1.0.11.orig.tar.gz.id
new file mode 100644
index 000..ecde0b6
--- /dev/null
+++ b/biniou_1.0.11.orig.tar.gz.id
@@ -0,0 +1 @@
+21b271600f25e32e36af4b2d82d281df3ef828ab

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

___
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] [biniou] 03/03: pristine-tar data for biniou_1.0.12.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository biniou.

commit efd7323f6242ee0d93b4662913569804f2f2ce2e
Author: Stephane Glondu 
Date:   Wed Aug 3 13:20:59 2016 +0200

pristine-tar data for biniou_1.0.12.orig.tar.gz
---
 biniou_1.0.12.orig.tar.gz.delta | Bin 0 -> 1335 bytes
 biniou_1.0.12.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/biniou_1.0.12.orig.tar.gz.delta b/biniou_1.0.12.orig.tar.gz.delta
new file mode 100644
index 000..5ee2b9f
Binary files /dev/null and b/biniou_1.0.12.orig.tar.gz.delta differ
diff --git a/biniou_1.0.12.orig.tar.gz.id b/biniou_1.0.12.orig.tar.gz.id
new file mode 100644
index 000..7201c4c
--- /dev/null
+++ b/biniou_1.0.12.orig.tar.gz.id
@@ -0,0 +1 @@
+838532d491f2f41f5f96bf627bc06a0cbc52f7a6

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

___
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] [biniou] branch upstream updated (23a52ee -> c85b092)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch upstream
in repository biniou.

  from  23a52ee   Imported Upstream version 1.0.9
   new  9d70b84   Imported Upstream version 1.0.10
   new  04c490a   Imported Upstream version 1.0.11
   new  c85b092   Imported Upstream version 1.0.12

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 14 ++
 Makefile   | 90 +++---
 README.md  |  7 +++--
 3 files changed, 81 insertions(+), 30 deletions(-)
 create mode 100644 .gitignore

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

___
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] [biniou] annotated tag debian/1.0.12-1 created (now a4b96da)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.0.12-1
in repository biniou.

at  a4b96da   (tag)
   tagging  c275389105d66d955d9ea8f851c36862a083d7b0 (commit)
  replaces  debian/1.0.9-1
 tagged by  Stephane Glondu
on  Wed Aug 3 13:31:21 2016 +0200

- Log -
biniou Debian release 1.0.12-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJXodYJAAoJEHhT2k1JiBrT1+gP/36th8fKXK95BTTh6okh31bR
JjT2eQ+ae3ROMHwxEqCX5kEAMiPv+T2wJxkAg0uLISHFqCHg8n1C7PgxEFnWt8je
6LKKb4Qwr9+WOYtksLGskH4JvLwgBItIAy0ccQyQj5A+Z4yj8Z4/VACPc/EuLLnv
guqBEwUkZCds0WhcLkMhyKr4PIEu5O7Cb7IcZiuV1HlRdVxzXgRO8h4c+gDNzZdd
Bn2NquHL7KH83a/nFvqSGU2zD3sjvnnHvAUo1XBVcBJEGHPDMkn00/0lwVw6samn
apdekrUoGVNG5M3mvMeHJHDpGJJGXOGR813DYN2PHevimOhh4cqQZvpVbci1WKrW
t0UFXNOdX5Ki0guMeadnkz8VMP3AfUHZj6Yrf+SDV4SP4rVUp2AoBgkN64XpctfJ
Ckn7K1mApbpVzcOVWbuqXC7UoT54f5t1XPh+ZI7TqZJgmU9mGhDXCiQTIRPSZlnB
dCpzM3SxiAFK8uRudCc5zqSUjRaTOoSQ/FqVc/Tmv8BGFdtT+XIOTkEait6bnS7v
bumyNaAdQbFi6CKy7KSuQ/05KWAqvDdIKMUy4aOJFK6eByQFMKo+HboQ7WWuc+y0
2y7BfEpmfU0pwOP7iizYQmfSSUTLEhWMSUjlsr6zPophGwvN8TwS0SHfVD7oB8gW
wrv8CkgzZPbOf0nVHjTA
=BRph
-END PGP SIGNATURE-

Stephane Glondu (11):
  Update Homepage and debian/watch
  Imported Upstream version 1.0.10
  Imported Upstream version 1.0.11
  Imported Upstream version 1.0.12
  Merge tag 'upstream/1.0.12'
  New upstream release
  Remove obsolete patch
  Update packaging
  Update Vcs-*
  Bump Standards-Version to 3.9.8
  Update changelog and prepare upload to unstable

---

No new revisions were added by this update.

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

___
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] [biniou] 08/11: Update packaging

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit 8b1e6080e696c8572242dfb293d755264f25cd44
Author: Stephane Glondu 
Date:   Wed Aug 3 13:26:17 2016 +0200

Update packaging
---
 debian/libbiniou-ocaml-dev.install.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/libbiniou-ocaml-dev.install.in 
b/debian/libbiniou-ocaml-dev.install.in
index da0de23..a4a290c 100644
--- a/debian/libbiniou-ocaml-dev.install.in
+++ b/debian/libbiniou-ocaml-dev.install.in
@@ -1,3 +1,5 @@
+@OCamlStdlibDir@/biniou/*.annot
+@OCamlStdlibDir@/biniou/*.cmt
 @OCamlStdlibDir@/biniou/*.cmo
 @OCamlStdlibDir@/biniou/*.cmi
 @OCamlStdlibDir@/biniou/*.ml*

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

___
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] [biniou] 02/11: Imported Upstream version 1.0.10

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit 9d70b84006698a2026782917396b428a767589b9
Author: Stephane Glondu 
Date:   Wed Aug 3 13:20:46 2016 +0200

Imported Upstream version 1.0.10
---
 .gitignore | 11 +
 Makefile   | 77 +++---
 README.md  |  7 --
 3 files changed, 64 insertions(+), 31 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..2ff1963
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+*~
+*.cm[ioxat]
+*.[oa]
+*.cmx[as]
+*.cmti
+*.annot
+META
+bdump
+test-stream.dat
+test2.bin
+test_biniou
diff --git a/Makefile b/Makefile
index 824ed3b..93681b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,30 +1,36 @@
-VERSION = 1.0.9
+VERSION = 1.0.10
 
-FLAGS = -dtypes -g
+FLAGS = -g -annot -bin-annot
 PACKS = easy-format
 
-ifeq "$(shell ocamlc -config |grep os_type)" "os_type: Win32"
+ifeq "$(shell ocamlfind ocamlc -config |grep os_type)" "os_type: Win32"
 EXE=.exe
 else
 EXE=
 endif
 
-NATDYNLINK := $(shell if [ -f `ocamlc -where`/dynlink.cmxa ]; then echo YES; 
else echo NO; fi)
+BEST != if ocamlfind ocamlopt 2>/dev/null; then echo .native; else echo .byte; 
fi
+NATDYNLINK != if [ -f `ocamlfind ocamlc -where`/dynlink.cmxa ]; then echo YES; 
else echo NO; fi
 
 ifeq "${NATDYNLINK}" "YES"
 CMXS=biniou.cmxs
 endif
 
-.PHONY: default all opt install doc test
-default: all opt test_biniou$(EXE) META
-all: biniou.cma
-opt: biniou.cmxa $(CMXS) bdump$(EXE)
+.PHONY: default all byte opt install doc test
+default: all test_biniou$(EXE)
+ifeq "$(BEST)" ".native"
+all: byte opt doc META
+else
+all: byte doc META
+endif
+byte: biniou.cma bdump.byte
+opt: biniou.cmxa $(CMXS) bdump.native
 
 test: test_biniou$(EXE)
-   ./test_biniou
+   ./$<
 
 ifndef PREFIX
-  PREFIX = $(shell dirname $$(dirname $$(which ocamlfind)))
+  PREFIX != dirname $$(dirname $$(which ocamlfind))
   export PREFIX
 endif
 
@@ -44,7 +50,9 @@ SOURCES = bi_util.mli bi_util.ml \
 
 MLI = $(filter %.mli, $(SOURCES))
 ML = $(filter %.ml, $(SOURCES))
-CMI = $(ML:.ml=.cmi)
+CMI = $(MLI:.mli=.cmi)
+CMT = $(MLI:.mli=.cmt)
+ANNOT = $(MLI:.mli=.annot)
 CMO = $(ML:.ml=.cmo)
 CMX = $(ML:.ml=.cmx)
 O = $(ML:.ml=.o)
@@ -58,40 +66,51 @@ biniou.cmxa: $(SOURCES) Makefile
-o biniou.cmxa -package "$(PACKS)" $(SOURCES)
 
 biniou.cmxs: biniou.cmxa
-   ocamlopt -shared -linkall -I . -o biniou.cmxs biniou.cmxa
+   ocamlfind ocamlopt -shared -linkall -I . -o $@ $^
+
+bdump.byte: biniou.cma bdump.ml
+   ocamlfind ocamlc -o $@ $(FLAGS) \
+   -package $(PACKS) -linkpkg $^
 
-bdump$(EXE): $(SOURCES) bdump.ml
-   ocamlfind ocamlopt -o bdump$(EXE) $(FLAGS) \
-   -package $(PACKS) -linkpkg \
-   biniou.cmxa bdump.ml
+bdump.native: biniou.cmxa bdump.ml
+   ocamlfind ocamlopt -o $@ $(FLAGS) \
+   -package $(PACKS) -linkpkg $^
 
-test_biniou$(EXE): biniou.cmxa test_biniou.ml
-   ocamlfind ocamlopt -o test_biniou$(EXE) $(FLAGS) \
-   -package "$(PACKS) unix" -linkpkg \
-   biniou.cmxa test_biniou.ml
+test_biniou.byte: biniou.cma test_biniou.ml
+   ocamlfind ocamlc -o $@ $(FLAGS) \
+   -package "$(PACKS) unix" -linkpkg $^
+
+test_biniou.native: biniou.cmxa test_biniou.ml
+   ocamlfind ocamlopt -o $@ $(FLAGS) \
+   -package "$(PACKS) unix" -linkpkg $^
+
+%$(EXE): %$(BEST)
+   cp $< $@
 
 doc: doc/index.html
 doc/index.html: $(MLI)
mkdir -p doc
ocamlfind ocamldoc -d doc -html -package easy-format $(MLI)
 
-install: META
-   test ! -f bdump || cp bdump $(BINDIR)/
-   test ! -f bdump.exe || cp bdump.exe $(BINDIR)/
+install: META byte
+   if [ -f bdump.native ]; then \
+   cp bdump.native $(BINDIR)/bdump$(EXE); \
+   else \
+   cp bdump.byte $(BINDIR)/bdump$(EXE); \
+   fi
ocamlfind install biniou META \
-  $$(ls $(MLI) $(CMI) $(CMO) $(CMX) $(O) \
- biniou.cma biniou.cmxa biniou.cmxs biniou.a)
+ $(MLI) $(CMI) $(CMT) $(ANNOT) $(CMO) biniou.cma \
+ -optional $(CMX) $(O) biniou.cmxa biniou.a biniou.cmxs
 
 uninstall:
-   test ! -f $(BINDIR)/bdump || rm $(BINDIR)/bdump
-   test ! -f $(BINDIR)/bdump.exe || rm $(BINDIR)/bdump.exe
+   rm -f $(BINDIR)/bdump{.exe,}
ocamlfind remove biniou
 
 .PHONY: clean
 
 clean:
-   rm -f *.o *.a *.cm[ioxa] *.cmxa *~ *.annot
-   rm -f bdump bdump.exe test_biniou test_biniou.exe META
+   rm -f *.o *.a *.cm[ioxa] *.cmxa *~ *.annot META
+   rm -f {bdump,test_biniou}{.exe,.byte,.native,}
rm -rf doc
rm -f test.bin test_channels.bin
 
diff --git a/README.md b/README.md
index 3c6f879..193adc8 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,9 @@ of type definitions except for field and variant names which 
are
 represented by 31-bit hashes. A program named `bdump` is pr

[Pkg-ocaml-maint-commits] [biniou] 01/11: Update Homepage and debian/watch

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit bf001ec087320a1f830e63d15263440c62c6e238
Author: Stephane Glondu 
Date:   Wed Aug 3 13:17:10 2016 +0200

Update Homepage and debian/watch
---
 debian/control   | 2 +-
 debian/copyright | 3 +--
 debian/watch | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d4bd138..4d7ed66 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
   debhelper (>= 9),
   libeasy-format-ocaml-dev
 Standards-Version: 3.9.5
-Homepage: http://martin.jambon.free.fr/biniou.html
+Homepage: https://github.com/mjambon/biniou
 Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/biniou.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/biniou.git
 
diff --git a/debian/copyright b/debian/copyright
index f4dfdba..ccef55e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Biniou
-Upstream-Contact: Martin Jambon  
-Source: http://mjambon.com/easy-format.html
+Upstream-Contact: Martin Jambon 
 
 Files: *
 Copyright: Copyright (c) 2010 Martin Jambon
diff --git a/debian/watch b/debian/watch
index 6c18ed9..138cb90 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://mjambon.com/releases/biniou/biniou-(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz))
+https://github.com/mjambon/biniou/tags .*/v([\d\.]+)\.tar\.gz

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

___
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] [biniou] branch master updated (2c08b5a -> c275389)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository biniou.

  from  2c08b5a   Update changelog and prepare upload to unstable
   new  bf001ec   Update Homepage and debian/watch
   new  9d70b84   Imported Upstream version 1.0.10
   new  04c490a   Imported Upstream version 1.0.11
   new  c85b092   Imported Upstream version 1.0.12
   new  5dbf430   Merge tag 'upstream/1.0.12'
   new  46d6399   New upstream release
   new  4c15339   Remove obsolete patch
   new  8b1e608   Update packaging
   new  331c10e   Update Vcs-*
   new  18b9d74   Bump Standards-Version to 3.9.8
   new  c275389   Update changelog and prepare upload to unstable

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 14 
 Makefile   | 90 +++---
 README.md  |  7 +-
 debian/changelog   | 10 +++
 debian/control |  8 +-
 debian/copyright   |  3 +-
 debian/libbiniou-ocaml-dev.install.in  |  2 +
 ...01-byte-compilation-rules-for-executables.patch | 44 ---
 debian/patches/series  |  1 -
 debian/watch   |  2 +-
 10 files changed, 99 insertions(+), 82 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 
debian/patches/0001-byte-compilation-rules-for-executables.patch
 delete mode 100644 debian/patches/series

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

___
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] [biniou] 03/11: Imported Upstream version 1.0.11

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit 04c490a2c02e76694cd886b5dd86cf892c892869
Author: Stephane Glondu 
Date:   Wed Aug 3 13:20:51 2016 +0200

Imported Upstream version 1.0.11
---
 .gitignore |  3 +++
 Makefile   | 21 ++---
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2ff1963..76fa4f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,7 @@ META
 bdump
 test-stream.dat
 test2.bin
+*.byte
+*.native
+*.exe
 test_biniou
diff --git a/Makefile b/Makefile
index 93681b9..aae8631 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.0.10
+VERSION = 1.0.11
 
 FLAGS = -g -annot -bin-annot
 PACKS = easy-format
@@ -9,8 +9,21 @@ else
 EXE=
 endif
 
-BEST != if ocamlfind ocamlopt 2>/dev/null; then echo .native; else echo .byte; 
fi
-NATDYNLINK != if [ -f `ocamlfind ocamlc -where`/dynlink.cmxa ]; then echo YES; 
else echo NO; fi
+BEST = $(shell \
+  if ocamlfind ocamlopt 2>/dev/null; then \
+echo .native; \
+  else \
+echo .byte; \
+  fi \
+)
+
+NATDYNLINK = $(shell \
+  if [ -f `ocamlfind ocamlc -where`/dynlink.cmxa ]; then \
+echo YES; \
+  else \
+echo NO; \
+  fi \
+)
 
 ifeq "${NATDYNLINK}" "YES"
 CMXS=biniou.cmxs
@@ -18,11 +31,13 @@ endif
 
 .PHONY: default all byte opt install doc test
 default: all test_biniou$(EXE)
+
 ifeq "$(BEST)" ".native"
 all: byte opt doc META
 else
 all: byte doc META
 endif
+
 byte: biniou.cma bdump.byte
 opt: biniou.cmxa $(CMXS) bdump.native
 

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

___
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] [biniou] 01/03: pristine-tar data for biniou_1.0.10.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository biniou.

commit 849cdde3cbd2d289edb1cc87efde4c707c0202b7
Author: Stephane Glondu 
Date:   Wed Aug 3 13:20:46 2016 +0200

pristine-tar data for biniou_1.0.10.orig.tar.gz
---
 biniou_1.0.10.orig.tar.gz.delta | Bin 0 -> 1351 bytes
 biniou_1.0.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/biniou_1.0.10.orig.tar.gz.delta b/biniou_1.0.10.orig.tar.gz.delta
new file mode 100644
index 000..154e618
Binary files /dev/null and b/biniou_1.0.10.orig.tar.gz.delta differ
diff --git a/biniou_1.0.10.orig.tar.gz.id b/biniou_1.0.10.orig.tar.gz.id
new file mode 100644
index 000..860995d
--- /dev/null
+++ b/biniou_1.0.10.orig.tar.gz.id
@@ -0,0 +1 @@
+e6922c60f5de0555b4ac6ca7ad3089b1c2e97ceb

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

___
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] [biniou] annotated tag upstream/1.0.11 created (now 11546b7)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/1.0.11
in repository biniou.

at  11546b7   (tag)
   tagging  04c490a2c02e76694cd886b5dd86cf892c892869 (commit)
  replaces  upstream/1.0.10
 tagged by  Stephane Glondu
on  Wed Aug 3 13:20:51 2016 +0200

- Log -
Upstream version 1.0.11

Stephane Glondu (1):
  Imported Upstream version 1.0.11

---

No new revisions were added by this update.

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

___
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] [biniou] 10/11: Bump Standards-Version to 3.9.8

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit 18b9d74f71b30690d0ad98223ccd50855c1866d9
Author: Stephane Glondu 
Date:   Wed Aug 3 13:28:56 2016 +0200

Bump Standards-Version to 3.9.8
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9633ca9..b7e1b2b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
   dh-ocaml (>= 0.9~),
   debhelper (>= 9),
   libeasy-format-ocaml-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: https://github.com/mjambon/biniou
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/biniou.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/biniou.git

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

___
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] [biniou] 05/11: Merge tag 'upstream/1.0.12'

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit 5dbf430b590f83452e52444126735371f76eedd8
Merge: bf001ec c85b092
Author: Stephane Glondu 
Date:   Wed Aug 3 13:20:59 2016 +0200

Merge tag 'upstream/1.0.12'

Upstream version 1.0.12

 .gitignore | 14 ++
 Makefile   | 90 +++---
 README.md  |  7 +++--
 3 files changed, 81 insertions(+), 30 deletions(-)

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

___
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] [biniou] 07/11: Remove obsolete patch

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit 4c1533925165c08b0452559af307c742974e4b3a
Author: Stephane Glondu 
Date:   Wed Aug 3 13:24:07 2016 +0200

Remove obsolete patch
---
 ...01-byte-compilation-rules-for-executables.patch | 44 --
 debian/patches/series  |  1 -
 2 files changed, 45 deletions(-)

diff --git a/debian/patches/0001-byte-compilation-rules-for-executables.patch 
b/debian/patches/0001-byte-compilation-rules-for-executables.patch
deleted file mode 100644
index c827f54..000
--- a/debian/patches/0001-byte-compilation-rules-for-executables.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From: Hendrik Tews 
-Date: Thu, 11 Jul 2013 11:26:59 +0200
-Subject: byte compilation rules for executables
-

- Makefile | 12 +++-
- 1 file changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 824ed3b..8dc1862 100644
 a/Makefile
-+++ b/Makefile
-@@ -65,11 +65,21 @@ bdump$(EXE): $(SOURCES) bdump.ml
-   -package $(PACKS) -linkpkg \
-   biniou.cmxa bdump.ml
- 
-+bdump.byte: $(SOURCES) bdump.ml
-+  ocamlfind ocamlc -o bdump $(FLAGS) \
-+  -package $(PACKS) -linkpkg \
-+  biniou.cma bdump.ml
-+
- test_biniou$(EXE): biniou.cmxa test_biniou.ml
-   ocamlfind ocamlopt -o test_biniou$(EXE) $(FLAGS) \
-   -package "$(PACKS) unix" -linkpkg \
-   biniou.cmxa test_biniou.ml
- 
-+test_biniou.byte: biniou.cma test_biniou.ml
-+  ocamlfind ocamlc -o test_biniou $(FLAGS) \
-+  -package "$(PACKS) unix" -linkpkg \
-+  biniou.cma test_biniou.ml
-+
- doc: doc/index.html
- doc/index.html: $(MLI)
-   mkdir -p doc
-@@ -80,7 +90,7 @@ install: META
-   test ! -f bdump.exe || cp bdump.exe $(BINDIR)/
-   ocamlfind install biniou META \
-   $$(ls $(MLI) $(CMI) $(CMO) $(CMX) $(O) \
-- biniou.cma biniou.cmxa biniou.cmxs biniou.a)
-+ biniou.cma biniou.cmxa biniou.cmxs biniou.a bi_dump.ml)
- 
- uninstall:
-   test ! -f $(BINDIR)/bdump || rm $(BINDIR)/bdump
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 22050ca..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-byte-compilation-rules-for-executables.patch

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

___
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] [biniou] 11/11: Update changelog and prepare upload to unstable

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository biniou.

commit c275389105d66d955d9ea8f851c36862a083d7b0
Author: Stephane Glondu 
Date:   Wed Aug 3 13:29:58 2016 +0200

Update changelog and prepare upload to unstable
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a154705..e9c1c92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-biniou (1.0.12-1) UNRELEASED; urgency=medium
+biniou (1.0.12-1) unstable; urgency=medium
 
+  * Team upload
   * New upstream release
+  * Update Homepage and debian/watch
+  * Update Vcs-*
+  * Bump Standards-Version to 3.9.8
 
- -- Stéphane Glondu   Wed, 03 Aug 2016 13:21:02 +0200
+ -- Stéphane Glondu   Wed, 03 Aug 2016 13:29:53 +0200
 
 biniou (1.0.9-1) unstable; urgency=medium
 

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

___
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] [biniou] annotated tag upstream/1.0.12 created (now 5db8d04)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/1.0.12
in repository biniou.

at  5db8d04   (tag)
   tagging  c85b0921f35cec79e437eb253be4fa73e44c41e4 (commit)
  replaces  upstream/1.0.11
 tagged by  Stephane Glondu
on  Wed Aug 3 13:20:59 2016 +0200

- Log -
Upstream version 1.0.12

Stephane Glondu (1):
  Imported Upstream version 1.0.12

---

No new revisions were added by this update.

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

___
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] [biniou] annotated tag upstream/1.0.10 created (now ad05282)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/1.0.10
in repository biniou.

at  ad05282   (tag)
   tagging  9d70b84006698a2026782917396b428a767589b9 (commit)
  replaces  upstream/1.0.9
 tagged by  Stephane Glondu
on  Wed Aug 3 13:20:46 2016 +0200

- Log -
Upstream version 1.0.10

Stephane Glondu (1):
  Imported Upstream version 1.0.10

---

No new revisions were added by this update.

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

___
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] [ocamlmod] 01/01: pristine-tar data for ocamlmod_0.0.8.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository ocamlmod.

commit bfc3336e58a874c5844042fc436ba21edbf2ee6a
Author: Stephane Glondu 
Date:   Wed Aug 3 13:34:09 2016 +0200

pristine-tar data for ocamlmod_0.0.8.orig.tar.gz
---
 ocamlmod_0.0.8.orig.tar.gz.delta | Bin 0 -> 1301 bytes
 ocamlmod_0.0.8.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ocamlmod_0.0.8.orig.tar.gz.delta b/ocamlmod_0.0.8.orig.tar.gz.delta
new file mode 100644
index 000..f4690a6
Binary files /dev/null and b/ocamlmod_0.0.8.orig.tar.gz.delta differ
diff --git a/ocamlmod_0.0.8.orig.tar.gz.id b/ocamlmod_0.0.8.orig.tar.gz.id
new file mode 100644
index 000..f6e2182
--- /dev/null
+++ b/ocamlmod_0.0.8.orig.tar.gz.id
@@ -0,0 +1 @@
+eb044f3189834751cd1b800e27ae42228ff24f97

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

___
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] [ocamlmod] annotated tag debian/0.0.8-1 created (now ae8c3fe)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/0.0.8-1
in repository ocamlmod.

at  ae8c3fe   (tag)
   tagging  f7ee4af594d612e7e759a9cbdfe505b31426cd77 (commit)
  replaces  debian/0.0.7-1
 tagged by  Stephane Glondu
on  Wed Aug 3 13:40:34 2016 +0200

- Log -
ocamlmod Debian release 0.0.8-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJXodgyAAoJEHhT2k1JiBrTBXEP/ijns0ZOlgeh3K3BZ8Qdq4Mh
tyuGUDXrnc6KQ3RgHWYZ6jlfY3UHHj0zZtaQ2RfcjBMMu6VjFQemEodpnN5odQuE
9xWKmFbq8gjXKkOoIYXLgvIioSw0e3AAp5YyS5hdE85cdxmNX97wzvaLLg2vMVKZ
PcpKnFdnHvry6iBdTiPljfD+wTja6x8xe5QA5PRj9czuqC5H9MtXfMTFgiWneMBr
i+5CK6KLbjl+lHaJlbLMQRDOT3Q3v8aUZj+XDp8LXNdmNrbfpHxsG90SEsptrfo0
n0lmx7AepHzPPIBHbJqIBE+lG4Fd5ABdmTOWVygnbSzD0b1IpIsJcs1ZCf3HuIyn
QTok6mPFzLcL1D2hGzV2cltdYmO3bS8xTu5UmEdfl4hCf8MGbmfER+WXhTZEwxns
kOGEKCLnaVeinrkeqV6BRj7FOomlsBd4jd47epzMlElNfHfsOffzPcWA/wrlcyEq
okwBrxLUYKWnF0JqGNmqb2jrZhchVLmH9Mx+UKT+3M6gki8J6VFn5H5ZqfOOfljX
MlfmOIhdC2cBpSK4OP4oc6pkDnXp3QsaLa+V1UZzDTUWSyfoZ+VUHZD39S8w0dnv
3kzJIrdww3Wt37SAaBfV8NQLlrmHxQGHc/djMxLJFlBVs+gQ/NegdwPNjk/pFqcz
driBlm0ByoFDPPbRxDke
=wGxe
-END PGP SIGNATURE-

Stephane Glondu (6):
  Imported Upstream version 0.0.8
  Merge tag 'upstream/0.0.8'
  New upstream release
  Update Vcs-*
  Bump Standards-Version to 3.9.8
  Update changelog and prepare upload to unstable

Sylvain Le Gall (2):
  Remove Sylvain Le Gall from Uploaders.
  Fix NMU.

---

No new revisions were added by this update.

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

___
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] [ocamlmod] branch upstream updated (d5253eb -> 8d0a0d4)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch upstream
in repository ocamlmod.

  from  d5253eb   Imported Upstream version 0.0.7
   new  8d0a0d4   Imported Upstream version 0.0.8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .boring  |   2 -
 AUTHORS.txt  |   9 +-
 CHANGES.txt  |   5 +
 INSTALL.txt  |   6 +-
 Makefile |   7 +-
 README.txt   |  14 +-
 _oasis   |   2 +-
 myocamlbuild.ml  | 146 +
 setup.ml | 834 ++-
 test/data/test01.mod |   2 +
 10 files changed, 750 insertions(+), 277 deletions(-)
 create mode 100644 test/data/test01.mod

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

___
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] [ocamlmod] 03/06: New upstream release

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocamlmod.

commit b55f15296f514c1cc549a248a9f96c61c0388360
Author: Stephane Glondu 
Date:   Wed Aug 3 13:34:14 2016 +0200

New upstream release
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a67cac3..f3a8e25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-ocamlmod (0.0.7-2) UNRELEASED; urgency=low
+ocamlmod (0.0.8-1) UNRELEASED; urgency=low
 
+  [ Sylvain Le Gall ]
   * Remove Sylvain Le Gall from Uploaders.
 
- -- Sylvain Le Gall   Sat, 02 May 2015 14:57:42 +0200
+  [ Stéphane Glondu ]
+  * New upstream release
+
+ -- Stéphane Glondu   Wed, 03 Aug 2016 13:34:11 +0200
 
 ocamlmod (0.0.7-1) unstable; urgency=medium
 

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

___
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] [ocamlmod] 04/06: Update Vcs-*

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocamlmod.

commit b312b444727d6913936b04ad9c1813ab9326b501
Author: Stephane Glondu 
Date:   Wed Aug 3 13:35:42 2016 +0200

Update Vcs-*
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 71fa1fe..4a96337 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends:
   debhelper (>= 9)
 Standards-Version: 3.9.5
 Homepage: http://forge.ocamlcore.org/projects/ocamlmod
-Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocamlmod.git
-Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocamlmod.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocamlmod.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocamlmod.git
 
 Package: ocamlmod
 Architecture: any

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

___
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] [ocamlmod] branch master updated (e2fa5de -> f7ee4af)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository ocamlmod.

  from  e2fa5de   Fix NMU.
   new  8d0a0d4   Imported Upstream version 0.0.8
   new  415eb79   Merge tag 'upstream/0.0.8'
   new  b55f152   New upstream release
   new  b312b44   Update Vcs-*
   new  a28c14d   Bump Standards-Version to 3.9.8
   new  f7ee4af   Update changelog and prepare upload to unstable

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .boring  |   2 -
 AUTHORS.txt  |   9 +-
 CHANGES.txt  |   5 +
 INSTALL.txt  |   6 +-
 Makefile |   7 +-
 README.txt   |  14 +-
 _oasis   |   2 +-
 debian/changelog |  11 +-
 debian/control   |   6 +-
 myocamlbuild.ml  | 146 +
 setup.ml | 834 ++-
 test/data/test01.mod |   2 +
 12 files changed, 762 insertions(+), 282 deletions(-)
 create mode 100644 test/data/test01.mod

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

___
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] [ocamlmod] branch pristine-tar updated (65571e6 -> bfc3336)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch pristine-tar
in repository ocamlmod.

  from  65571e6   pristine-tar data for ocamlmod_0.0.7.orig.tar.gz
   new  bfc3336   pristine-tar data for ocamlmod_0.0.8.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ocamlmod_0.0.8.orig.tar.gz.delta | Bin 0 -> 1301 bytes
 ocamlmod_0.0.8.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 ocamlmod_0.0.8.orig.tar.gz.delta
 create mode 100644 ocamlmod_0.0.8.orig.tar.gz.id

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

___
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] [ocamlmod] 02/06: Merge tag 'upstream/0.0.8'

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocamlmod.

commit 415eb7975f5b90eb373effe4055c70998d5b856a
Merge: e2fa5de 8d0a0d4
Author: Stephane Glondu 
Date:   Wed Aug 3 13:34:09 2016 +0200

Merge tag 'upstream/0.0.8'

Upstream version 0.0.8

 .boring  |   2 -
 AUTHORS.txt  |   9 +-
 CHANGES.txt  |   5 +
 INSTALL.txt  |   6 +-
 Makefile |   7 +-
 README.txt   |  14 +-
 _oasis   |   2 +-
 myocamlbuild.ml  | 146 +
 setup.ml | 834 ++-
 test/data/test01.mod |   2 +
 10 files changed, 750 insertions(+), 277 deletions(-)

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

___
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] [ocamlmod] annotated tag upstream/0.0.8 created (now a68f175)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/0.0.8
in repository ocamlmod.

at  a68f175   (tag)
   tagging  8d0a0d4e448f920d170f5e18d0074cb8ab854462 (commit)
  replaces  upstream/0.0.7
 tagged by  Stephane Glondu
on  Wed Aug 3 13:34:09 2016 +0200

- Log -
Upstream version 0.0.8

Stephane Glondu (1):
  Imported Upstream version 0.0.8

---

No new revisions were added by this update.

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

___
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] [ocamlmod] 06/06: Update changelog and prepare upload to unstable

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocamlmod.

commit f7ee4af594d612e7e759a9cbdfe505b31426cd77
Author: Stephane Glondu 
Date:   Wed Aug 3 13:36:57 2016 +0200

Update changelog and prepare upload to unstable
---
 debian/changelog | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3a8e25..6a00c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,15 @@
-ocamlmod (0.0.8-1) UNRELEASED; urgency=low
-
-  [ Sylvain Le Gall ]
-  * Remove Sylvain Le Gall from Uploaders.
+ocamlmod (0.0.8-1) unstable; urgency=low
 
   [ Stéphane Glondu ]
+  * Team upload
   * New upstream release
+  * Update Vcs-*
+  * Bump Standards-Version to 3.9.8
+
+  [ Sylvain Le Gall ]
+  * Remove Sylvain Le Gall from Uploaders.
 
- -- Stéphane Glondu   Wed, 03 Aug 2016 13:34:11 +0200
+ -- Stéphane Glondu   Wed, 03 Aug 2016 13:36:52 +0200
 
 ocamlmod (0.0.7-1) unstable; urgency=medium
 

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

___
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] [ocamlmod] 05/06: Bump Standards-Version to 3.9.8

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocamlmod.

commit a28c14d85b5627b192771e672bd4462dec42b18f
Author: Stephane Glondu 
Date:   Wed Aug 3 13:36:04 2016 +0200

Bump Standards-Version to 3.9.8
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4a96337..a47be82 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
   libfileutils-ocaml-dev,
   dh-ocaml (>= 0.9~),
   debhelper (>= 9)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: http://forge.ocamlcore.org/projects/ocamlmod
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocamlmod.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocamlmod.git

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

___
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] [pcre-ocaml] 07/18: Imported Upstream version 7.1.6

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit e50fde3b2c67d43f6da43752a84ac4bd6740aee8
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:41 2016 +0200

Imported Upstream version 7.1.6
---
 CHANGES.txt  |  2 ++
 _oasis   |  4 ++--
 lib/META |  4 ++--
 lib/pcre.mli |  7 +--
 lib/pcre_stubs.c | 16 
 setup.ml |  8 
 6 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 6ddfb1a..072bfc1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,5 @@
+2015-08-21:  Made GC less aggressive reclaiming regexps and chartables.
+
 2014-12-10:  Fixed another limit handling bug in the full_split function.
 
 2014-12-02:  Fixed a limit handling bug in the full_split function.
diff --git a/_oasis b/_oasis
index 307d67d..0488f46 100644
--- a/_oasis
+++ b/_oasis
@@ -1,10 +1,10 @@
 OASISFormat:  0.4
 Name: pcre
-Version:  7.1.5
+Version:  7.1.6
 Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular 
Expressions library
 Description:  pcre-ocaml offers library functions for string pattern 
matching and substitution, similar to the functionality offered by the Perl 
language.
 Authors:  Markus Mottl 
-Copyrights:   (C) 1999-2014 Markus Mottl 
+Copyrights:   (C) 1999-2015 Markus Mottl 
 Maintainers:  Markus Mottl 
 LicenseFile:  COPYING.txt
 License:  LGPL-2.1+ with OCaml linking exception
diff --git a/lib/META b/lib/META
index d72f31c..bb49166 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 8ab62079b7fff0f9375c9ab7b6357cc5)
-version = "7.1.5"
+# DO NOT EDIT (digest: 46f60b1fadbd7e6335f389b0d4471def)
+version = "7.1.6"
 description =
 "pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
 requires = "bytes"
diff --git a/lib/pcre.mli b/lib/pcre.mli
index 7f9fa44..723f517 100644
--- a/lib/pcre.mli
+++ b/lib/pcre.mli
@@ -57,8 +57,11 @@ exception Regexp_or of string * error
 
 (** {6 Compilation and runtime flags and their conversion functions} *)
 
-type icflag (** Internal representation of compilation flags *)
-and  irflag (** Internal representation of runtime flags *)
+(** Internal representation of compilation flags *)
+type icflag
+
+(** Internal representation of runtime flags *)
+and  irflag
 
 (** Compilation flags *)
 and cflag =
diff --git a/lib/pcre_stubs.c b/lib/pcre_stubs.c
index e2fd6eb..68702be 100644
--- a/lib/pcre_stubs.c
+++ b/lib/pcre_stubs.c
@@ -267,10 +267,10 @@ CAMLprim value pcre_compile_stub(value v_opt, value 
v_tables, value v_pat)
  could not be compiled */
   if (regexp == NULL) raise_bad_pattern(error, error_ofs);
 
-  /* Finalized value: GC will do a full cycle every 500 regexp allocations
- (one regexp consumes in average probably less than 100 bytes ->
- maximum of 5 bytes unreclaimed regexps) */
-  v_rex = caml_alloc_final(4, pcre_dealloc_regexp, 100, 5);
+  /* GC will do a full cycle every 1_000_000 regexp allocations (a typical
+ regexp probably consumes less than 100 bytes -> maximum of 100_000_000
+ bytes unreclaimed regexps) */
+  v_rex = caml_alloc_final(4, pcre_dealloc_regexp, 1, 100);
 
   /* Field[1]: compiled regular expression (Field[0] is finalizing
  function! See above!) */
@@ -631,10 +631,10 @@ CAMLprim value pcre_exec_stub_bc(value *argv, int 
__unused argn)
page of PCRE */
 CAMLprim value pcre_maketables_stub(value __unused v_unit)
 {
-  /* GC will do a full cycle every 100 table set allocations
- (one table set consumes 864 bytes -> maximum of 86400 bytes
- unreclaimed table sets) */
-  const value v_res = caml_alloc_final(2, pcre_dealloc_tables, 864, 86400);
+  /* GC will do a full cycle every 1_000_000 table set allocations (one
+ table set consumes 864 bytes -> maximum of 864_000_000 bytes unreclaimed
+ table sets) */
+  const value v_res = caml_alloc_final(2, pcre_dealloc_tables, 1, 100);
   Field(v_res, 1) = (value) pcre_maketables();
   return v_res;
 }
diff --git a/setup.ml b/setup.ml
index ff5aa91..340bf63 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: d0d96be51aa08e29d7b4ceba3c0fefcc) *)
+(* DO NOT EDIT (digest: 9386999e3424345a63db8a4c91e5ae7d) *)
 (*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6683,7 +6683,7 @@ let setup_t =
   alpha_features = [];
   beta_features = [];
   name = "pcre";
-  version = "7.1.5";
+  version = "7.1.6";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -6694,7 +6694,7 @@ let setup_t =
  });
   license_file = Some "COPYING.txt";
   copyrights =
- 

[Pkg-ocaml-maint-commits] [pcre-ocaml] 12/18: Merge tag 'upstream/7.2.3'

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 6be952fcc63b2e3fcb2d073e8d56f222e641bf40
Merge: 3a98b9b ab09858
Author: Stephane Glondu 
Date:   Wed Aug 3 13:45:24 2016 +0200

Merge tag 'upstream/7.2.3'

Upstream version 7.2.3

 .gitignore|   9 +-
 .hg_archival.txt  |   4 -
 .hgignore |   5 -
 .hgtags   |  24 --
 AUTHORS.txt   |  14 +-
 CHANGES.txt   |  37 +++
 INSTALL.txt   |  11 +-
 Makefile  |   5 +-
 README.md |  55 ++--
 _oasis|  32 +-
 _opam |   3 +
 _tags |  25 +-
 examples/cloc/cloc.ml |  12 +-
 examples/pcregrep/pcregrep.ml |   4 +-
 lib/META  |   5 +-
 lib/pcre.ml   | 174 +-
 lib/pcre.mldylib  |   4 +
 lib/pcre.mli  |  25 +-
 lib/pcre.mllib|   3 +-
 lib/pcre_compat.ml|   2 +
 lib/pcre_compat312.ml |   2 +
 lib/pcre_compat402.ml |   2 +
 lib/pcre_stubs.c  | 174 +-
 myocamlbuild.ml   | 220 -
 setup.ml  | 715 ++
 25 files changed, 952 insertions(+), 614 deletions(-)

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

___
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] [pcre-ocaml] 01/18: Fix debian/watch

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 3a98b9b368709e893bfdf270e9cac0c8ade6598f
Author: Stephane Glondu 
Date:   Wed Aug 3 13:42:35 2016 +0200

Fix debian/watch
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 1f53a4c..0878f84 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://github.com/mmottl/pcre-ocaml/releases/ 
.*/pcre-ocaml/releases/download/v(.*)/pcre-ocaml-(.*)\.tar\.gz
+https://github.com/mmottl/pcre-ocaml/releases/ 
.*/pcre-ocaml/releases/download/v.*/pcre-ocaml-(.*)\.tar\.gz

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

___
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] [pcre-ocaml] 05/18: Imported Upstream version 7.1.4

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 63b860932513149260a717218c53b17e7246874f
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:38 2016 +0200

Imported Upstream version 7.1.4
---
 CHANGES.txt | 2 ++
 _oasis  | 2 +-
 lib/META| 4 ++--
 lib/pcre.ml | 3 ++-
 setup.ml| 6 +++---
 5 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 7e6efaa..6ddfb1a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,5 @@
+2014-12-10:  Fixed another limit handling bug in the full_split function.
+
 2014-12-02:  Fixed a limit handling bug in the full_split function.
 
  Thanks to Rudi Grinberg  for the report!
diff --git a/_oasis b/_oasis
index 7298173..ab343c2 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: pcre-ocaml
-Version:  7.1.3
+Version:  7.1.4
 Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular 
Expressions library
 Description:  pcre-ocaml offers library functions for string pattern 
matching and substitution, similar to the functionality offered by the Perl 
language.
 Authors:  Markus Mottl 
diff --git a/lib/META b/lib/META
index 92d5552..56edd82 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 59b2a55440f8d979082e531fcc6a6623)
-version = "7.1.3"
+# DO NOT EDIT (digest: e4ec56fb86e658e1f25dbadd4203f03b)
+version = "7.1.4"
 description =
 "pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
 requires = "bytes"
diff --git a/lib/pcre.ml b/lib/pcre.ml
index 143d7a7..07f162d 100644
--- a/lib/pcre.ml
+++ b/lib/pcre.ml
@@ -1030,7 +1030,8 @@ let full_split ?(iflags = 0) ?flags ?(rex = def_rex) ?pat
 Text (string_unsafe_sub subj pos (first - pos)) :: strs in
   loop
 (handle_subgroups (delim :: pre_strs)) (cnt - 1) last false in
-List.rev (strip_all_empty_full (loop [] (max - 1) pos true))
+let res = loop [] (max - 1) pos true in
+List.rev (if max = 0 then strip_all_empty_full res else res)
 
 
 (* Additional convenience functions useful in combination with this library *)
diff --git a/setup.ml b/setup.ml
index e91016b..d6c1c6a 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 294a82317d4c55cce3f6c2ba6d1f39bd) *)
+(* DO NOT EDIT (digest: 9cdb96e64374c005343dc23e96f139aa) *)
 (*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6683,7 +6683,7 @@ let setup_t =
   alpha_features = [];
   beta_features = [];
   name = "pcre-ocaml";
-  version = "7.1.3";
+  version = "7.1.4";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -6982,7 +6982,7 @@ let setup_t =
};
  oasis_fn = Some "_oasis";
  oasis_version = "0.4.5";
- oasis_digest = Some "��e�iA�\1546�\001�\007��6";
+ oasis_digest = Some "�w.��3�Ѫ��";
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false

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

___
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] [pcre-ocaml] 06/18: Imported Upstream version 7.1.5

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 4092411d5295ceb837971565e6f03915e9a30c52
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:39 2016 +0200

Imported Upstream version 7.1.5
---
 AUTHORS.txt | 6 +++---
 INSTALL.txt | 4 ++--
 _oasis  | 4 ++--
 lib/META| 4 ++--
 setup.ml| 8 
 5 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/AUTHORS.txt b/AUTHORS.txt
index 18f4572..e7bedf0 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -1,11 +1,11 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 0c8392bae2c1e3939a3603756f57f94a) *)
+(* DO NOT EDIT (digest: 4f79dfd337c20549714b2b90179ae924) *)
 
-Authors of pcre-ocaml:
+Authors of pcre:
 
 * Markus Mottl 
 
-Current maintainers of pcre-ocaml:
+Current maintainers of pcre:
 
 * Markus Mottl 
 
diff --git a/INSTALL.txt b/INSTALL.txt
index e055a98..21493ee 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,7 +1,7 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 33107e1b27849d0dd7ab3df5fbd86340) *)
+(* DO NOT EDIT (digest: 586e6593097e6aa8a079b1c6279f1b96) *)
 
-This is the INSTALL file for the pcre-ocaml distribution.
+This is the INSTALL file for the pcre distribution.
 
 This package uses OASIS to generate its build system. See section OASIS for
 full information.
diff --git a/_oasis b/_oasis
index ab343c2..307d67d 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
-Name: pcre-ocaml
-Version:  7.1.4
+Name: pcre
+Version:  7.1.5
 Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular 
Expressions library
 Description:  pcre-ocaml offers library functions for string pattern 
matching and substitution, similar to the functionality offered by the Perl 
language.
 Authors:  Markus Mottl 
diff --git a/lib/META b/lib/META
index 56edd82..d72f31c 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: e4ec56fb86e658e1f25dbadd4203f03b)
-version = "7.1.4"
+# DO NOT EDIT (digest: 8ab62079b7fff0f9375c9ab7b6357cc5)
+version = "7.1.5"
 description =
 "pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
 requires = "bytes"
diff --git a/setup.ml b/setup.ml
index d6c1c6a..ff5aa91 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 9cdb96e64374c005343dc23e96f139aa) *)
+(* DO NOT EDIT (digest: d0d96be51aa08e29d7b4ceba3c0fefcc) *)
 (*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6682,8 +6682,8 @@ let setup_t =
   findlib_version = Some (OASISVersion.VGreaterEqual "1.5");
   alpha_features = [];
   beta_features = [];
-  name = "pcre-ocaml";
-  version = "7.1.4";
+  name = "pcre";
+  version = "7.1.5";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -6982,7 +6982,7 @@ let setup_t =
};
  oasis_fn = Some "_oasis";
  oasis_version = "0.4.5";
- oasis_digest = Some "�w.��3�Ѫ��";
+ oasis_digest = Some "\031\003��=^\012J�c^9]��B";
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false

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

___
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] [pcre-ocaml] 04/18: Imported Upstream version 7.1.3

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 01687ca4559adfec46aed232d762ba6df722e061
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:37 2016 +0200

Imported Upstream version 7.1.3
---
 API.odocl|   3 +-
 CHANGES.txt  |   4 ++
 _oasis   |  13 ++--
 _opam|   3 +
 _tags|  23 +++
 lib/META |   4 +-
 lib/pcre.ml  |   6 +-
 lib/pcre.mldylib |   4 +-
 lib/pcre.mli |   5 +-
 lib/pcre.mllib   |   4 +-
 myocamlbuild.ml  |  88 ++---
 setup.ml | 191 ---
 12 files changed, 204 insertions(+), 144 deletions(-)

diff --git a/API.odocl b/API.odocl
index 5ae3091..bbedec7 100644
--- a/API.odocl
+++ b/API.odocl
@@ -1,5 +1,4 @@
 # OASIS_START
-# DO NOT EDIT (digest: 1fccac817a4a90d09645de26a4001bb1)
-lib/Pcre_compat
+# DO NOT EDIT (digest: 0737cd5b0b209ea0a68006ea5f0cea6f)
 lib/Pcre
 # OASIS_STOP
diff --git a/CHANGES.txt b/CHANGES.txt
index a31be79..7e6efaa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+2014-12-02:  Fixed a limit handling bug in the full_split function.
+
+ Thanks to Rudi Grinberg  for the report!
+
 2014-10-23:  Fixed string handling for new OCaml version 4.02 (String/Bytes
  modules).  Requires new findlib version (>= 1.5).
 
diff --git a/_oasis b/_oasis
index 75a8410..7298173 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: pcre-ocaml
-Version:  7.1.2
+Version:  7.1.3
 Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular 
Expressions library
 Description:  pcre-ocaml offers library functions for string pattern 
matching and substitution, similar to the functionality offered by the Perl 
language.
 Authors:  Markus Mottl 
@@ -24,11 +24,12 @@ Flag strict
   Default:true
 
 Library pcre
-  Path:   lib
-  FindlibName:pcre
-  Modules:Pcre_compat, Pcre
-  CSources:   pcre_stubs.c
-  BuildDepends:   bytes
+  Path:lib
+  FindlibName: pcre
+  Modules: Pcre
+  InternalModules: Pcre_compat
+  CSources:pcre_stubs.c
+  BuildDepends:bytes
   CCOpt:  -g -O2 -fPIC -DPIC
   if flag(strict) && ccomp_type(cc)
 CCOpt+:   -Wall -pedantic -Wextra -Wunused -Wno-long-long
diff --git a/_opam b/_opam
new file mode 100644
index 000..fc967af
--- /dev/null
+++ b/_opam
@@ -0,0 +1,3 @@
+depends: [
+  "conf-libpcre"
+]
diff --git a/_tags b/_tags
index 137110c..6d8e4b3 100644
--- a/_tags
+++ b/_tags
@@ -1,8 +1,9 @@
 # OASIS_START
-# DO NOT EDIT (digest: 7921ee7e2f586699a2e96170dbcd2955)
+# DO NOT EDIT (digest: e8ea7a0cb697db9a87da65aed9094cf2)
 # Ignore VCS directories, you can use the same kind of rule outside
 # OASIS_START/STOP if you want to exclude directories that contains
 # useless stuff for the build process
+true: annot, bin_annot
 <**/.svn>: -traverse
 <**/.svn>: not_hygienic
 ".bzr": -traverse
@@ -15,31 +16,31 @@
 "_darcs": not_hygienic
 # Library pcre
 "lib/pcre.cmxs": use_pcre
-: oasis_library_pcre_ccopt
+: oasis_library_pcre_ccopt
 "lib/pcre_stubs.c": oasis_library_pcre_ccopt
 : use_libpcre_stubs
-: pkg_bytes
+: pkg_bytes
 "lib/pcre_stubs.c": pkg_bytes
 # Executable cloc
 : pkg_bytes
 : use_pcre
-: pkg_bytes
-: use_pcre
+: pkg_bytes
+: use_pcre
 # Executable count_hash
 : pkg_bytes
 : use_pcre
-: pkg_bytes
-: use_pcre
+: pkg_bytes
+: use_pcre
 # Executable pcregrep
 : pkg_bytes
 : use_pcre
-: pkg_bytes
-: use_pcre
+: pkg_bytes
+: use_pcre
 # Executable subst
 : pkg_bytes
 : use_pcre
-: pkg_bytes
-: use_pcre
+: pkg_bytes
+: use_pcre
 # OASIS_STOP
 
 true: -traverse
diff --git a/lib/META b/lib/META
index 5972e00..92d5552 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: e848c4c6cf4b09451ff44023a647fd1a)
-version = "7.1.2"
+# DO NOT EDIT (digest: 59b2a55440f8d979082e531fcc6a6623)
+version = "7.1.3"
 description =
 "pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
 requires = "bytes"
diff --git a/lib/pcre.ml b/lib/pcre.ml
index 56ddc51..143d7a7 100644
--- a/lib/pcre.ml
+++ b/lib/pcre.ml
@@ -922,6 +922,10 @@ type split_result = Text of string
   | Group of int * string
   | NoGroup
 
+let rec strip_all_empty_full = function
+  | Delim _ :: rest -> strip_all_empty_full rest
+  | l -> l
+
 let full_split ?(iflags = 0) ?flags ?(rex = def_rex) ?pat
?(pos = 0) ?(max = 0) ?callout subj =
   let rex = match pat with Some str -> regexp str | _ -> rex in
@@ -1026,7 +1030,7 @@ let full_split ?(iflags = 0) ?flags ?(rex = def_rex) ?pat
 Text (string_unsafe_sub subj pos (first - pos)) :: strs in
   loop
 (handle_subgroups (delim :: pre_strs)) (cnt - 1) last false in
-List.rev (loop [] (max - 1) pos true)
+List.rev (strip_

[Pkg-ocaml-maint-commits] [pcre-ocaml] branch master updated (070bf3b -> 7e8f046)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository pcre-ocaml.

  from  070bf3b   Update watch file
   new  3a98b9b   Fix debian/watch
   new  1d79113   Imported Upstream version 7.1.1
   new  ec46984   Imported Upstream version 7.1.2
   new  01687ca   Imported Upstream version 7.1.3
   new  63b8609   Imported Upstream version 7.1.4
   new  4092411   Imported Upstream version 7.1.5
   new  e50fde3   Imported Upstream version 7.1.6
   new  0d0b646   Imported Upstream version 7.2.0
   new  b1a3040   Imported Upstream version 7.2.1
   new  166590b   Imported Upstream version 7.2.2
   new  ab09858   Imported Upstream version 7.2.3
   new  6be952f   Merge tag 'upstream/7.2.3'
   new  777da10   New upstream release
   new  ff024d1   Update Vcs-*
   new  04b854a   Bump Standards-Version to 3.9.8
   new  5acc267   Bump debhelper compat to 9
   new  52e6b78   Update packaging
   new  7e8f046   Update changelog and prepare upload to unstable

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore  |   9 +-
 .hg_archival.txt|   4 -
 .hgignore   |   5 -
 .hgtags |  24 --
 AUTHORS.txt |  14 +-
 CHANGES.txt |  37 ++
 INSTALL.txt |  11 +-
 Makefile|   5 +-
 README.md   |  55 +--
 _oasis  |  32 +-
 _opam   |   3 +
 _tags   |  25 +-
 debian/changelog|  10 +
 debian/compat   |   2 +-
 debian/control  |   8 +-
 debian/libpcre-ocaml-dev.install.in |   4 +-
 debian/watch|   2 +-
 examples/cloc/cloc.ml   |  12 +-
 examples/pcregrep/pcregrep.ml   |   4 +-
 lib/META|   5 +-
 lib/pcre.ml | 174 +
 lib/pcre.mldylib|   4 +
 lib/pcre.mli|  25 +-
 lib/pcre.mllib  |   3 +-
 lib/pcre_compat.ml  |   2 +
 lib/pcre_compat312.ml   |   2 +
 lib/pcre_compat402.ml   |   2 +
 lib/pcre_stubs.c| 174 +
 myocamlbuild.ml | 220 +++
 setup.ml| 715 ++--
 30 files changed, 971 insertions(+), 621 deletions(-)
 delete mode 100644 .hg_archival.txt
 delete mode 100644 .hgignore
 delete mode 100644 .hgtags
 create mode 100644 _opam
 create mode 100644 lib/pcre_compat.ml
 create mode 100644 lib/pcre_compat312.ml
 create mode 100644 lib/pcre_compat402.ml

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

___
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] [pcre-ocaml] 17/18: Update packaging

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 52e6b781926f2a37f0306bb08585e683469568d7
Author: Stephane Glondu 
Date:   Wed Aug 3 13:54:36 2016 +0200

Update packaging
---
 debian/libpcre-ocaml-dev.install.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/libpcre-ocaml-dev.install.in 
b/debian/libpcre-ocaml-dev.install.in
index 7ca8bae..7173864 100644
--- a/debian/libpcre-ocaml-dev.install.in
+++ b/debian/libpcre-ocaml-dev.install.in
@@ -1,6 +1,8 @@
+@OCamlStdlibDir@/pcre/*.annot
+@OCamlStdlibDir@/pcre/*.cmt*
 @OCamlStdlibDir@/pcre/*.a
 @OCamlStdlibDir@/pcre/*.ml*
 @OCamlStdlibDir@/pcre/*.cmi
 OPT: @OCamlStdlibDir@/pcre/*.cmx
 OPT: @OCamlStdlibDir@/pcre/*.cmxa
-usr/share/doc/pcre-ocaml/api usr/share/doc/libpcre-ocaml-dev
+usr/share/doc/pcre/api usr/share/doc/libpcre-ocaml-dev

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

___
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] [pcre-ocaml] 15/18: Bump Standards-Version to 3.9.8

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 04b854a06c5dff4ccf657e4be48519d239bfdd19
Author: Stephane Glondu 
Date:   Wed Aug 3 13:50:44 2016 +0200

Bump Standards-Version to 3.9.8
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4f7613d..f5f76b6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  ocaml-nox (>= 4),
  ocaml-findlib (>= 1.4),
  dh-ocaml (>= 0.9~)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/pcre-ocaml.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/pcre-ocaml.git
 Homepage: http://mmottl.github.io/pcre-ocaml/

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

___
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] [pcre-ocaml] 10/18: Imported Upstream version 7.2.2

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 166590b6e3bce860c34c46dffb00907e5f3b36d5
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:44 2016 +0200

Imported Upstream version 7.2.2
---
 CHANGES.txt  | 2 ++
 _oasis   | 2 +-
 lib/META | 4 ++--
 lib/pcre_stubs.c | 2 +-
 setup.ml | 6 +++---
 5 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index baf93e4..f4f4f20 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 2016-02-23:  Fixed linking problem with old versions of PCRE (< 8.20).
 
+ Fixed backward compatibility issue with OCaml <= 3.12.
+
 2016-02-22:  Fixed a subgroup matching bug.
 
  Thanks to Cheng Lou for the bug report!
diff --git a/_oasis b/_oasis
index 7888da6..fb69cb4 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: pcre
-Version:  7.2.1
+Version:  7.2.2
 Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular 
Expressions library
 Description:  pcre-ocaml offers library functions for string pattern 
matching and substitution, similar to the functionality offered by the Perl 
language.
 Authors:  Markus Mottl 
diff --git a/lib/META b/lib/META
index ea9bdb5..4b6f9a7 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: f00cd2da6b8e481dd3713e7a8f1c4b71)
-version = "7.2.1"
+# DO NOT EDIT (digest: 4e0b6deea390af304684cc7986d12440)
+version = "7.2.2"
 description =
 "pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
 requires = "bytes"
diff --git a/lib/pcre_stubs.c b/lib/pcre_stubs.c
index 225113d..ff0775e 100644
--- a/lib/pcre_stubs.c
+++ b/lib/pcre_stubs.c
@@ -527,7 +527,7 @@ CAMLprim value pcre_exec_stub(value v_opt, value v_rex, 
value v_pos,
 pos = Long_val(v_pos),
 len = caml_string_length(v_subj),
 subj_start = Long_val(v_subj_start);
-  long ovec_len = caml_array_length(v_ovec);
+  long ovec_len = Wosize_val(v_ovec);
 
   if (pos > len || pos < subj_start)
 caml_invalid_argument("Pcre.pcre_exec_stub: illegal position");
diff --git a/setup.ml b/setup.ml
index 8d329a1..45f5235 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 93051cc4261da4a968322a5c488fc0e8) *)
+(* DO NOT EDIT (digest: ac9bfdf81b51ef959bf1488a96bd692f) *)
 (*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6683,7 +6683,7 @@ let setup_t =
   alpha_features = [];
   beta_features = [];
   name = "pcre";
-  version = "7.2.1";
+  version = "7.2.2";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -6983,7 +6983,7 @@ let setup_t =
};
  oasis_fn = Some "_oasis";
  oasis_version = "0.4.5";
- oasis_digest = Some "_\141i��\017u��M��~\024}k";
+ oasis_digest = Some "��\0176�\020A�0YQ\142\022}\021\148";
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false

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

___
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] [pcre-ocaml] 11/18: Imported Upstream version 7.2.3

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit ab09858cea40f6e1f3d24c20447286b461b5e6f0
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:54 2016 +0200

Imported Upstream version 7.2.3
---
 CHANGES.txt  |  6 ++
 _oasis   |  2 +-
 lib/META |  4 ++--
 lib/pcre_stubs.c | 12 ++--
 setup.ml |  6 +++---
 5 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index f4f4f20..9bc9875 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+2016-02-25:  Minor version release v7.2.3:
+
+   Fixed callout bug introduced with v7.2.0.
+
+ Thanks to Raman Varabets for the bug report!
+
 2016-02-23:  Fixed linking problem with old versions of PCRE (< 8.20).
 
  Fixed backward compatibility issue with OCaml <= 3.12.
diff --git a/_oasis b/_oasis
index fb69cb4..cd9c495 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: pcre
-Version:  7.2.2
+Version:  7.2.3
 Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular 
Expressions library
 Description:  pcre-ocaml offers library functions for string pattern 
matching and substitution, similar to the functionality offered by the Perl 
language.
 Authors:  Markus Mottl 
diff --git a/lib/META b/lib/META
index 4b6f9a7..a390c2a 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 4e0b6deea390af304684cc7986d12440)
-version = "7.2.2"
+# DO NOT EDIT (digest: cb789041f764b2acbd73833b69d2f763)
+version = "7.2.3"
 description =
 "pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
 requires = "bytes"
diff --git a/lib/pcre_stubs.c b/lib/pcre_stubs.c
index ff0775e..8f2eb7f 100644
--- a/lib/pcre_stubs.c
+++ b/lib/pcre_stubs.c
@@ -502,14 +502,14 @@ static inline void handle_exec_error(char *loc, const int 
ret)
 }
 
 static inline void handle_pcre_exec_result(
-  value v_ovec, long ovec_len, long subj_start, int ret)
+  int *ovec, value v_ovec, long ovec_len, long subj_start, int ret)
 {
-  int *ovec = (int *) &Field(v_ovec, 0);
+  ovec_dst_ptr ocaml_ovec = (ovec_dst_ptr) &Field(v_ovec, 0);
   const int subgroups2 = ret * 2;
   const int subgroups2_1 = subgroups2 - 1;
   const int *ovec_src = ovec + subgroups2_1;
-  ovec_dst_ptr ovec_clear_stop = (ovec_dst_ptr) ovec + (ovec_len * 2) / 3;
-  ovec_dst_ptr ovec_dst = (ovec_dst_ptr) ovec + subgroups2_1;
+  ovec_dst_ptr ovec_clear_stop = ocaml_ovec + (ovec_len * 2) / 3;
+  ovec_dst_ptr ovec_dst = ocaml_ovec + subgroups2_1;
   copy_ovector(subj_start, ovec_src, ovec_dst, subgroups2);
   while (++ovec_dst < ovec_clear_stop) *ovec_dst = -1;
 }
@@ -553,7 +553,7 @@ CAMLprim value pcre_exec_stub(value v_opt, value v_rex, 
value v_pos,
   ret = pcre_exec(code, extra, ocaml_subj, len, pos, opt, ovec, ovec_len);
 
   if (ret < 0) handle_exec_error("pcre_exec_stub", ret);
-  else handle_pcre_exec_result(v_ovec, ovec_len, subj_start, ret);
+  else handle_pcre_exec_result(ovec, v_ovec, ovec_len, subj_start, ret);
 }
 
 /* There are callout functions */
@@ -618,7 +618,7 @@ CAMLprim value pcre_exec_stub(value v_opt, value v_rex, 
value v_pos,
 if (ret == PCRE_ERROR_CALLOUT) caml_raise(cod.v_exn);
 else handle_exec_error("pcre_exec_stub(callout)", ret);
   } else {
-handle_pcre_exec_result(v_ovec, ovec_len, subj_start, ret);
+handle_pcre_exec_result(ovec, v_ovec, ovec_len, subj_start, ret);
 caml_stat_free(ovec);
   }
 }
diff --git a/setup.ml b/setup.ml
index 45f5235..ed227dc 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: ac9bfdf81b51ef959bf1488a96bd692f) *)
+(* DO NOT EDIT (digest: 38794f7cfce3025e3df1ae193dcdf30a) *)
 (*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6683,7 +6683,7 @@ let setup_t =
   alpha_features = [];
   beta_features = [];
   name = "pcre";
-  version = "7.2.2";
+  version = "7.2.3";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -6983,7 +6983,7 @@ let setup_t =
};
  oasis_fn = Some "_oasis";
  oasis_version = "0.4.5";
- oasis_digest = Some "��\0176�\020A�0YQ\142\022}\021\148";
+ oasis_digest = Some "l��]�\001hQ�r�\019N���";
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false

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

___
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] [pcre-ocaml] 01/10: pristine-tar data for pcre-ocaml_7.1.1.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit 59b9ef89d959bb3181bf0e8c0069ea4a8cc5f212
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:35 2016 +0200

pristine-tar data for pcre-ocaml_7.1.1.orig.tar.gz
---
 pcre-ocaml_7.1.1.orig.tar.gz.delta | Bin 0 -> 1696 bytes
 pcre-ocaml_7.1.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.1.1.orig.tar.gz.delta 
b/pcre-ocaml_7.1.1.orig.tar.gz.delta
new file mode 100644
index 000..55adb24
Binary files /dev/null and b/pcre-ocaml_7.1.1.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.1.1.orig.tar.gz.id b/pcre-ocaml_7.1.1.orig.tar.gz.id
new file mode 100644
index 000..40c17b6
--- /dev/null
+++ b/pcre-ocaml_7.1.1.orig.tar.gz.id
@@ -0,0 +1 @@
+10a4450f3046eadb3d793573b72e4f62192fae0a

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

___
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] [pcre-ocaml] 03/18: Imported Upstream version 7.1.2

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit ec469846efae1bea9484e9dd937f8a3bd5e69f2d
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:36 2016 +0200

Imported Upstream version 7.1.2
---
 API.odocl |  3 +-
 CHANGES.txt   |  3 ++
 INSTALL.txt   |  5 +--
 _oasis|  7 ++--
 _tags | 14 ++--
 examples/cloc/cloc.ml | 12 ---
 lib/META  |  5 +--
 lib/pcre.ml   | 98 ---
 lib/pcre.mldylib  |  3 +-
 lib/pcre.mllib|  3 +-
 lib/pcre_compat.ml|  2 ++
 lib/pcre_compat312.ml |  2 ++
 lib/pcre_compat402.ml |  2 ++
 lib/pcre_stubs.c  |  4 +--
 setup.ml  | 31 
 15 files changed, 124 insertions(+), 70 deletions(-)

diff --git a/API.odocl b/API.odocl
index bbedec7..5ae3091 100644
--- a/API.odocl
+++ b/API.odocl
@@ -1,4 +1,5 @@
 # OASIS_START
-# DO NOT EDIT (digest: 0737cd5b0b209ea0a68006ea5f0cea6f)
+# DO NOT EDIT (digest: 1fccac817a4a90d09645de26a4001bb1)
+lib/Pcre_compat
 lib/Pcre
 # OASIS_STOP
diff --git a/CHANGES.txt b/CHANGES.txt
index f6cceb9..a31be79 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,6 @@
+2014-10-23:  Fixed string handling for new OCaml version 4.02 (String/Bytes
+ modules).  Requires new findlib version (>= 1.5).
+
 2014-07-06:  Moved to GitHub.
 
 2014-06-04:  Multiple bug fixes:
diff --git a/INSTALL.txt b/INSTALL.txt
index e18a60f..e055a98 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,5 +1,5 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 1e40b3eb93fd299ffda7513c651e8512) *)
+(* DO NOT EDIT (digest: 33107e1b27849d0dd7ab3df5fbd86340) *)
 
 This is the INSTALL file for the pcre-ocaml distribution.
 
@@ -12,7 +12,8 @@ Dependencies
 In order to compile this package, you will need:
 
 * ocaml (>= 3.12) for all, doc API
-* findlib (>= 1.3.1)
+* findlib (>= 1.5)
+* bytes for library pcre
 
 Installing
 ==
diff --git a/_oasis b/_oasis
index 40ec8f1..75a8410 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: pcre-ocaml
-Version:  7.1.1
+Version:  7.1.2
 Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular 
Expressions library
 Description:  pcre-ocaml offers library functions for string pattern 
matching and substitution, similar to the functionality offered by the Perl 
language.
 Authors:  Markus Mottl 
@@ -9,7 +9,7 @@ Maintainers:  Markus Mottl 
 LicenseFile:  COPYING.txt
 License:  LGPL-2.1+ with OCaml linking exception
 OCamlVersion: >= 3.12
-FindlibVersion:   >= 1.3.1
+FindlibVersion:   >= 1.5
 Homepage: http://mmottl.github.io/pcre-ocaml
 #Categories:
 #FilesAB:
@@ -26,8 +26,9 @@ Flag strict
 Library pcre
   Path:   lib
   FindlibName:pcre
-  Modules:Pcre
+  Modules:Pcre_compat, Pcre
   CSources:   pcre_stubs.c
+  BuildDepends:   bytes
   CCOpt:  -g -O2 -fPIC -DPIC
   if flag(strict) && ccomp_type(cc)
 CCOpt+:   -Wall -pedantic -Wextra -Wunused -Wno-long-long
diff --git a/_tags b/_tags
index b4072b1..137110c 100644
--- a/_tags
+++ b/_tags
@@ -1,5 +1,5 @@
 # OASIS_START
-# DO NOT EDIT (digest: c60675dbf6679827b7140bf2f8bd409f)
+# DO NOT EDIT (digest: 7921ee7e2f586699a2e96170dbcd2955)
 # Ignore VCS directories, you can use the same kind of rule outside
 # OASIS_START/STOP if you want to exclude directories that contains
 # useless stuff for the build process
@@ -18,24 +18,34 @@
 : oasis_library_pcre_ccopt
 "lib/pcre_stubs.c": oasis_library_pcre_ccopt
 : use_libpcre_stubs
+: pkg_bytes
+"lib/pcre_stubs.c": pkg_bytes
 # Executable cloc
+: pkg_bytes
 : use_pcre
+: pkg_bytes
 : use_pcre
 # Executable count_hash
+: pkg_bytes
 : use_pcre
+: pkg_bytes
 : use_pcre
 # Executable pcregrep
+: pkg_bytes
 : use_pcre
+: pkg_bytes
 : use_pcre
 # Executable subst
+: pkg_bytes
 : use_pcre
+: pkg_bytes
 : use_pcre
 # OASIS_STOP
 
 true: -traverse
 <{lib,examples}/**>: traverse
 
-<**/*.ml{,i}>: warn(Aer-44), strict_sequence, annot
+<**/*.ml{,i}>: warn(Aer-44), strict_sequence, safe_string, annot
 
 : oasis_library_pcre_cclib
 "lib/libpcre_stubs.lib": oasis_library_pcre_cclib
diff --git a/examples/cloc/cloc.ml b/examples/cloc/cloc.ml
index 81e18b6..4af3884 100644
--- a/examples/cloc/cloc.ml
+++ b/examples/cloc/cloc.ml
@@ -1,16 +1,18 @@
+open Pcre_compat
 open Pcre
 
 let read_whole_channel ch =
   let size = 4096 in
-  let strbuf = String.create size
-  and buf = Buffer.create 65536
-  and len = ref size in
+  let strbuf = Bytes.create size in
+  let buf = Buffer.create 65536 in
+  let len = ref size in
   while !len <> 0 do
 len := input ch strbuf 0 size;
-Buffer.add_substring buf strbuf 0 !len; done;
+buffer_add_subbytes buf strbuf 0 !len
+  done;
   Buffer.contents buf
 
-let _ =
+let () =
   let str = read_whole_channel stdin in
   let str = qr

[Pkg-ocaml-maint-commits] [pcre-ocaml] 05/10: pristine-tar data for pcre-ocaml_7.1.5.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit 3360f7daf4f2aa9e49ddae68f4300972387b6e3f
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:40 2016 +0200

pristine-tar data for pcre-ocaml_7.1.5.orig.tar.gz
---
 pcre-ocaml_7.1.5.orig.tar.gz.delta | Bin 0 -> 1824 bytes
 pcre-ocaml_7.1.5.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.1.5.orig.tar.gz.delta 
b/pcre-ocaml_7.1.5.orig.tar.gz.delta
new file mode 100644
index 000..b0cf8d5
Binary files /dev/null and b/pcre-ocaml_7.1.5.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.1.5.orig.tar.gz.id b/pcre-ocaml_7.1.5.orig.tar.gz.id
new file mode 100644
index 000..8b59a90
--- /dev/null
+++ b/pcre-ocaml_7.1.5.orig.tar.gz.id
@@ -0,0 +1 @@
+d2d892b53b646b73765a30c331c1151c5452c081

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

___
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] [pcre-ocaml] 09/18: Imported Upstream version 7.2.1

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit b1a3040dbc54d18e8519b6e104d988d71e860838
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:43 2016 +0200

Imported Upstream version 7.2.1
---
 CHANGES.txt  | 2 ++
 _oasis   | 2 +-
 _tags| 2 +-
 lib/META | 4 ++--
 lib/pcre_stubs.c | 7 ++-
 setup.ml | 6 +++---
 6 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 21b00c2..baf93e4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,5 @@
+2016-02-23:  Fixed linking problem with old versions of PCRE (< 8.20).
+
 2016-02-22:  Fixed a subgroup matching bug.
 
  Thanks to Cheng Lou for the bug report!
diff --git a/_oasis b/_oasis
index 6d6758d..7888da6 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: pcre
-Version:  7.2.0
+Version:  7.2.1
 Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular 
Expressions library
 Description:  pcre-ocaml offers library functions for string pattern 
matching and substitution, similar to the functionality offered by the Perl 
language.
 Authors:  Markus Mottl 
diff --git a/_tags b/_tags
index 6d8e4b3..40715cc 100644
--- a/_tags
+++ b/_tags
@@ -46,7 +46,7 @@ true: annot, bin_annot
 true: -traverse
 <{lib,examples}/**>: traverse
 
-<**/*.ml{,i}>: warn(Aer-44), strict_sequence, safe_string, annot
+<**/*.ml{,i}>: warn(Aer-44-50), strict_sequence, safe_string, annot
 
 : oasis_library_pcre_cclib
 "lib/libpcre_stubs.lib": oasis_library_pcre_cclib
diff --git a/lib/META b/lib/META
index ba54349..ea9bdb5 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 093107e478c4b229806291bc9be362f2)
-version = "7.2.0"
+# DO NOT EDIT (digest: f00cd2da6b8e481dd3713e7a8f1c4b71)
+version = "7.2.1"
 description =
 "pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
 requires = "bytes"
diff --git a/lib/pcre_stubs.c b/lib/pcre_stubs.c
index dbee6f6..225113d 100644
--- a/lib/pcre_stubs.c
+++ b/lib/pcre_stubs.c
@@ -187,7 +187,12 @@ static void pcre_dealloc_regexp(value v_rex)
 {
   void *extra = (void *) Field(v_rex, 2);
   (pcre_free)((void *) Field(v_rex, 1));
-  if (extra != NULL) pcre_free_study(extra);
+  if (extra != NULL)
+#ifdef PCRE_STUDY_JIT_COMPILE
+pcre_free_study(extra);
+#else
+pcre_free(extra);
+#endif
 }
 
 /* Makes OCaml-string from PCRE-version */
diff --git a/setup.ml b/setup.ml
index 4f5840e..8d329a1 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 60f0fcaadee205d5fbe6f170edbc241e) *)
+(* DO NOT EDIT (digest: 93051cc4261da4a968322a5c488fc0e8) *)
 (*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6683,7 +6683,7 @@ let setup_t =
   alpha_features = [];
   beta_features = [];
   name = "pcre";
-  version = "7.2.0";
+  version = "7.2.1";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -6983,7 +6983,7 @@ let setup_t =
};
  oasis_fn = Some "_oasis";
  oasis_version = "0.4.5";
- oasis_digest = Some "X\138�7\133-\026��z�\016E�\137�";
+ oasis_digest = Some "_\141i��\017u��M��~\024}k";
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false

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

___
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] [pcre-ocaml] 08/18: Imported Upstream version 7.2.0

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 0d0b646c154ef47685dbab27d6531127d8a02d40
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:42 2016 +0200

Imported Upstream version 7.2.0
---
 CHANGES.txt   |  4 
 _oasis|  6 ++---
 examples/pcregrep/pcregrep.ml |  5 ++---
 lib/META  |  4 ++--
 lib/pcre.ml   | 50 +++---
 lib/pcre.mli  |  5 ++---
 lib/pcre_stubs.c  | 51 +++
 myocamlbuild.ml   |  8 ---
 setup.ml  | 13 ++-
 9 files changed, 70 insertions(+), 76 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 072bfc1..21b00c2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+2016-02-22:  Fixed a subgroup matching bug.
+
+ Thanks to Cheng Lou for the bug report!
+
 2015-08-21:  Made GC less aggressive reclaiming regexps and chartables.
 
 2014-12-10:  Fixed another limit handling bug in the full_split function.
diff --git a/_oasis b/_oasis
index 0488f46..6d6758d 100644
--- a/_oasis
+++ b/_oasis
@@ -1,10 +1,10 @@
 OASISFormat:  0.4
 Name: pcre
-Version:  7.1.6
+Version:  7.2.0
 Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular 
Expressions library
 Description:  pcre-ocaml offers library functions for string pattern 
matching and substitution, similar to the functionality offered by the Perl 
language.
 Authors:  Markus Mottl 
-Copyrights:   (C) 1999-2015 Markus Mottl 
+Copyrights:   (C) 1999-2016 Markus Mottl 
 Maintainers:  Markus Mottl 
 LicenseFile:  COPYING.txt
 License:  LGPL-2.1+ with OCaml linking exception
@@ -32,7 +32,7 @@ Library pcre
   BuildDepends:bytes
   CCOpt:  -g -O2 -fPIC -DPIC
   if flag(strict) && ccomp_type(cc)
-CCOpt+:   -Wall -pedantic -Wextra -Wunused -Wno-long-long
+CCOpt+:   -Wall -pedantic -Wextra -Wunused -Wno-long-long 
-Wno-keyword-macro
 
 
 # Examples
diff --git a/examples/pcregrep/pcregrep.ml b/examples/pcregrep/pcregrep.ml
index 125ae16..1c31528 100644
--- a/examples/pcregrep/pcregrep.ml
+++ b/examples/pcregrep/pcregrep.ml
@@ -54,7 +54,7 @@ let _ =
   let rex, files = parse_args ()
   and rfl = rflags [] in
 
-  let subgroups2, ovector = make_ovector rex in
+  let _, ovector = make_ovector rex in
 
   let pcregrep file name =
 let ret_code = ref 1
@@ -72,8 +72,7 @@ let _ =
 let try_match line =
   let matched =
 try
-  unsafe_pcre_exec
-rfl rex ~pos:0 ~subj_start:0 ~subj:line ~subgroups2 ovector None;
+  unsafe_pcre_exec rfl rex ~pos:0 ~subj_start:0 ~subj:line ovector 
None;
   if !whole_lines && ovector.(1) <> String.length line then false
   else true
 with Not_found -> false in
diff --git a/lib/META b/lib/META
index bb49166..ba54349 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 46f60b1fadbd7e6335f389b0d4471def)
-version = "7.1.6"
+# DO NOT EDIT (digest: 093107e478c4b229806291bc9be362f2)
+version = "7.2.0"
 description =
 "pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
 requires = "bytes"
diff --git a/lib/pcre.ml b/lib/pcre.ml
index 07f162d..8bcd5ef 100644
--- a/lib/pcre.ml
+++ b/lib/pcre.ml
@@ -384,7 +384,6 @@ external unsafe_pcre_exec :
   pos : int ->
   subj_start : int ->
   subj : string ->
-  subgroups2 : int ->
   int array ->
   callout option ->
   unit = "pcre_exec_stub_bc" "pcre_exec_stub"
@@ -398,9 +397,8 @@ let pcre_exec ?(iflags = 0) ?flags ?(rex = def_rex) ?pat 
?(pos = 0)
   ?callout subj =
   let rex = match pat with Some str -> regexp str | _ -> rex in
   let iflags = match flags with Some flags -> rflags flags | _ -> iflags in
-  let subgroups2, ovector = make_ovector rex in
-  unsafe_pcre_exec
-iflags rex ~pos ~subj_start:0 ~subj ~subgroups2 ovector callout;
+  let _, ovector = make_ovector rex in
+  unsafe_pcre_exec iflags rex ~pos ~subj_start:0 ~subj ovector callout;
   ovector
 
 let exec ?iflags ?flags ?rex ?pat ?pos ?callout subj =
@@ -581,7 +579,7 @@ let replace ?(iflags = 0) ?flags ?(rex = def_rex) ?pat
   try
 unsafe_pcre_exec
   iflags rex ~pos:cur_pos ~subj_start:0 ~subj
-  ~subgroups2 ovector callout;
+  ovector callout;
 false
   with Not_found -> true
 then
@@ -625,14 +623,13 @@ let qreplace ?(iflags = 0) ?flags ?(rex = def_rex) ?pat
   let subj_len = String.length subj in
   if pos < 0 || pos > subj_len then invalid_arg "Pcre.qreplace: illegal 
offset";
   let templ_len = String.length templ in
-  let subgroups2, ovector = make_ovector rex in
+  let _, ovector = make_ovector rex in
   let rec loop full_len subst_lst cur_pos =
 if
   cur_pos > subj_len ||
 

[Pkg-ocaml-maint-commits] [pcre-ocaml] 06/10: pristine-tar data for pcre-ocaml_7.1.6.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit 61048fa67289ca2eb7d0fa222999a58ee55b862a
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:41 2016 +0200

pristine-tar data for pcre-ocaml_7.1.6.orig.tar.gz
---
 pcre-ocaml_7.1.6.orig.tar.gz.delta | Bin 0 -> 1850 bytes
 pcre-ocaml_7.1.6.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.1.6.orig.tar.gz.delta 
b/pcre-ocaml_7.1.6.orig.tar.gz.delta
new file mode 100644
index 000..0136149
Binary files /dev/null and b/pcre-ocaml_7.1.6.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.1.6.orig.tar.gz.id b/pcre-ocaml_7.1.6.orig.tar.gz.id
new file mode 100644
index 000..f1cf37f
--- /dev/null
+++ b/pcre-ocaml_7.1.6.orig.tar.gz.id
@@ -0,0 +1 @@
+c8811b1e64875b5e1c38bd3705cc8cb652dbf59e

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

___
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] [pcre-ocaml] annotated tag debian/7.2.3-1 created (now 520026d)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/7.2.3-1
in repository pcre-ocaml.

at  520026d   (tag)
   tagging  7e8f046a09e3a87b580da9ccc4951d4e585db0d8 (commit)
  replaces  upstream/7.2.3
 tagged by  Stephane Glondu
on  Wed Aug 3 13:58:24 2016 +0200

- Log -
pcre-ocaml Debian release 7.2.3-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJXodxgAAoJEHhT2k1JiBrTpMYP/jCaKkhacdJ+qzJg3kjyroCu
yLni6i+NCaSygM8x588OBivSx9VWqmVOzWQvqZUUb8a2fNUCysWFQp5TLrBJ/Rgc
Cv7CuU2/P+e0kHeAm0ioAybEQDr16/3Zh3kfPxmwwqO54TqQLhTfmO+phEhXj/K0
hE/uxclmVmZqWcr3Kx9NEh5SL8Io51brdc2waveherBtxaMfwNaqZ86vlzFNxJdJ
RckGN2BC+h1lD2v7AVcf0etScqvLuGJezpEsTUER/K09wKZzY+9BdjKf5m7Rq7Xr
pGapRGKxLdt2NEU3Xrwnp8lIjazxdgF+bvtvhRPsFJalQTWbLr8xekEhbRKr78eq
O4kuTa+0EC/hfZZlFU16MDEdrIYzqI3QHbUnfaVcaOt+KW6FFr/yL/GqMG/VJJ99
Xq6+ylKFTH/ugvMPQSlrVviRQUZ0MOsSMv4CrWnRedDRgpBwUQe3iCziC1lzQ9XH
qTeWz/6AViFF/qYyBDt5ZoRjWXltQY9kttAboiOWjkQmRRLMQA1inkZ5husOXB0j
RQ122aZuLcqsqyDHXkvF5J+XgZhVjU+DzVCcHehWGxgClJ28bqMSY9FxNudOjTgS
ouxsb3AVYpGne99jQ5EmlG3oX6J6u0V0x9nHPnjBnWDjbsHDddjSjhZ5Gvvbqcuh
kHJE/xrw60kl5L+XbBtf
=pmlR
-END PGP SIGNATURE-

Hilko Bengen (1):
  Update watch file

Mehdi Dogguy (2):
  Fix Homepage URL
  Release to unstable

Ralf Treinen (2):
  Rebuild with ocaml 3.10.2
  change doc-base sections to Programming/OCaml

Romain Beauxis (1):
  Prepared upload to experimental

Stefano Zacchiroli (60):
  checked in pcre-ocaml 5.10.0
  (maybe) ready for svn-buildpackage!
  builds properly with svn-buildpackage + dpatch + cdbs
  fixed ftbfs due to missing build-dep on dpatch
  unreleased changelog header
  build pcre_stubs.o with -fPIC
  bumped standards-version
  Merge commit 'upstream/5.10.1'
  - new upstream release
  better integration with cdbs, to be used as future reference for other 
ocaml packages cdbs-based(?)
  do not automatically invoke ocamlinit upon build
  3.09 transition
  up to date FSF address
  bumped findlib dep
  bugfix: .in sed replacement must be global
  ported to ocaml 3.09.1
  transition to ocaml 3.09.2 (experimental upload)
  upload to unstable
  added to debian/control the XS-X-Vcs-Svn field pointing to the package's 
SVN URL
  Merge commit 'upstream/5.11.1'
  ready for a new upload: new upstream + decent debian/* setting
  no longer needed, generated at build time
  use ocaml.mk, ready for 3.09.3
  local dpatch configuration (subsumes -b and ../upstream settings)
  renamed Vcs-Svn to match the final name
  ready for the upload
  added watch file
  added XS-Vcs-Browser field
  binary:Version
  Merge commit 'upstream/5.11.4'
  preparing for a 3.10.0 upload to experimental
  * NOT RELEASED YET
  Merge commit 'upstream/5.12.2'
  new usptream release
  * bump debhelper dep and compatibility level to 5
  * debian/rules
  * NOT RELEASED YET
  * debian/control
  * NOT RELEASED YET
  * add Homepage field to debian/control
  promote Vcs-* fields to real debian/control fields, now that they are 
supported by dpkg
  * update standards-version, no changes needed
  * debian/rules: remove unneeded win32 .bat file (make_win32_cloc.bat), it
  * NOT RELEASED YET
  fix vcs-svn fields to point just above debian/ dir (as suggested by 
devref)
  Merge commit 'upstream/5.13.0'
  * new upstream release
  * NOT RELEASED YET
  change Vcs-* fields to point to the new git repository
  rework toward future migrations
  port to latest dh-ocaml
  version build-deps on findlib, to ensure buildability in unstable
  cosmetic change: do not indent variable under ifeq
  upload to unstable
  debian/*install.in: uniform files, removing spurious dirts
  set archive section to "ocaml"
  bump Standards-Version to 3.8.1 (no changes needed)
  prepare for release
  Bump Standards-Version to 3.8.4 (no changes)
  patch management: switch from dpatch to quilt

Stephane Glondu (83):
  * New upstream release.
  Merge commit 'upstream/5.15.0'
  Update debian/watch
  Merge commit 'upstream/5.15.1'
  New upstream release
  Include ocaml.mk last to avoid stray files after cleanup
  Don't install make_win32_cloc.bat instead of removing it from sources
  Update Standards-Version to 3.8.0
  Trade svn-deblayout for gbp.conf
  Add README.source
  Update changelog
  Prepare upload to experimental
  Merge commit 'upstream/6.0.0'
  New upstream release
  Document upstream's API breakage
  Prepare upload to unstable
  Merge commit 'upstream/6.0.1'
  New upstream release, upload to unstable
  Adapt to new dh-ocaml
  Enable API reference generation with new dh_ocamldoc
  Remove old CDBS-rel

[Pkg-ocaml-maint-commits] [pcre-ocaml] annotated tag upstream/7.2.3 created (now 836d5ef)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.2.3
in repository pcre-ocaml.

at  836d5ef   (tag)
   tagging  ab09858cea40f6e1f3d24c20447286b461b5e6f0 (commit)
  replaces  upstream/7.2.2
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:55 2016 +0200

- Log -
Upstream version 7.2.3

Stephane Glondu (1):
  Imported Upstream version 7.2.3

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] 04/10: pristine-tar data for pcre-ocaml_7.1.4.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit ad14966063751c739c5ab520896a57d6c446a0b9
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:39 2016 +0200

pristine-tar data for pcre-ocaml_7.1.4.orig.tar.gz
---
 pcre-ocaml_7.1.4.orig.tar.gz.delta | Bin 0 -> 1830 bytes
 pcre-ocaml_7.1.4.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.1.4.orig.tar.gz.delta 
b/pcre-ocaml_7.1.4.orig.tar.gz.delta
new file mode 100644
index 000..5d9c2ee
Binary files /dev/null and b/pcre-ocaml_7.1.4.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.1.4.orig.tar.gz.id b/pcre-ocaml_7.1.4.orig.tar.gz.id
new file mode 100644
index 000..b80c04d
--- /dev/null
+++ b/pcre-ocaml_7.1.4.orig.tar.gz.id
@@ -0,0 +1 @@
+d3b222ce8d64e1fd13ffd1ea6798e414ea51fa8e

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

___
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] [pcre-ocaml] 02/10: pristine-tar data for pcre-ocaml_7.1.2.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit c068abc703bba53ae11fcaa9da716613f4a39919
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:36 2016 +0200

pristine-tar data for pcre-ocaml_7.1.2.orig.tar.gz
---
 pcre-ocaml_7.1.2.orig.tar.gz.delta | Bin 0 -> 1873 bytes
 pcre-ocaml_7.1.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.1.2.orig.tar.gz.delta 
b/pcre-ocaml_7.1.2.orig.tar.gz.delta
new file mode 100644
index 000..ea1d0b3
Binary files /dev/null and b/pcre-ocaml_7.1.2.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.1.2.orig.tar.gz.id b/pcre-ocaml_7.1.2.orig.tar.gz.id
new file mode 100644
index 000..c0b3398
--- /dev/null
+++ b/pcre-ocaml_7.1.2.orig.tar.gz.id
@@ -0,0 +1 @@
+7094550f0137163951cfafe86c6d096458d8ddb8

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

___
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] [pcre-ocaml] annotated tag upstream/7.1.3 created (now 9e82776)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.1.3
in repository pcre-ocaml.

at  9e82776   (tag)
   tagging  01687ca4559adfec46aed232d762ba6df722e061 (commit)
  replaces  upstream/7.1.2
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:38 2016 +0200

- Log -
Upstream version 7.1.3

Stephane Glondu (1):
  Imported Upstream version 7.1.3

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] 07/10: pristine-tar data for pcre-ocaml_7.2.0.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit b330572424f94713b22fee6e8f4692b35ba2e8a2
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:42 2016 +0200

pristine-tar data for pcre-ocaml_7.2.0.orig.tar.gz
---
 pcre-ocaml_7.2.0.orig.tar.gz.delta | Bin 0 -> 1847 bytes
 pcre-ocaml_7.2.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.2.0.orig.tar.gz.delta 
b/pcre-ocaml_7.2.0.orig.tar.gz.delta
new file mode 100644
index 000..aed6ec1
Binary files /dev/null and b/pcre-ocaml_7.2.0.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.2.0.orig.tar.gz.id b/pcre-ocaml_7.2.0.orig.tar.gz.id
new file mode 100644
index 000..7e3913e
--- /dev/null
+++ b/pcre-ocaml_7.2.0.orig.tar.gz.id
@@ -0,0 +1 @@
+21cc90fe5dbc4d3984cdd3ac6d13348191247c0d

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

___
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] [pcre-ocaml] annotated tag upstream/7.1.6 created (now ea4f72a)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.1.6
in repository pcre-ocaml.

at  ea4f72a   (tag)
   tagging  e50fde3b2c67d43f6da43752a84ac4bd6740aee8 (commit)
  replaces  upstream/7.1.5
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:41 2016 +0200

- Log -
Upstream version 7.1.6

Stephane Glondu (1):
  Imported Upstream version 7.1.6

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] annotated tag upstream/7.2.0 created (now 83e3f45)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.2.0
in repository pcre-ocaml.

at  83e3f45   (tag)
   tagging  0d0b646c154ef47685dbab27d6531127d8a02d40 (commit)
  replaces  upstream/7.1.6
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:42 2016 +0200

- Log -
Upstream version 7.2.0

Stephane Glondu (1):
  Imported Upstream version 7.2.0

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] 08/10: pristine-tar data for pcre-ocaml_7.2.1.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit 404258f31db68a6f60e6449538231e8ca8b204e6
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:43 2016 +0200

pristine-tar data for pcre-ocaml_7.2.1.orig.tar.gz
---
 pcre-ocaml_7.2.1.orig.tar.gz.delta | Bin 0 -> 1825 bytes
 pcre-ocaml_7.2.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.2.1.orig.tar.gz.delta 
b/pcre-ocaml_7.2.1.orig.tar.gz.delta
new file mode 100644
index 000..319d946
Binary files /dev/null and b/pcre-ocaml_7.2.1.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.2.1.orig.tar.gz.id b/pcre-ocaml_7.2.1.orig.tar.gz.id
new file mode 100644
index 000..6b24388
--- /dev/null
+++ b/pcre-ocaml_7.2.1.orig.tar.gz.id
@@ -0,0 +1 @@
+467882f95543ebb9cc61917ee14d95e389721668

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

___
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] [pcre-ocaml] annotated tag upstream/7.1.2 created (now d43bb56)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.1.2
in repository pcre-ocaml.

at  d43bb56   (tag)
   tagging  ec469846efae1bea9484e9dd937f8a3bd5e69f2d (commit)
  replaces  upstream/7.1.1
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:36 2016 +0200

- Log -
Upstream version 7.1.2

Stephane Glondu (1):
  Imported Upstream version 7.1.2

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] 14/18: Update Vcs-*

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit ff024d1ba5b25528e6856f57e66490a52373e0c6
Author: Stephane Glondu 
Date:   Wed Aug 3 13:50:32 2016 +0200

Update Vcs-*
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 251b660..4f7613d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends:
  ocaml-findlib (>= 1.4),
  dh-ocaml (>= 0.9~)
 Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/pcre-ocaml.git
-Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/pcre-ocaml.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/pcre-ocaml.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/pcre-ocaml.git
 Homepage: http://mmottl.github.io/pcre-ocaml/
 
 Package: libpcre-ocaml

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

___
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] [pcre-ocaml] 13/18: New upstream release

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 777da10c0ff39bea59dfbfc104c48b9615c10957
Author: Stephane Glondu 
Date:   Wed Aug 3 13:45:33 2016 +0200

New upstream release
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4501828..44dd7b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pcre-ocaml (7.2.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Stéphane Glondu   Wed, 03 Aug 2016 13:45:29 +0200
+
 pcre-ocaml (7.0.4-2) unstable; urgency=medium
 
   * Team upload.

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

___
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] [pcre-ocaml] 03/10: pristine-tar data for pcre-ocaml_7.1.3.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit 8f46e4369cd5b18ab96f53fe521f6550485dc57b
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:38 2016 +0200

pristine-tar data for pcre-ocaml_7.1.3.orig.tar.gz
---
 pcre-ocaml_7.1.3.orig.tar.gz.delta | Bin 0 -> 1796 bytes
 pcre-ocaml_7.1.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.1.3.orig.tar.gz.delta 
b/pcre-ocaml_7.1.3.orig.tar.gz.delta
new file mode 100644
index 000..083937f
Binary files /dev/null and b/pcre-ocaml_7.1.3.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.1.3.orig.tar.gz.id b/pcre-ocaml_7.1.3.orig.tar.gz.id
new file mode 100644
index 000..90f1198
--- /dev/null
+++ b/pcre-ocaml_7.1.3.orig.tar.gz.id
@@ -0,0 +1 @@
+f285a7169ecbc8f4822141905d1ed162eba39aad

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

___
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] [pcre-ocaml] annotated tag upstream/7.2.1 created (now 4904c3b)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.2.1
in repository pcre-ocaml.

at  4904c3b   (tag)
   tagging  b1a3040dbc54d18e8519b6e104d988d71e860838 (commit)
  replaces  upstream/7.2.0
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:43 2016 +0200

- Log -
Upstream version 7.2.1

Stephane Glondu (1):
  Imported Upstream version 7.2.1

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] annotated tag upstream/7.1.5 created (now bc96c53)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.1.5
in repository pcre-ocaml.

at  bc96c53   (tag)
   tagging  4092411d5295ceb837971565e6f03915e9a30c52 (commit)
  replaces  upstream/7.1.4
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:40 2016 +0200

- Log -
Upstream version 7.1.5

Stephane Glondu (1):
  Imported Upstream version 7.1.5

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] 18/18: Update changelog and prepare upload to unstable

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 7e8f046a09e3a87b580da9ccc4951d4e585db0d8
Author: Stephane Glondu 
Date:   Wed Aug 3 13:51:59 2016 +0200

Update changelog and prepare upload to unstable
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 44dd7b7..a50423a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-pcre-ocaml (7.2.3-1) UNRELEASED; urgency=medium
+pcre-ocaml (7.2.3-1) unstable; urgency=medium
 
   * New upstream release
+  * Update debian/watch
+  * Update Vcs-*
+  * Bump Standards-Version to 3.9.8
+  * Bump debhelper compat to 9
 
- -- Stéphane Glondu   Wed, 03 Aug 2016 13:45:29 +0200
+ -- Stéphane Glondu   Wed, 03 Aug 2016 13:56:58 +0200
 
 pcre-ocaml (7.0.4-2) unstable; urgency=medium
 

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

___
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] [pcre-ocaml] 09/10: pristine-tar data for pcre-ocaml_7.2.2.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit 86a34285e5b5ed29b0d119a73037bcf1c4a26376
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:44 2016 +0200

pristine-tar data for pcre-ocaml_7.2.2.orig.tar.gz
---
 pcre-ocaml_7.2.2.orig.tar.gz.delta | Bin 0 -> 1834 bytes
 pcre-ocaml_7.2.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.2.2.orig.tar.gz.delta 
b/pcre-ocaml_7.2.2.orig.tar.gz.delta
new file mode 100644
index 000..f868cf5
Binary files /dev/null and b/pcre-ocaml_7.2.2.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.2.2.orig.tar.gz.id b/pcre-ocaml_7.2.2.orig.tar.gz.id
new file mode 100644
index 000..10a76fa
--- /dev/null
+++ b/pcre-ocaml_7.2.2.orig.tar.gz.id
@@ -0,0 +1 @@
+bc3e05d369daa4e55620872ea3febac6751573ba

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

___
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] [pcre-ocaml] branch pristine-tar updated (07428d2 -> b1d21b0)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch pristine-tar
in repository pcre-ocaml.

  from  07428d2   pristine-tar data for pcre-ocaml_7.0.4.orig.tar.gz
   new  59b9ef8   pristine-tar data for pcre-ocaml_7.1.1.orig.tar.gz
   new  c068abc   pristine-tar data for pcre-ocaml_7.1.2.orig.tar.gz
   new  8f46e43   pristine-tar data for pcre-ocaml_7.1.3.orig.tar.gz
   new  ad14966   pristine-tar data for pcre-ocaml_7.1.4.orig.tar.gz
   new  3360f7d   pristine-tar data for pcre-ocaml_7.1.5.orig.tar.gz
   new  61048fa   pristine-tar data for pcre-ocaml_7.1.6.orig.tar.gz
   new  b330572   pristine-tar data for pcre-ocaml_7.2.0.orig.tar.gz
   new  404258f   pristine-tar data for pcre-ocaml_7.2.1.orig.tar.gz
   new  86a3428   pristine-tar data for pcre-ocaml_7.2.2.orig.tar.gz
   new  b1d21b0   pristine-tar data for pcre-ocaml_7.2.3.orig.tar.gz

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pcre-ocaml_7.1.1.orig.tar.gz.delta | Bin 0 -> 1696 bytes
 pcre-ocaml_7.1.1.orig.tar.gz.id|   1 +
 pcre-ocaml_7.1.2.orig.tar.gz.delta | Bin 0 -> 1873 bytes
 pcre-ocaml_7.1.2.orig.tar.gz.id|   1 +
 pcre-ocaml_7.1.3.orig.tar.gz.delta | Bin 0 -> 1796 bytes
 pcre-ocaml_7.1.3.orig.tar.gz.id|   1 +
 pcre-ocaml_7.1.4.orig.tar.gz.delta | Bin 0 -> 1830 bytes
 pcre-ocaml_7.1.4.orig.tar.gz.id|   1 +
 pcre-ocaml_7.1.5.orig.tar.gz.delta | Bin 0 -> 1824 bytes
 pcre-ocaml_7.1.5.orig.tar.gz.id|   1 +
 pcre-ocaml_7.1.6.orig.tar.gz.delta | Bin 0 -> 1850 bytes
 pcre-ocaml_7.1.6.orig.tar.gz.id|   1 +
 pcre-ocaml_7.2.0.orig.tar.gz.delta | Bin 0 -> 1847 bytes
 pcre-ocaml_7.2.0.orig.tar.gz.id|   1 +
 pcre-ocaml_7.2.1.orig.tar.gz.delta | Bin 0 -> 1825 bytes
 pcre-ocaml_7.2.1.orig.tar.gz.id|   1 +
 pcre-ocaml_7.2.2.orig.tar.gz.delta | Bin 0 -> 1834 bytes
 pcre-ocaml_7.2.2.orig.tar.gz.id|   1 +
 pcre-ocaml_7.2.3.orig.tar.gz.delta | Bin 0 -> 1830 bytes
 pcre-ocaml_7.2.3.orig.tar.gz.id|   1 +
 20 files changed, 10 insertions(+)
 create mode 100644 pcre-ocaml_7.1.1.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.1.1.orig.tar.gz.id
 create mode 100644 pcre-ocaml_7.1.2.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.1.2.orig.tar.gz.id
 create mode 100644 pcre-ocaml_7.1.3.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.1.3.orig.tar.gz.id
 create mode 100644 pcre-ocaml_7.1.4.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.1.4.orig.tar.gz.id
 create mode 100644 pcre-ocaml_7.1.5.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.1.5.orig.tar.gz.id
 create mode 100644 pcre-ocaml_7.1.6.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.1.6.orig.tar.gz.id
 create mode 100644 pcre-ocaml_7.2.0.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.2.0.orig.tar.gz.id
 create mode 100644 pcre-ocaml_7.2.1.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.2.1.orig.tar.gz.id
 create mode 100644 pcre-ocaml_7.2.2.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.2.2.orig.tar.gz.id
 create mode 100644 pcre-ocaml_7.2.3.orig.tar.gz.delta
 create mode 100644 pcre-ocaml_7.2.3.orig.tar.gz.id

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

___
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] [pcre-ocaml] 10/10: pristine-tar data for pcre-ocaml_7.2.3.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository pcre-ocaml.

commit b1d21b0a8b0c7cf49e16e31681e3c6f5fdcdf079
Author: Stephane Glondu 
Date:   Wed Aug 3 13:44:55 2016 +0200

pristine-tar data for pcre-ocaml_7.2.3.orig.tar.gz
---
 pcre-ocaml_7.2.3.orig.tar.gz.delta | Bin 0 -> 1830 bytes
 pcre-ocaml_7.2.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pcre-ocaml_7.2.3.orig.tar.gz.delta 
b/pcre-ocaml_7.2.3.orig.tar.gz.delta
new file mode 100644
index 000..22a750b
Binary files /dev/null and b/pcre-ocaml_7.2.3.orig.tar.gz.delta differ
diff --git a/pcre-ocaml_7.2.3.orig.tar.gz.id b/pcre-ocaml_7.2.3.orig.tar.gz.id
new file mode 100644
index 000..21bb608
--- /dev/null
+++ b/pcre-ocaml_7.2.3.orig.tar.gz.id
@@ -0,0 +1 @@
+b9b957cfecd69095107175ad8c689d6ea73fd047

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

___
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] [pcre-ocaml] annotated tag upstream/7.1.4 created (now 4085f90)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.1.4
in repository pcre-ocaml.

at  4085f90   (tag)
   tagging  63b860932513149260a717218c53b17e7246874f (commit)
  replaces  upstream/7.1.3
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:39 2016 +0200

- Log -
Upstream version 7.1.4

Stephane Glondu (1):
  Imported Upstream version 7.1.4

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] annotated tag upstream/7.2.2 created (now 04848c7)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.2.2
in repository pcre-ocaml.

at  04848c7   (tag)
   tagging  166590b6e3bce860c34c46dffb00907e5f3b36d5 (commit)
  replaces  upstream/7.2.1
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:44 2016 +0200

- Log -
Upstream version 7.2.2

Stephane Glondu (1):
  Imported Upstream version 7.2.2

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] annotated tag upstream/7.1.1 created (now 39b6203)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag upstream/7.1.1
in repository pcre-ocaml.

at  39b6203   (tag)
   tagging  1d7911366b6136953215563bac9bd5149d408399 (commit)
  replaces  upstream/7.0.4
 tagged by  Stephane Glondu
on  Wed Aug 3 13:44:35 2016 +0200

- Log -
Upstream version 7.1.1

Stephane Glondu (1):
  Imported Upstream version 7.1.1

---

No new revisions were added by this update.

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

___
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] [pcre-ocaml] 16/18: Bump debhelper compat to 9

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 5acc26757408ae737f3453d15d98de68edf47e1a
Author: Stephane Glondu 
Date:   Wed Aug 3 13:56:19 2016 +0200

Bump debhelper compat to 9
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index f5f76b6..c12f6b3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers 
 Uploaders: Stéphane Glondu 
 Build-Depends:
- debhelper (>= 8),
+ debhelper (>= 9),
  libpcre3-dev,
  ocaml-nox (>= 4),
  ocaml-findlib (>= 1.4),

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

___
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] [pcre-ocaml] branch upstream updated (61b7df8 -> ab09858)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch upstream
in repository pcre-ocaml.

  from  61b7df8   Imported Upstream version 7.0.4
   new  1d79113   Imported Upstream version 7.1.1
   new  ec46984   Imported Upstream version 7.1.2
   new  01687ca   Imported Upstream version 7.1.3
   new  63b8609   Imported Upstream version 7.1.4
   new  4092411   Imported Upstream version 7.1.5
   new  e50fde3   Imported Upstream version 7.1.6
   new  0d0b646   Imported Upstream version 7.2.0
   new  b1a3040   Imported Upstream version 7.2.1
   new  166590b   Imported Upstream version 7.2.2
   new  ab09858   Imported Upstream version 7.2.3

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore|   8 +
 .hg_archival.txt  |   4 -
 .hgignore |   5 -
 .hgtags   |  24 --
 AUTHORS.txt   |  14 +-
 CHANGES.txt   |  37 +++
 INSTALL.txt   |  11 +-
 Makefile  |   5 +-
 README.md |  55 ++--
 _oasis|  32 +-
 _opam |   3 +
 _tags |  25 +-
 examples/cloc/cloc.ml |  12 +-
 examples/pcregrep/pcregrep.ml |   4 +-
 lib/META  |   5 +-
 lib/pcre.ml   | 174 +-
 lib/pcre.mldylib  |   4 +
 lib/pcre.mli  |  25 +-
 lib/pcre.mllib|   3 +-
 lib/pcre_compat.ml|   2 +
 lib/pcre_compat312.ml |   2 +
 lib/pcre_compat402.ml |   2 +
 lib/pcre_stubs.c  | 174 +-
 myocamlbuild.ml   | 220 -
 setup.ml  | 715 ++
 25 files changed, 952 insertions(+), 613 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 .hg_archival.txt
 delete mode 100644 .hgignore
 delete mode 100644 .hgtags
 create mode 100644 _opam
 create mode 100644 lib/pcre_compat.ml
 create mode 100644 lib/pcre_compat312.ml
 create mode 100644 lib/pcre_compat402.ml

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

___
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] [ocaml-result] branch master updated (eb1ee97 -> 8651105)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository ocaml-result.

  from  eb1ee97   Initial packaging
   new  8651105   Prepare upload to unstable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

___
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] [ocaml-result] 01/01: Prepare upload to unstable

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-result.

commit 8651105aea735754fe695db47787667a3d30ecc1
Author: Stephane Glondu 
Date:   Wed Aug 3 14:36:08 2016 +0200

Prepare upload to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a2f80c0..8a59ad3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ocaml-result (1.2-1) UNRELEASED; urgency=low
+ocaml-result (1.2-1) unstable; urgency=low
 
   * Initial release (Closes: #833353)
 
- -- Stéphane Glondu   Wed, 03 Aug 2016 14:15:30 +0200
+ -- Stéphane Glondu   Wed, 03 Aug 2016 14:35:56 +0200

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

___
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] [ocaml-result] annotated tag debian/1.2-1 created (now 363cc97)

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.2-1
in repository ocaml-result.

at  363cc97   (tag)
   tagging  8651105aea735754fe695db47787667a3d30ecc1 (commit)
  replaces  upstream/1.2
 tagged by  Stephane Glondu
on  Wed Aug 3 14:37:52 2016 +0200

- Log -
ocaml-result Debian release 1.2-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJXoeWgAAoJEHhT2k1JiBrTozwP/iGUA7QVqxfD4INmAPMk1g5Y
y7KwmXA6dDXWbXaA11HqV6dvcl70fXWY8QhwD1DTLhV+eSJrkclFukd8jRp58v/w
jCktkvQ4NwiZNILac+cYME+ZvHE7IzYFL4bngaktE9lCHi4dp9RGW2jJIvEHD6KK
TzlsZu7ZiDGlLbnL7P4vZEnVAaogAXjIC4lMIX265CJYvLePrnjlCwmLXur19Y1X
dtJlaRBFYj3YC4fQioP31wP5LIUlR2nZRhAhMkKSyy4q+0tOsMaUHaA1cXm+Uxzb
3ublRgDjtzTGnkHA5pDaB5v01zxSgqkhKnOd01jBtmGFtHit8PJTviVCy1316drd
daey/GI8XnaQZ2kUwQ9qPchWPeOqEqYiaV5mUOxTwm0kiKnisq6E9PlwJUspClTW
6GWrQD31bTuA+GZri+HbEXsQESLybORyaYvMODWG/Nr+4X1MjS/C4ZxL4KzvfPyP
U8bfv+JTtRALDNq3q0MPmG9HA6FSuQ3qEAGx117L89NM8NizLgyGUyclkBcnJEum
WC/RZl1BIaCULNY8Q/H57cZeRwVp4Mlbd28m53Mu7EkbACOj9gyweePjtyGt7BbE
NVAQCmR/g3Jk+SZJihD/whXYmtVdr4N8+Y6fJRL7avjoZK2eE3D0U2HdHkmjmGGg
qn9N0L4VQDuwHXUQbTje
=pmiT
-END PGP SIGNATURE-

Stephane Glondu (2):
  Initial packaging
  Prepare upload to unstable

---

No new revisions were added by this update.

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

___
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] [ocaml-sqlite3] 01/19: Fix debian/watch

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit 97fda96d0280657f85c02ff066422896c7ca384c
Author: Stephane Glondu 
Date:   Wed Aug 3 15:35:01 2016 +0200

Fix debian/watch
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 35c3669..9f419fe 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://github.com/mmottl/sqlite3-ocaml/releases/ 
.*/sqlite3-ocaml/releases/download/v(.*)/sqlite3-ocaml-.*()\.tar\.gz
+https://github.com/mmottl/sqlite3-ocaml/releases/ 
.*/sqlite3-ocaml/releases/download/v(.*)/sqlite3-ocaml-.*\.tar\.gz

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

___
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] [ocaml-sqlite3] 09/19: Imported Upstream version 4.0.3

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit caf779a31c5611f14777b3b8b8c33ea1c3191505
Author: Stephane Glondu 
Date:   Wed Aug 3 15:37:22 2016 +0200

Imported Upstream version 4.0.3
---
 README.md   | 24 ++---
 _oasis  | 12 ---
 lib/META|  4 ++--
 lib/sqlite3_stubs.c | 27 
 myocamlbuild.ml | 61 ++---
 setup.ml| 51 ++--
 6 files changed, 139 insertions(+), 40 deletions(-)

diff --git a/README.md b/README.md
index af2ed1a..8bcb058 100644
--- a/README.md
+++ b/README.md
@@ -33,10 +33,10 @@ for testing various features of this library.
 SQLite3-OCaml depends on `pkg-config` to locate and compile against an
 [SQLite3](http://www.sqlite.org) library.
 
-If the SQLite3 version is larger than or equal to 3.3.7, it is assumed that it
+If the SQLite3 version is greater than or equal to 3.3.7, it is assumed that it
 supports [Run-Time Loadable Extensions](http://www.sqlite.org/loadext.html).
-If this feature has been explicitly disabled in the library, the build will
-fail with:
+If this feature has been explicitly disabled in the library, building
+applications will fail with:
 
 ```
 Undefined symbols for architecture ...:
@@ -54,6 +54,11 @@ Undefined symbols for architecture ...:
 environment variable; this will instruct the build to see if a _brewed_
 version of SQLite is installed and route `pkg-config` appropriately.
 
+  * You can explicitly disable run-time loadable extensions by calling
+`configure` with the flag `--disable-loadable-extensions` or by setting
+the environment variable `SQLITE3_DISABLE_LOADABLE_EXTENSIONS` if linking
+problems persist.
+
 Credits
 ---
 
@@ -74,15 +79,10 @@ Credits
 Contact Information and Contributing
 
 
-In the case of bugs, feature requests, contributions and similar, please
-contact the maintainers:
-
-  * Markus Mottl 
-  * Christian Szegedy 
-
-Up-to-date information should be available at:
-
+In the case of bugs, feature requests, contributions and similar,
+please communicate with the maintainers using the [GitHub project
+page](https://github.com/mmottl/sqlite3-ocaml).
 
 Enjoy!
 
-Markus Mottl on February 9, 2015
+Markus Mottl on January 5, 2015
diff --git a/_oasis b/_oasis
index afb39a8..e7d0607 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: sqlite3
-Version:  4.0.2
+Version:  4.0.3
 Synopsis: sqlite3-ocaml - SQLite3 bindings
 Description:  sqlite3-ocaml is an OCaml library with bindings to the
   SQLite3 client API.  Sqlite3 is a self-contained, serverless,
@@ -12,7 +12,7 @@ Description:  sqlite3-ocaml is an OCaml library with 
bindings to the
 Authors:  Markus Mottl ,
   Christian Szegedy 
 Copyrights:   (C) 2007-2010 Jane Street Holding LLC 
,
-  (C) 2010-2015 Markus Mottl ,
+  (C) 2010-2016 Markus Mottl ,
   (C) 2005-2012 Christian Szegedy 
 Maintainers:  Markus Mottl ,
   Christian Szegedy 
@@ -37,6 +37,10 @@ Flag brewcheck
   Description:Try to check against a homebrewed sqlite3
   Default:false
 
+Flag loadable_extensions
+  Description:Enable loadable extensions
+  Default:true
+
 Library sqlite3
   Path:   lib
   FindlibName:sqlite3
@@ -44,7 +48,9 @@ Library sqlite3
   CSources:   sqlite3_stubs.c
   CCOpt:  -g -O2 -fPIC -DPIC
   if flag(strict) && ccomp_type(cc)
-CCOpt+:   -Wall -pedantic -Wextra -Wunused -Wno-long-long
+CCOpt+:   -Wall -pedantic -Wextra -Wunused -Wno-long-long 
-Wno-keyword-macro
+  if !flag(loadable_extensions)
+CCOpt+:   -DSQLITE3_DISABLE_LOADABLE_EXTENSIONS
   CCLib:  -lsqlite3 -lpthread
 
 
diff --git a/lib/META b/lib/META
index 094762b..25c98ad 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 5524efdf2a9ea85569fd9184ad5804ae)
-version = "4.0.2"
+# DO NOT EDIT (digest: fa8ee36501416c86cd1e145c553d9aae)
+version = "4.0.3"
 description = "sqlite3-ocaml - SQLite3 bindings"
 archive(byte) = "sqlite3.cma"
 archive(byte, plugin) = "sqlite3.cma"
diff --git a/lib/sqlite3_stubs.c b/lib/sqlite3_stubs.c
index f34d90d..91d112d 100644
--- a/lib/sqlite3_stubs.c
+++ b/lib/sqlite3_stubs.c
@@ -49,7 +49,7 @@
 # define inline
 #endif
 
-#if SQLITE_VERSION_NUMBER >= 3003007
+#if SQLITE_VERSION_NUMBER >= 3003007 && !SQLITE3_DISABLE_LOADABLE_EXTENSIONS
 # define SQLITE_HAS_ENABLE_LOAD_EXTENSION
 #endif
 
@@ -125,7 +125,7 @@ static inline void destroy_user_exception(void *user_exc_)
 {
   user_exception *user_exn = user_exc_;
   caml_remove_global_root(&user_exn->exn);
-  f

[Pkg-ocaml-maint-commits] [ocaml-sqlite3] 08/19: Imported Upstream version 4.0.2

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit 0088c1e9d678ce7615155e1f39cf88846eb20c16
Author: Stephane Glondu 
Date:   Wed Aug 3 15:37:21 2016 +0200

Imported Upstream version 4.0.2
---
 CHANGES.txt|  4 
 README.md  |  4 +++-
 _oasis |  2 +-
 lib/META   |  4 ++--
 myocamlbuild.ml|  6 +-
 setup.ml   |  6 +++---
 test/test_error.ml | 12 
 7 files changed, 26 insertions(+), 12 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 22bd07f..4fb5b79 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+2015-11-18: More build process improvements for Homebrew users.
+
+Thanks to Leonid Rozenberg  for this patch!
+
 2015-11-05: Improved build process for Homebrew users.
 
 Thanks to Leonid Rozenberg  for this patch!
diff --git a/README.md b/README.md
index a5ef00f..af2ed1a 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,9 @@ Undefined symbols for architecture ...:
 
   * If you need to change where `pkg-config` will look for the SQLite3
 library, set the `PKG_CONFIG_PATH` environment variable to the new
-directory.
+directory.  This can be automated by setting the `SQLITE3_OCAML_BREWCHECK`
+environment variable; this will instruct the build to see if a _brewed_
+version of SQLite is installed and route `pkg-config` appropriately.
 
 Credits
 ---
diff --git a/_oasis b/_oasis
index 8c979df..afb39a8 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: sqlite3
-Version:  4.0.1
+Version:  4.0.2
 Synopsis: sqlite3-ocaml - SQLite3 bindings
 Description:  sqlite3-ocaml is an OCaml library with bindings to the
   SQLite3 client API.  Sqlite3 is a self-contained, serverless,
diff --git a/lib/META b/lib/META
index 8f3ef17..094762b 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: fa19b11d9ac1a4791fb1c01cd07a002f)
-version = "4.0.1"
+# DO NOT EDIT (digest: 5524efdf2a9ea85569fd9184ad5804ae)
+version = "4.0.2"
 description = "sqlite3-ocaml - SQLite3 bindings"
 archive(byte) = "sqlite3.cma"
 archive(byte, plugin) = "sqlite3.cma"
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index 4cff5b3..bb41a99 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -712,7 +712,11 @@ let pkg_export =
   let env = BaseEnvLight.load () in
   let bcs = BaseEnvLight.var_get "brewcheck" env in
   let bcs = try bool_of_string bcs with _ -> false in
-  if not bcs then ""
+  let proc_env =
+try ignore (Sys.getenv "SQLITE3_OCAML_BREWCHECK"); true
+with _ -> false
+  in
+  if not (bcs || proc_env) then ""
   else
 let cmd = "brew ls sqlite | grep pkgconfig" in
 match read_lines_from_cmd ~max_lines:1 cmd with
diff --git a/setup.ml b/setup.ml
index 0975922..cbe1390 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 728d524ab62c228fdd760d9587408492) *)
+(* DO NOT EDIT (digest: 4f2751487ce181081e99de1028e4c41a) *)
 (*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6981,7 +6981,7 @@ let setup_t =
   alpha_features = [];
   beta_features = [];
   name = "sqlite3";
-  version = "4.0.1";
+  version = "4.0.2";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -7523,7 +7523,7 @@ let setup_t =
};
  oasis_fn = Some "_oasis";
  oasis_version = "0.4.5";
- oasis_digest = Some "\\\015�\014�Mkl=�\026\129\146zR\144";
+ oasis_digest = Some "\t��%�~;��\t=��\\¶";
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false
diff --git a/test/test_error.ml b/test/test_error.ml
index 048e8e6..864be3e 100644
--- a/test/test_error.ml
+++ b/test/test_error.ml
@@ -1,8 +1,12 @@
 open Sqlite3
 
-(* Tests our ability to return an error from a user defined function *)
+exception This_function_always_fails
+
+(* Tests our ability to raise an exception from a user-defined function *)
 let () =
   let db = db_open "t" in
-  create_fun0 db "MYERROR" (fun () -> failwith "This function always errors");
-  let res = exec db "SELECT MYERROR();" in
-  prerr_endline ("Should have thrown an error: " ^ Rc.to_string res)
+  create_fun0 db "MYERROR" (fun () -> raise This_function_always_fails);
+  try
+let res = exec db "SELECT MYERROR();" in
+prerr_endline ("Should have thrown an error: " ^ Rc.to_string res)
+  with This_function_always_fails -> print_endline "Ok"

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alio

[Pkg-ocaml-maint-commits] [ocaml-sqlite3] 07/19: Imported Upstream version 4.0.1

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit 9307de921f58c7d7766ac37a65858990365c321d
Author: Stephane Glondu 
Date:   Wed Aug 3 15:37:20 2016 +0200

Imported Upstream version 4.0.1
---
 CHANGES.txt |  4 
 _oasis  |  6 +-
 lib/META|  4 ++--
 myocamlbuild.ml | 17 +++--
 setup.ml| 19 +++
 5 files changed, 41 insertions(+), 9 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 31a102a..22bd07f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+2015-11-05: Improved build process for Homebrew users.
+
+Thanks to Leonid Rozenberg  for this patch!
+
 2015-09-02: Major API change that is compatible with major release series 2:
 
 It is now possible to return errors from user-defined SQL-functions
diff --git a/_oasis b/_oasis
index 89fc385..8c979df 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: sqlite3
-Version:  4.0.0
+Version:  4.0.1
 Synopsis: sqlite3-ocaml - SQLite3 bindings
 Description:  sqlite3-ocaml is an OCaml library with bindings to the
   SQLite3 client API.  Sqlite3 is a self-contained, serverless,
@@ -33,6 +33,10 @@ Flag strict
   Description:Strict compile-time checks
   Default:true
 
+Flag brewcheck
+  Description:Try to check against a homebrewed sqlite3
+  Default:false
+
 Library sqlite3
   Path:   lib
   FindlibName:sqlite3
diff --git a/lib/META b/lib/META
index 2360e7e..8f3ef17 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 5c96ba55072fdd9b0770a2d5872a8c6d)
-version = "4.0.0"
+# DO NOT EDIT (digest: fa19b11d9ac1a4791fb1c01cd07a002f)
+version = "4.0.1"
 description = "sqlite3-ocaml - SQLite3 bindings"
 archive(byte) = "sqlite3.cma"
 archive(byte, plugin) = "sqlite3.cma"
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index ae55ac0..4cff5b3 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -708,6 +708,19 @@ let string_trim s =
   else if !j >= !i then String.sub s !i (!j - !i + 1)
   else ""
 
+let pkg_export =
+  let env = BaseEnvLight.load () in
+  let bcs = BaseEnvLight.var_get "brewcheck" env in
+  let bcs = try bool_of_string bcs with _ -> false in
+  if not bcs then ""
+  else
+let cmd = "brew ls sqlite | grep pkgconfig" in
+match read_lines_from_cmd ~max_lines:1 cmd with
+| [fullpath] when fullpath <> "" ->
+  let path = Filename.dirname fullpath in
+  Printf.sprintf "PKG_CONFIG_PATH=%s" path
+| _ -> ""
+
 let () =
   let additional_rules = function
 | After_rules ->
@@ -733,13 +746,13 @@ let () =
   List.map cnv chunks
 in
 let osqlite3_cflags =
-  let cmd = "pkg-config --cflags sqlite3" in
+  let cmd = pkg_export ^ " pkg-config --cflags sqlite3" in
   match read_lines_from_cmd ~max_lines:1 cmd with
   | [cflags] -> S (ocamlify ~ocaml_flag:"-ccopt" cflags)
   | _ -> failwith "pkg-config failed for cflags"
 in
 let sqlite3_clibs, osqlite3_clibs =
-  let cmd = "pkg-config --libs sqlite3" in
+  let cmd = pkg_export ^ " pkg-config --libs sqlite3" in
   match read_lines_from_cmd ~max_lines:1 cmd with
   | [libs] ->
   S (split_flags libs), S (ocamlify ~ocaml_flag:"-cclib" libs)
diff --git a/setup.ml b/setup.ml
index 5e395db..0975922 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 1b6fe2a99f7d4b7e0a8fcaf32a49dc1a) *)
+(* DO NOT EDIT (digest: 728d524ab62c228fdd760d9587408492) *)
 (*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6981,7 +6981,7 @@ let setup_t =
   alpha_features = [];
   beta_features = [];
   name = "sqlite3";
-  version = "4.0.0";
+  version = "4.0.1";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -7062,6 +7062,17 @@ let setup_t =
   flag_description = Some "Strict compile-time checks";
   flag_default = [(OASISExpr.EBool true, true)]
});
+   Flag
+ ({
+ cs_name = "brewcheck";
+ cs_data = PropList.Data.create ();
+ cs_plugin_data = []
+  },
+   {
+  flag_description =
+Some "Try to check against a homebrewed sqlite3";
+  flag_default = [(OASISExpr.EBool true, false)]
+   });
Library
  ({
  cs_name = "sqlite3";
@@ -7512,7 +7523,7 @@ let setup_t =
};
  oasis_fn = Some "_oasis";
   

[Pkg-ocaml-maint-commits] [ocaml-sqlite3] 05/19: Imported Upstream version 3.0.0

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit 4bbaf48f03500061a0d071e47e5741af062d1a8d
Author: Stephane Glondu 
Date:   Wed Aug 3 15:37:18 2016 +0200

Imported Upstream version 3.0.0
---
 CHANGES.txt |  4 +++
 INSTALL.txt |  6 ++--
 README.md   | 26 +++-
 _oasis  | 16 +-
 _tags   |  4 ++-
 lib/META|  4 +--
 lib/sqlite3.ml  |  6 ++--
 lib/sqlite3.mli |  3 +-
 lib/sqlite3_stubs.c |  4 +++
 setup.ml| 89 ++---
 test/test_error.ml  | 20 
 11 files changed, 167 insertions(+), 15 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 630ebb2..7677443 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+2015-08-29: Added user function error handling (major API change).
+
+Thanks to Joseph Young for this patch!
+
 2015-01-29: Fixed a build problem due to Oasis/ocamlbuild inconsistency.
 
 Thanks to Leonid Rozenberg  for this patch!
diff --git a/INSTALL.txt b/INSTALL.txt
index 7f0aa6e..07f6f26 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,5 +1,5 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: dd3cb7c4515a29aaa64bbcda8b16a781) *)
+(* DO NOT EDIT (digest: ca1786acdafc1c9f2a8fdd7a5247f689) *)
 
 This is the INSTALL file for the sqlite3 distribution.
 
@@ -11,8 +11,8 @@ Dependencies
 
 In order to compile this package, you will need:
 
-* ocaml (>= 3.12) for all, test test_agg, test test_db, test test_exec,
-  test test_fun, test test_stmt, doc API
+* ocaml (>= 3.12) for all, test test_agg, test test_db, test test_error,
+  test test_exec, test test_fun, test test_stmt, doc API
 * findlib (>= 1.3.1)
 
 Installing
diff --git a/README.md b/README.md
index 86e7193..a5ef00f 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,30 @@ SQLite3 has its own [online 
documentation](http://www.sqlite.org/docs.html).
 The `test`-directory in this distribution contains a few simple examples
 for testing various features of this library.
 
+### Build issues
+
+SQLite3-OCaml depends on `pkg-config` to locate and compile against an
+[SQLite3](http://www.sqlite.org) library.
+
+If the SQLite3 version is larger than or equal to 3.3.7, it is assumed that it
+supports [Run-Time Loadable Extensions](http://www.sqlite.org/loadext.html).
+If this feature has been explicitly disabled in the library, the build will
+fail with:
+
+```
+Undefined symbols for architecture ...:
+  "_sqlite3_enable_load_extension", referenced from:
+  _caml_sqlite3_enable_load_extension in 
libsqlite3_stubs.a(sqlite3_stubs.o)
+ (maybe you meant: _caml_sqlite3_enable_load_extension)
+```
+
+  * You can check if your library is missing loadable extensions by searching
+it for the string `OMIT_LOAD_EXTENSION`.
+
+  * If you need to change where `pkg-config` will look for the SQLite3
+library, set the `PKG_CONFIG_PATH` environment variable to the new
+directory.
+
 Credits
 ---
 
@@ -59,4 +83,4 @@ Up-to-date information should be available at:
 
 Enjoy!
 
-Markus Mottl on July 10, 2012
+Markus Mottl on February 9, 2015
diff --git a/_oasis b/_oasis
index d50d156..ecdfa45 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: sqlite3
-Version:  2.0.9
+Version:  3.0.0
 Synopsis: sqlite3-ocaml - SQLite3 bindings
 Description:  sqlite3-ocaml is an OCaml library with bindings to the
   SQLite3 client API.  Sqlite3 is a self-contained, serverless,
@@ -112,6 +112,20 @@ Test test_stmt
   WorkingDirectory:   test
   PostCommand:rm t
 
+Executable test_error
+  Path:   test
+  MainIs: test_error.ml
+  Build$: flag(tests)
+  Install:false
+  BuildDepends:   sqlite3
+  CompiledObject: best
+
+Test test_error
+  Run$:   flag(tests)
+  Command:$test_error
+  WorkingDirectory:   test
+  PostCommand:rm t
+
 #
 
 Document API
diff --git a/_tags b/_tags
index 54423cd..89831db 100644
--- a/_tags
+++ b/_tags
@@ -1,5 +1,5 @@
 # OASIS_START
-# DO NOT EDIT (digest: 3fd9cff80b9dcdb8cdf52535e63056b7)
+# DO NOT EDIT (digest: 861fe4675b9540776aedfbf5f54a58d7)
 # Ignore VCS directories, you can use the same kind of rule outside
 # OASIS_START/STOP if you want to exclude directories that contains
 # useless stuff for the build process
@@ -36,6 +36,8 @@ true: annot, bin_annot
 : pkg_str
 # Executable test_stmt
 : use_sqlite3
+# Executable test_error
+: use_sqlite3
 : use_sqlite3
 # OASIS_STOP
 
diff --git a/lib/META b/lib/META
index d5cd9b6..83b8d13 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: f2411e0a0d6c8bb3fee87a6bf3f386db)
-version = "2.0.9"
+# DO NOT EDIT (digest: fc7db74acb0529e253896e714e0a428b)
+version = "3.0.0"
 description = "sqlite3-ocaml - SQLite3 bindings"
 archive(byte) = "s

[Pkg-ocaml-maint-commits] [ocaml-sqlite3] 06/19: Imported Upstream version 4.0.0

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit 3aa4faffb1ecee264af5c649ad36dec67a483f79
Author: Stephane Glondu 
Date:   Wed Aug 3 15:37:19 2016 +0200

Imported Upstream version 4.0.0
---
 CHANGES.txt | 10 
 _oasis  |  4 +--
 lib/META|  4 +--
 lib/sqlite3.ml  |  4 +--
 lib/sqlite3.mli |  1 -
 lib/sqlite3_stubs.c | 70 -
 myocamlbuild.ml | 11 ++---
 setup.ml| 11 +
 test/test_error.ml  | 16 ++--
 9 files changed, 88 insertions(+), 43 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 7677443..31a102a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,13 @@
+2015-09-02: Major API change that is compatible with major release series 2:
+
+It is now possible to return errors from user-defined SQL-functions
+by simply raising (arbitrary) exceptions.  This somewhat
+tricky internal change eliminates the need for Data.ERROR and
+reestablishes compatibility with major release series 2.
+
+Sorry for the churn, but the more elegant solution was not
+quite obvious!
+
 2015-08-29: Added user function error handling (major API change).
 
 Thanks to Joseph Young for this patch!
diff --git a/_oasis b/_oasis
index ecdfa45..89fc385 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: sqlite3
-Version:  3.0.0
+Version:  4.0.0
 Synopsis: sqlite3-ocaml - SQLite3 bindings
 Description:  sqlite3-ocaml is an OCaml library with bindings to the
   SQLite3 client API.  Sqlite3 is a self-contained, serverless,
@@ -41,7 +41,7 @@ Library sqlite3
   CCOpt:  -g -O2 -fPIC -DPIC
   if flag(strict) && ccomp_type(cc)
 CCOpt+:   -Wall -pedantic -Wextra -Wunused -Wno-long-long
-  CCLib:  -lsqlite3
+  CCLib:  -lsqlite3 -lpthread
 
 
 # Tests
diff --git a/lib/META b/lib/META
index 83b8d13..2360e7e 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: fc7db74acb0529e253896e714e0a428b)
-version = "3.0.0"
+# DO NOT EDIT (digest: 5c96ba55072fdd9b0770a2d5872a8c6d)
+version = "4.0.0"
 description = "sqlite3-ocaml - SQLite3 bindings"
 archive(byte) = "sqlite3.cma"
 archive(byte, plugin) = "sqlite3.cma"
diff --git a/lib/sqlite3.ml b/lib/sqlite3.ml
index 1eb25be..4f5013a 100644
--- a/lib/sqlite3.ml
+++ b/lib/sqlite3.ml
@@ -112,13 +112,12 @@ module Data = struct
 | FLOAT of float
 | TEXT of string
 | BLOB of string
-| ERROR of string
 
   let to_string = function
 | NONE | NULL -> ""
 | INT i -> Int64.to_string i
 | FLOAT f -> string_of_float f
-| TEXT t | BLOB t | ERROR t -> t
+| TEXT t | BLOB t -> t
 
   let to_string_debug = function
 | NONE -> "NONE"
@@ -127,7 +126,6 @@ module Data = struct
 | FLOAT f -> sprintf "FLOAT <%f>" f
 | TEXT t -> sprintf "TEXT <%S>" t
 | BLOB b -> sprintf "BLOB <%d>" (String.length b)
-| ERROR e -> sprintf "ERROR <%S>" e
 end
 
 type header = string
diff --git a/lib/sqlite3.mli b/lib/sqlite3.mli
index 0cc7c6a..aa0749a 100644
--- a/lib/sqlite3.mli
+++ b/lib/sqlite3.mli
@@ -142,7 +142,6 @@ module Data : sig
 | FLOAT of float
 | TEXT of string
 | BLOB of string
-| ERROR of string
 
   val to_string : t -> string
   (** [to_string data] converts [data] to a string.  Both [NONE] and
diff --git a/lib/sqlite3_stubs.c b/lib/sqlite3_stubs.c
index 2abcedb..f34d90d 100644
--- a/lib/sqlite3_stubs.c
+++ b/lib/sqlite3_stubs.c
@@ -37,6 +37,7 @@
 #include 
 
 #include 
+#include 
 
 #if __GNUC__ >= 3
 # define inline inline __attribute__ ((always_inline))
@@ -105,6 +106,46 @@ typedef struct stmt_wrap {
 } stmt_wrap;
 
 
+/* Handling of exceptions in user-defined SQL-functions */
+
+/* For propagating exceptions from user-defined SQL-functions */
+static pthread_key_t user_exception_key;
+
+typedef struct user_exception { value exn; } user_exception;
+
+static inline void create_user_exception(value v_exn)
+{
+  user_exception *user_exn = caml_stat_alloc(sizeof(user_exception));
+  user_exn->exn = v_exn;
+  caml_register_global_root(&user_exn->exn);
+  pthread_setspecific(user_exception_key, user_exn);
+}
+
+static inline void destroy_user_exception(void *user_exc_)
+{
+  user_exception *user_exn = user_exc_;
+  caml_remove_global_root(&user_exn->exn);
+  free(user_exn);
+}
+
+static inline void maybe_raise_user_exception(int rc)
+{
+  if (rc == SQLITE_ERROR) {
+user_exception *user_exn = pthread_getspecific(user_exception_key);
+
+if (user_exn != NULL) {
+  CAMLparam0();
+  CAMLlocal1(v_exn);
+  v_exn = user_exn->exn;
+  destroy_user_exception(user_exn);
+  pthread_setspecific(user_exception_key, NULL);
+  caml_raise(v_exn);
+  CAMLnoreturn;
+}
+  }
+}
+
+

[Pkg-ocaml-maint-commits] [ocaml-sqlite3] 04/19: Imported Upstream version 2.0.9

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit 832fee4b8f4e56fbf4c6c7dd973fbc97a31ccbd6
Author: Stephane Glondu 
Date:   Wed Aug 3 15:37:17 2016 +0200

Imported Upstream version 2.0.9
---
 _oasis  | 2 +-
 lib/META| 4 ++--
 myocamlbuild.ml | 4 ++--
 setup.ml| 6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/_oasis b/_oasis
index 449620b..d50d156 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: sqlite3
-Version:  2.0.8
+Version:  2.0.9
 Synopsis: sqlite3-ocaml - SQLite3 bindings
 Description:  sqlite3-ocaml is an OCaml library with bindings to the
   SQLite3 client API.  Sqlite3 is a self-contained, serverless,
diff --git a/lib/META b/lib/META
index eb915a1..d5cd9b6 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 8305eccf9d25fc8cbe922719f09082c2)
-version = "2.0.8"
+# DO NOT EDIT (digest: f2411e0a0d6c8bb3fee87a6bf3f386db)
+version = "2.0.9"
 description = "sqlite3-ocaml - SQLite3 bindings"
 archive(byte) = "sqlite3.cma"
 archive(byte, plugin) = "sqlite3.cma"
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index 52659da..6e97ca5 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -732,13 +732,13 @@ let () =
 let osqlite3_cflags =
   let cmd = "pkg-config --cflags sqlite3" in
   match read_lines_from_cmd ~max_lines:1 cmd with
-  | [cflags] when cflags <> "" -> S (ocamlify ~ocaml_flag:"-ccopt" 
cflags)
+  | [cflags] -> S (ocamlify ~ocaml_flag:"-ccopt" cflags)
   | _ -> failwith "pkg-config failed for cflags"
 in
 let sqlite3_clibs, osqlite3_clibs =
   let cmd = "pkg-config --libs sqlite3" in
   match read_lines_from_cmd ~max_lines:1 cmd with
-  | [libs] when libs <> "" ->
+  | [libs] ->
   S (split_flags libs), S (ocamlify ~ocaml_flag:"-cclib" libs)
   | _ -> failwith "pkg-config failed for libs"
 in
diff --git a/setup.ml b/setup.ml
index 7406502..1cf9cd8 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: d72ad52c970b501a8decfd221dc8edff) *)
+(* DO NOT EDIT (digest: 3743f09fc72577ad3af91b1ab47847de) *)
 (*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6957,7 +6957,7 @@ let setup_t =
   alpha_features = [];
   beta_features = [];
   name = "sqlite3";
-  version = "2.0.8";
+  version = "2.0.9";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -7430,7 +7430,7 @@ let setup_t =
};
  oasis_fn = Some "_oasis";
  oasis_version = "0.4.5";
- oasis_digest = Some "�X\012$oƺ;�ٯ�A�y";
+ oasis_digest = Some "\144 �N\011f�\016��BE���";
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false

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

___
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] [ocaml-sqlite3] 12/19: Merge tag 'upstream/4.0.5'

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit cc8d800570d75cf9ccd00e6428e58f711fd88ced
Merge: 97fda96 c2e710a
Author: Stephane Glondu 
Date:   Wed Aug 3 15:37:54 2016 +0200

Merge tag 'upstream/4.0.5'

Upstream version 4.0.5

 .gitignore  |   9 +-
 .hg_archival.txt|   4 -
 .hgignore   |   5 -
 .hgtags |  29 --
 AUTHORS.txt |  20 +-
 CHANGES.txt |  42 +++
 INSTALL.txt |  12 +-
 Makefile|   5 +-
 README.md   |  55 +++-
 _oasis  |  56 +++-
 _opam   |   9 +
 _tags   |  15 +-
 lib/META|   6 +-
 lib/sqlite3.ml  |   2 +-
 lib/sqlite3.mldylib |   3 +
 lib/sqlite3.mli |   6 +-
 lib/sqlite3_stubs.c | 117 +--
 myocamlbuild.ml | 469 ++--
 setup.ml| 878 +++-
 test/test_error.ml  |  12 +
 20 files changed, 1259 insertions(+), 495 deletions(-)

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

___
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] [ocaml-sqlite3] 11/19: Imported Upstream version 4.0.5

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit c2e710aaab3deb216cf92a3c34fe1bdfc4a9c26c
Author: Stephane Glondu 
Date:   Wed Aug 3 15:37:37 2016 +0200

Imported Upstream version 4.0.5
---
 CHANGES.txt |  5 +
 README.md   |  6 +-
 _oasis  |  4 ++--
 _opam   |  3 +++
 lib/META|  4 ++--
 setup.ml| 16 +++-
 6 files changed, 28 insertions(+), 10 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 5c5f754..8ad4a78 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+2016-06-14: Changed default configuration setting for loadable extensions
+on Mac OS X.  Due to frequent installation issues the default
+setting is now to turn off loadable extensions on that platform.
+You will have to explicitly turn them on if you need them.
+
 2016-05-24: Fixed a bug finalizing user-defined functions for a database.
 
 Thanks to Mark Bradley  for this patch!
diff --git a/README.md b/README.md
index 8bcb058..d5c08c4 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,10 @@ Undefined symbols for architecture ...:
 the environment variable `SQLITE3_DISABLE_LOADABLE_EXTENSIONS` if linking
 problems persist.
 
+  * Due to frequent installation issues with loadable extensions on Mac OS X,
+the default there is to disable them.  You will have to explicitly enable
+them on that platform.
+
 Credits
 ---
 
@@ -85,4 +89,4 @@ page](https://github.com/mmottl/sqlite3-ocaml).
 
 Enjoy!
 
-Markus Mottl on January 5, 2015
+Markus Mottl on June 14, 2016
diff --git a/_oasis b/_oasis
index 67c5100..069b19b 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:  0.4
 Name: sqlite3
-Version:  4.0.4
+Version:  4.0.5
 Synopsis: sqlite3-ocaml - SQLite3 bindings
 Description:  sqlite3-ocaml is an OCaml library with bindings to the
   SQLite3 client API.  Sqlite3 is a self-contained, serverless,
@@ -39,7 +39,7 @@ Flag brewcheck
 
 Flag loadable_extensions
   Description:Enable loadable extensions
-  Default:true
+  Default$:   !system(macosx)
 
 Library sqlite3
   Path:   lib
diff --git a/_opam b/_opam
index 922fa44..7cc06e8 100644
--- a/_opam
+++ b/_opam
@@ -3,4 +3,7 @@ depexts: [
   [["freebsd"] ["database/sqlite3"]]
   [["openbsd"] ["database/sqlite3"]]
   [["ubuntu"] ["libsqlite3-dev"]]
+  [["centos"] ["sqlite-devel"]]
+  [["rhel"] ["sqlite-devel"]]
+  [["fedora"] ["sqlite-devel"]]
 ]
diff --git a/lib/META b/lib/META
index 52ce354..72d353f 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 56d9dac34e0e883dec973a08d6bbc316)
-version = "4.0.4"
+# DO NOT EDIT (digest: 27e63caeb52312bb42f7f0429c2aa1c1)
+version = "4.0.5"
 description = "sqlite3-ocaml - SQLite3 bindings"
 archive(byte) = "sqlite3.cma"
 archive(byte, plugin) = "sqlite3.cma"
diff --git a/setup.ml b/setup.ml
index 4335c1d..32b63ed 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: adb1168acc22486a161b56bf620f5f4c) *)
+(* DO NOT EDIT (digest: 82597847a62e7f7a1d2c41f18cb7e689) *)
 (*
Regenerated by OASIS v0.4.6
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7004,7 +7004,7 @@ let setup_t =
   alpha_features = [];
   beta_features = [];
   name = "sqlite3";
-  version = "4.0.4";
+  version = "4.0.5";
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -7104,7 +7104,13 @@ let setup_t =
   },
{
   flag_description = Some "Enable loadable extensions";
-  flag_default = [(OASISExpr.EBool true, true)]
+  flag_default =
+[
+   (OASISExpr.EBool true, false);
+   (OASISExpr.ENot
+  (OASISExpr.ETest ("system", "macosx")),
+ true)
+]
});
Library
  ({
@@ -7585,7 +7591,7 @@ let setup_t =
};
  oasis_fn = Some "_oasis";
  oasis_version = "0.4.6";
- oasis_digest = Some "\005\003X\142R.\156ur���";
+ oasis_digest = Some "4 \003\004\002R\199\b\205\137\0040\173\141\003\202";
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false
@@ -7593,6 +7599,6 @@ let setup_t =
 
 let setup () = BaseSetup.setup setup_t;;
 
-# 7597 "setup.ml"
+# 7603 "setup.ml"
 (* OASIS_STOP *)
 let () = setup ();;

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-main

[Pkg-ocaml-maint-commits] [ocaml-sqlite3] 18/19: Update packaging

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit d371c2d0338a49f04086fb543f3d1b1803dcd5bc
Author: Stephane Glondu 
Date:   Wed Aug 3 15:45:44 2016 +0200

Update packaging
---
 debian/libsqlite3-ocaml-dev.install.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/libsqlite3-ocaml-dev.install.in 
b/debian/libsqlite3-ocaml-dev.install.in
index 6a0012d..43689bf 100644
--- a/debian/libsqlite3-ocaml-dev.install.in
+++ b/debian/libsqlite3-ocaml-dev.install.in
@@ -1,6 +1,8 @@
+@OCamlStdlibDir@/sqlite3/*.annot
+@OCamlStdlibDir@/sqlite3/*.cmt*
 @OCamlStdlibDir@/sqlite3/*.cmi
 @OCamlStdlibDir@/sqlite3/*.ml*
 @OCamlStdlibDir@/sqlite3/*.a
 OPT: @OCamlStdlibDir@/sqlite3/*.cmx
 OPT: @OCamlStdlibDir@/sqlite3/*.cmxa
-usr/share/doc/sqlite3-ocaml/api usr/share/doc/libsqlite3-ocaml-dev/
+usr/share/doc/sqlite3/api usr/share/doc/libsqlite3-ocaml-dev/

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

___
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] [ocaml-sqlite3] 02/10: pristine-tar data for ocaml-sqlite3_2.0.8.orig.tar.gz

2016-08-03 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch pristine-tar
in repository ocaml-sqlite3.

commit 39afcf22701be91861105cdbbce3efdcb48decf1
Author: Stephane Glondu 
Date:   Wed Aug 3 15:37:16 2016 +0200

pristine-tar data for ocaml-sqlite3_2.0.8.orig.tar.gz
---
 ocaml-sqlite3_2.0.8.orig.tar.gz.delta | Bin 0 -> 1571 bytes
 ocaml-sqlite3_2.0.8.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ocaml-sqlite3_2.0.8.orig.tar.gz.delta 
b/ocaml-sqlite3_2.0.8.orig.tar.gz.delta
new file mode 100644
index 000..c9457e7
Binary files /dev/null and b/ocaml-sqlite3_2.0.8.orig.tar.gz.delta differ
diff --git a/ocaml-sqlite3_2.0.8.orig.tar.gz.id 
b/ocaml-sqlite3_2.0.8.orig.tar.gz.id
new file mode 100644
index 000..a112f59
--- /dev/null
+++ b/ocaml-sqlite3_2.0.8.orig.tar.gz.id
@@ -0,0 +1 @@
+d264fd226d1c7e4a90932af08352257d283e7b0b

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

___
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


  1   2   >