[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.90+bzr364.3-1-9-gba9fa9a

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit 9e2a3772ae6d26d88902471285c157a9ddfd279f
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 15:03:17 2013 +0200

Update patches to the format gbp-pq expects

diff --git a/debian/patches/fix_mlvalues.h_path.diff 
b/debian/patches/0001-Fix-the-OCaml-C-header-paths.patch
similarity index 67%
rename from debian/patches/fix_mlvalues.h_path.diff
rename to debian/patches/0001-Fix-the-OCaml-C-header-paths.patch
index fc3192b..3af4cda 100644
--- a/debian/patches/fix_mlvalues.h_path.diff
+++ b/debian/patches/0001-Fix-the-OCaml-C-header-paths.patch
@@ -1,3 +1,18 @@
+From: Lucas Nussbaum lu...@debian.org
+Date: Sat, 1 Dec 2012 18:41:14 +0100
+Subject: Fix the OCaml C header paths
+
+This uses the Debian-specific paths for the caml C includes
+
+Forwarded: not-needed
+---
+ EXTRA/does-process-exist-c-wrapper.c |  4 ++--
+ EXTRA/waitpid-c-wrapper.c| 12 ++--
+ GETTEXT/gettext-c-wrapper.c  |  6 +++---
+ 3 files changed, 11 insertions(+), 11 deletions(-)
+
+diff --git a/EXTRA/does-process-exist-c-wrapper.c 
b/EXTRA/does-process-exist-c-wrapper.c
+index e512376..8351c78 100644
 --- a/EXTRA/does-process-exist-c-wrapper.c
 +++ b/EXTRA/does-process-exist-c-wrapper.c
 @@ -24,10 +24,10 @@
@@ -13,6 +28,8 @@
  
  /* Return true iff the process identified by the given pid exists. The idea 
is just to
 call kill with 0 as a signal, which is easy in C but impossible in OCaml: 
*/
+diff --git a/EXTRA/waitpid-c-wrapper.c b/EXTRA/waitpid-c-wrapper.c
+index 7d08874..ee7a407 100644
 --- a/EXTRA/waitpid-c-wrapper.c
 +++ b/EXTRA/waitpid-c-wrapper.c
 @@ -22,12 +22,12 @@
@@ -34,6 +51,8 @@
  
  #define WAITPID_NAME waitpid
  
+diff --git a/GETTEXT/gettext-c-wrapper.c b/GETTEXT/gettext-c-wrapper.c
+index 0c3ea78..42d5bed 100644
 --- a/GETTEXT/gettext-c-wrapper.c
 +++ b/GETTEXT/gettext-c-wrapper.c
 @@ -22,11 +22,11 @@
diff --git a/debian/patches/debian-prefix.diff 
b/debian/patches/0002-Use-the-Debian-prefix-for-building.patch
similarity index 66%
rename from debian/patches/debian-prefix.diff
rename to debian/patches/0002-Use-the-Debian-prefix-for-building.patch
index 3db631b..64c13eb 100644
--- a/debian/patches/debian-prefix.diff
+++ b/debian/patches/0002-Use-the-Debian-prefix-for-building.patch
@@ -1,3 +1,16 @@
+From: Lucas Nussbaum lu...@debian.org
+Date: Tue, 12 Feb 2013 19:46:50 +0100
+Subject: Use the Debian prefix for building
+
+This configures the build to use debian/tmp as prefix for installation
+
+Forwarded: not-needed
+---
+ CONFIGME | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/CONFIGME b/CONFIGME
+index 24941d6..cadaf22 100644
 --- a/CONFIGME
 +++ b/CONFIGME
 @@ -34,11 +34,11 @@
@@ -14,7 +27,7 @@
  
  # Prefix for the locale files
  localeprefix=${prefix}/share/locale
-@@ -58,7 +58,7 @@ ocaml_libraryprefix=$(ocamlc -where || e
+@@ -58,7 +58,7 @@ ocaml_libraryprefix=$(ocamlc -where || exit -1)
  # By default they will be installed into ${ocaml_libraryprefix}, but you 
  # can change it if you really want to install into a different, custom prefix.
  # *No* trailing slash should be included.
diff --git a/debian/patches/no-ocamlopt-arches.diff 
b/debian/patches/0003-Fix-the-build-on-non-native-architectures.patch
similarity index 51%
rename from debian/patches/no-ocamlopt-arches.diff
rename to debian/patches/0003-Fix-the-build-on-non-native-architectures.patch
index 254c51a..c6dcbe6 100644
--- a/debian/patches/no-ocamlopt-arches.diff
+++ b/debian/patches/0003-Fix-the-build-on-non-native-architectures.patch
@@ -1,19 +1,22 @@
-Description: build on non-ocamlopt architectures
-Author: Lucas Nussbaum lu...@debian.org
+From: Lucas Nussbaum lu...@debian.org
+Date: Tue, 28 May 2013 16:36:40 +0200
+Subject: Fix the build on non-native architectures
 

-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
+This patch complements an incomplete upstream fix on architectures without
+ocamlopt
 
 Origin: vendor
 Bug: https://bugs.launchpad.net/ocamlbricks/+bug/1130098
 Forwarded: https://bugs.launchpad.net/ocamlbricks/+bug/1130098
-Last-Update: 2013-05-28
+---
+ Makefile.d/ocamlmklib_wrapper.sh | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
 
 ocamlbricks-0.90+bzr364.3.orig/Makefile.d/ocamlmklib_wrapper.sh
-+++ ocamlbricks-0.90+bzr364.3/Makefile.d/ocamlmklib_wrapper.sh
-@@ -41,6 +41,12 @@ cd _build/
+diff --git a/Makefile.d/ocamlmklib_wrapper.sh 
b/Makefile.d/ocamlmklib_wrapper.sh
+index da72860..7a5d6ed 100755
+--- a/Makefile.d/ocamlmklib_wrapper.sh
 b/Makefile.d/ocamlmklib_wrapper.sh
+@@ -42,6 +42,12 @@ cd _build/
  echo Rebuilding library with ocamlmklib...
  set -x
  ocamlmklib -custom -o ocamlbricks $OBJECTS $INCLUDES $CMO
diff --git a/debian/patches/series b/debian/patches/series
index 

[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.90+bzr364.3-1-9-gba9fa9a

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit d2ede0615d034bdbc28c254d5a501200395f3953
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sat Jun 22 23:02:23 2013 +0200

Remove empty directories

diff --git a/debian/changelog b/debian/changelog
index 11b088a..18a0e2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ocamlbricks (0.90+bzr365-1) UNRELEASED; urgency=low
 Jonathan!
   * Update to Standards-Version 3.9.4 (no changes)
   * Use canonical Git URIs
+  * Remove empty directories
 
  -- Nicolas Dandrimont nicolas.dandrim...@crans.org  Sat, 22 Jun 2013 
22:13:57 +0200
 
diff --git a/debian/rules b/debian/rules
index 042f9e5..59a1ffa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,11 @@ override_dh_auto_clean:
dh_auto_clean
rm -f meta_ocamlbricks.ml
 
+override_dh_auto_install:
+   dh_auto_install
+   rm -r $(CURDIR)/debian/libocamlbricks-ocaml-dev/bin
+   rm -r $(CURDIR)/debian/libocamlbricks-ocaml-dev/sbin
+
 override_dh_auto_test:
# do nothing
 

-- 
ocamlbricks packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.90+bzr364.3-1-10-gbb72de6

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit bb72de6a9488be2bd66c4334f82253728ea1e6bc
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 15:30:57 2013 +0200

Prepare for release

diff --git a/debian/changelog b/debian/changelog
index c01dac0..0e5a8b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ocamlbricks (0.90+bzr365-1) UNRELEASED; urgency=low
+ocamlbricks (0.90+bzr365-1) unstable; urgency=low
 
   * New upstream snapshot from the trunk branch
   * Add myself to Uploaders
@@ -9,7 +9,7 @@ ocamlbricks (0.90+bzr365-1) UNRELEASED; urgency=low
   * Remove empty directories
   * Add DEP-3 headers for patches
 
- -- Nicolas Dandrimont nicolas.dandrim...@crans.org  Sat, 22 Jun 2013 
22:13:57 +0200
+ -- Nicolas Dandrimont nicolas.dandrim...@crans.org  Sun, 23 Jun 2013 
15:30:45 +0200
 
 ocamlbricks (0.90+bzr364.3-1) unstable; urgency=low
 

-- 
ocamlbricks packaging

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


[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr407-32-gab49ab0

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit ab49ab0a00dcd528d0611cad08d59f2289ff4ed0
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 20:14:49 2013 +0200

Add bug closing info

diff --git a/debian/changelog b/debian/changelog
index b1fc359..7435ae4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 marionnet (0.90.6+bzr421-1) UNRELEASED; urgency=low
 
   * New upstream snapshot
+- Fixes FTBFS from the LedGrid module move (Closes: #713534)
   * Add myself to uploaders
   * Bump ocamlbricks requirement
 

-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr407-32-gab49ab0

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit 35753896c6e9a4fda7b9f9d8ff8520d3b1ef2c88
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 18:12:39 2013 +0200

Bump ocamlbricks requirement

diff --git a/debian/control b/debian/control
index 3e2134c..8158946 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (= 8.0.0),
  camlp4-extra,
  ocaml-findlib,
  liblablgtk2-ocaml-dev (= 2.12.0-2),
- libocamlbricks-ocaml-dev (= 0.90+bzr356),
+ libocamlbricks-ocaml-dev (= 0.90+bzr365~),
  liblablgtksourceview2-ocaml-dev (= 2.14.2)
 Standards-Version: 3.9.3
 Homepage: http://www.marionnet.org/

-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr407-32-gab49ab0

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit fdf0259556cf72c205d1eae45846865a282ee0d6
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 18:13:45 2013 +0200

update changelog

diff --git a/debian/changelog b/debian/changelog
index 6d186e7..b1fc359 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 marionnet (0.90.6+bzr421-1) UNRELEASED; urgency=low
 
   * New upstream snapshot
+  * Add myself to uploaders
+  * Bump ocamlbricks requirement
 
  -- Nicolas Dandrimont nicolas.dandrim...@crans.org  Sun, 23 Jun 2013 
17:50:32 +0200
 

-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr407-32-gab49ab0

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit 764406f41d9430955c2d2d9c4fb7509d98fe67d9
Merge: ca6e2f4c62c172432a142fa1e44b1b078705bd01 
814f78a56aa183d029859208a5fb1cbfc7881065
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 19:54:40 2013 +0200

Merge tag 'upstream/0.90.6+bzr421'

Upstream version 0.90.6+bzr421


-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] marionnet packaging annotated tag, upstream/0.90.6+bzr421, created. upstream/0.90.6+bzr421

2013-06-23 Thread Nicolas Dandrimont
The annotated tag, upstream/0.90.6+bzr421 has been created
at  eac2b24f42c42c7562874d246d55523e41393d2b (tag)
   tagging  814f78a56aa183d029859208a5fb1cbfc7881065 (commit)
  replaces  upstream/0.90.6+bzr407
 tagged by  Nicolas Dandrimont
on  Sun Jun 23 19:54:40 2013 +0200

- Shortlog 
Upstream version 0.90.6+bzr421

Nicolas Dandrimont (1):
  Imported Upstream version 0.90.6+bzr421

---

-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr407-32-gab49ab0

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit 23aad913ec56e4ccc3cf157ba32c00f1bd85e758
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 18:31:25 2013 +0200

Update saved files for new upstream snapshot

diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 6f25d06..000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-share/marionnet.conf
diff --git a/debian/rules b/debian/rules
index e9f452f..38e32b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,6 @@
 
 override_dh_auto_build:
cp -f po/messages.pot po/messages.pot.orig
-   cp -f .bzr/checkout/dirstate .bzr/checkout/dirstate.orig
dh_auto_build
 
 override_dh_auto_install:
@@ -26,7 +25,6 @@ override_dh_auto_install:
 override_dh_auto_clean:
dh_auto_clean
if [ -f po/messages.pot.orig ]; then mv po/messages.pot.orig 
po/messages.pot; fi
-   if [ -f .bzr/checkout/dirstate.orig ]; then mv 
.bzr/checkout/dirstate.orig .bzr/checkout/dirstate; fi
 
 # see https://launchpad.net/marionnet/trunk
 PACKAGE = marionnet

-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr407-32-gab49ab0

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit 74315ed7c136790e8ec067c5ecc78b64082c370f
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 18:10:51 2013 +0200

Import new version

diff --git a/debian/changelog b/debian/changelog
index e43479e..6d186e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+marionnet (0.90.6+bzr421-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot
+
+ -- Nicolas Dandrimont nicolas.dandrim...@crans.org  Sun, 23 Jun 2013 
17:50:32 +0200
+
 marionnet (0.90.6+bzr407-1) unstable; urgency=low
 
   [ Lucas Nussbaum ]

-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-benchmark packaging branch, master, updated. debian/0.9-2-9-g61f9005

2013-06-23 Thread Hendrik Tews
The following commit has been merged in the master branch:
commit 351e801bc0c57e59dcd8023049b57f96483f
Merge: 0e3a80f27954a0cefca9c58811c3bacb9b8f0720 
0a68670790bed062c369a920f0f2a3087ed716ba
Author: Hendrik Tews hend...@askra.de
Date:   Fri Jun 21 16:40:17 2013 +0200

Merge tag 'upstream/1.2'

Upstream version 1.2


-- 
ocaml-benchmark packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-benchmark packaging branch, pristine-tar, updated. a5ee01d469961f444bfce26dec0d0582ac6bf9a1

2013-06-23 Thread Hendrik Tews
The following commit has been merged in the pristine-tar branch:
commit a5ee01d469961f444bfce26dec0d0582ac6bf9a1
Author: Hendrik Tews hend...@askra.de
Date:   Fri Jun 21 16:40:17 2013 +0200

pristine-tar data for ocaml-benchmark_1.2.orig.tar.gz

diff --git a/ocaml-benchmark_1.2.orig.tar.gz.delta 
b/ocaml-benchmark_1.2.orig.tar.gz.delta
new file mode 100644
index 000..f5fd579
Binary files /dev/null and b/ocaml-benchmark_1.2.orig.tar.gz.delta differ
diff --git a/ocaml-benchmark_1.2.orig.tar.gz.id 
b/ocaml-benchmark_1.2.orig.tar.gz.id
new file mode 100644
index 000..57639cd
--- /dev/null
+++ b/ocaml-benchmark_1.2.orig.tar.gz.id
@@ -0,0 +1 @@
+a85bdad4b854e3c45309961dfe4ca3337de23bd8

-- 
ocaml-benchmark packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-benchmark packaging annotated tag, upstream/1.2, created. upstream/1.2

2013-06-23 Thread Hendrik Tews
The annotated tag, upstream/1.2 has been created
at  8c44077398bddfa26cbb13be8552b43fc9b4029b (tag)
   tagging  0a68670790bed062c369a920f0f2a3087ed716ba (commit)
  replaces  upstream/0.9
 tagged by  Hendrik Tews
on  Fri Jun 21 16:40:17 2013 +0200

- Shortlog 
Upstream version 1.2

Hendrik Tews (1):
  Imported Upstream version 1.2

---

-- 
ocaml-benchmark packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-benchmark packaging annotated tag, debian/1.2-1, created. debian/1.2-1

2013-06-23 Thread Hendrik Tews
The annotated tag, debian/1.2-1 has been created
at  f4e41d04cf67638e6903074ecbf0e1ccd54db1ba (tag)
   tagging  61f9005fba47d0f001316c5d485b23087171760c (commit)
  replaces  debian/0.9-2
 tagged by  Hendrik Tews
on  Sun Jun 23 21:30:06 2013 +0200

- Shortlog 
Debian release 1.2-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJRx0y+AAoJEOxoV33tyu5oCS0P/06bxRRTdM1XaWEsVj/bWRbY
A+m6fp0BcHN9sR0+oz7bX/iF+lLCZ3NiCsNTE3vmgJNBisHO8SAXbLfIaOx6FyUS
feZ+TWlqrDldgSONEwOHAhrsuhtNJlpAzgVIYUhHOFte9JEfRuGSSYNz8HjLvo49
RUmGgSAkZAddkLaDnD1J8j/DoZd6ayENoEruaHLZb3UYtxQb80ta+8ima14vkirX
8xvAEjOs/KlqZZ402MxMuWsc7VHFx3Gtg4y3+4p8Cx+pgbf1H2my0ac8y9rfTUFl
zhBZHi77kvH4831+D8a4oZmwiY2EVx9BOoU8lReiyjYXMU6uWNi9m94N3OegYLmK
NXFT52ioPhp43GWTykrnyaZAjZZvSx/OEBzspMeveO/TOJIysoI/u5pdS1p+i9A5
bZzDYu59b5PO12A2pARcU1LghXmkfUowQPd14mUDcwd6nE0pdvKLg3fUxbEshGFL
wWH6SBnygyGbJupORMIwbqPOFUFOyLsX2CAIsgY3lmmvyFo/Y/XlPeP00vfs4vJ3
VF5ZnJPpegiEJGOYaeB/qhy45zrhwrYn7zCeuBZlNX+Lv8Vkdbqc/akRK6Rf8jyj
Wo+LXB5Wnf6veAl7eC2VcjZeOeipwnYAds2RinHk+bQt4D48sb+Qkye96psPmAeB
xYR9sLm1aMgWN9SBZDGu
=IT3n
-END PGP SIGNATURE-

Hendrik Tews (5):
  fix watch file and homepage
  change watchfile and homepage to OCaml forge
  Imported Upstream version 1.2
  Merge tag 'upstream/1.2'
  update packaging

Sylvain Le Gall (1):
  Remove Sylvain Le Gall from uploaders

---

-- 
ocaml-benchmark packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-benchmark packaging branch, master, updated. debian/0.9-2-9-g61f9005

2013-06-23 Thread Hendrik Tews
The following commit has been merged in the master branch:
commit 0e3a80f27954a0cefca9c58811c3bacb9b8f0720
Author: Hendrik Tews hend...@askra.de
Date:   Fri Jun 21 16:38:52 2013 +0200

change watchfile and homepage to OCaml forge

diff --git a/debian/control b/debian/control
index ef6511b..b27e9b5 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: cdbs (= 0.4.23-1.1),
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-benchmark.git
 Vcs-Browser: 
http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-benchmark.git
-Homepage: https://github.com/Chris00/ocaml-benchmark
+Homepage: https://forge.ocamlcore.org/projects/ocaml-benchmark/
 
 Package: libbenchmark-ocaml-dev
 Architecture: any
diff --git a/debian/watch b/debian/watch
index 070866a..5086519 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
 version=3
-#http://sf.net/ocaml-benchmark/benchmark-([0-9\.]*)\.tar\.bz2
-opts=filenamemangle=s/.+\/v?(.*)\.tar\.gz/ocaml-benchmark-$1.tar.gz/ \
-https://github.com/Chris00/ocaml-benchmark/tags .*/v?(\d[\d\.]+)\.tar\.gz
+http://forge.ocamlcore.org/frs/?group_id=197 .*/benchmark-(\d.*)\.tar\.gz

-- 
ocaml-benchmark packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-benchmark packaging branch, master, updated. debian/0.9-2-9-g61f9005

2013-06-23 Thread Hendrik Tews
The following commit has been merged in the master branch:
commit 61f9005fba47d0f001316c5d485b23087171760c
Author: Hendrik Tews hend...@askra.de
Date:   Sun Jun 23 21:14:09 2013 +0200

update packaging

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 62605d2..000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package use dpatch for patching the source. 
-
-Please consider reading dpatch manpage to patch the source.
-
- -- Sylvain Le Gall gil...@debian.org  Sun, 22 Jun 2008 23:26:52 +0200
diff --git a/debian/changelog b/debian/changelog
index 8e83761..abcdbcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,19 @@
-ocaml-benchmark (0.9-3) UNRELEASED; urgency=low
+ocaml-benchmark (1.2-1) unstable; urgency=low
 
   [ Sylvain Le Gall ]
   * Remove Sylvain Le Gall from uploaders
 
   [ Hendrik Tews ]
   * fix watch file and homepage
-
- -- Hendrik Tews hend...@askra.de  Mon, 27 May 2013 00:23:06 +0200
+  * import new upstream version
+  * bump debhelper compat level and standards version
+  * add myself as uploader
+  * update dependencies, Vcs fields, copyright
+  * change packaging to debhelper
+  * delete old patches
+  * delete some unused files in debian subdir
+
+ -- Hendrik Tews hend...@askra.de  Sun, 23 Jun 2013 21:01:51 +0200
 
 ocaml-benchmark (0.9-2) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 80e646e..000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-benchmark.annot
-.depend
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index b27e9b5..9e110a7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,27 @@ Source: ocaml-benchmark
 Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
-Build-Depends: cdbs (= 0.4.23-1.1), 
- debhelper (= 7), 
- dpatch, 
- ocaml-nox (= 3.10.0-9), 
+Uploaders: Hendrik Tews hend...@askra.de
+Build-Depends:
+ debhelper (= 9),
+ dh-ocaml (= 0.9.1),
+ ocaml-nox (= 3.10.0-9),
+ ocaml-best-compilers,
  ocaml-findlib (= 1.1.2pl1-4),
- dh-ocaml (= 0.9.1)
-Standards-Version: 3.8.3
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-benchmark.git
-Vcs-Browser: 
http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-benchmark.git
+ libpcre-ocaml-dev
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-benchmark.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-benchmark.git
 Homepage: https://forge.ocamlcore.org/projects/ocaml-benchmark/
 
 Package: libbenchmark-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
 Provides: ${ocaml:Provides}
+Recommends: ocaml-findlib
 Description: OCaml benchmarking library
  This library implements benchmarking functions for measuring the
  run-time of one or many functions using latency (multiple
diff --git a/debian/copyright b/debian/copyright
index d964019..26014ba 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,214 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-Upstream-Author: Christophe Troestler chris...@users.sourceforge.net
- Doug Bagley (http://www.bagley.org)
-Packaged-By: Sylvain Le Gall gil...@debian.org
-Packaged-Date: Wed, 16 Mar 2005 23:35:07 +0100
-Original-Source-Location:http://sourceforge.net/projects/ocaml-benchmark/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ocaml-benchmark
+Upstream-Contact: christophe.troest...@umons.ac.be
+Source: http://ocaml-benchmark.forge.ocamlcore.org/
 
 Files: *
 Copyright: (C) 2002-2003, Doug Bagley
(C)  2004, Troestler Christophe
-License: LGPL-2.1+
-   
-Benchmark is distributed under the terms of the LGPL v2.1 licence, which 
-can be found in the /usr/share/common-licenses/LGPL-2.1 file on debian
-systems.
+License: LGPL-3+ with OCaml linking exception
+ This Library is distributed under the terms of the GNU Lesser General
+ Public License version 3 (included below) or, at your option, any
+ later version.
+ .
+ As a special exception to the GNU Lesser General Public License, you
+ may link, statically or dynamically, a work that uses the Library
+ with a publicly distributed version of the Library to produce an
+ executable file containing portions of the Library, and distribute
+ that executable file under terms of your choice, without any of the
+ additional requirements listed in clause 6 of the GNU Lesser General
+ Public License.  By a publicly distributed version of the Library,
+ we mean either the unmodified Library as distributed, or a modified
+ version of the Library that is distributed under the conditions
+ defined in clause 3 of the GNU Library 

[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr421-34-gb4b81b8

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit e7478a34548c55faea1742f9713beee0daaaeca8
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 20:27:48 2013 +0200

Move to Standards-Version 3.9.4 (no changes)

diff --git a/debian/changelog b/debian/changelog
index 7435ae4..e47988f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ marionnet (0.90.6+bzr421-1) UNRELEASED; urgency=low
 - Fixes FTBFS from the LedGrid module move (Closes: #713534)
   * Add myself to uploaders
   * Bump ocamlbricks requirement
+  * Move to Standards-Version 3.9.4 (no changes)
 
  -- Nicolas Dandrimont nicolas.dandrim...@crans.org  Sun, 23 Jun 2013 
17:50:32 +0200
 
diff --git a/debian/control b/debian/control
index 8158946..b7aa939 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (= 8.0.0),
  liblablgtk2-ocaml-dev (= 2.12.0-2),
  libocamlbricks-ocaml-dev (= 0.90+bzr365~),
  liblablgtksourceview2-ocaml-dev (= 2.14.2)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.marionnet.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/marionnet.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/marionnet.git

-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr421-34-gb4b81b8

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit b4b81b812fd01de59603dbb92551cc731028abec
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 22:02:12 2013 +0200

Add DEP-3 info to the patches

diff --git a/debian/patches/debian-prefix.diff 
b/debian/patches/0001-Customize-installation-paths-for-Debian-packaging.patch
similarity index 69%
rename from debian/patches/debian-prefix.diff
rename to 
debian/patches/0001-Customize-installation-paths-for-Debian-packaging.patch
index 29e4213..d835508 100644
--- a/debian/patches/debian-prefix.diff
+++ 
b/debian/patches/0001-Customize-installation-paths-for-Debian-packaging.patch
@@ -1,3 +1,14 @@
+From: Lucas Nussbaum lu...@lucas-nussbaum.net
+Date: Wed, 13 Feb 2013 10:23:01 +0100
+Subject: Customize installation paths for Debian packaging
+
+Forwarded: not-needed
+---
+ CONFIGME | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/CONFIGME b/CONFIGME
+index 4513612..4d9c92c 100644
 --- a/CONFIGME
 +++ b/CONFIGME
 @@ -34,11 +34,11 @@
@@ -14,7 +25,7 @@
  
  # Prefix for the locale files
  localeprefix=${prefix}/share/locale
-@@ -58,7 +58,7 @@ ocaml_libraryprefix=$(ocamlc -where || e
+@@ -58,7 +58,7 @@ ocaml_libraryprefix=$(ocamlc -where || exit -1)
  # By default they will be installed into ${ocaml_libraryprefix}, but you
  # can change it if you really want to install into a different, custom prefix.
  # *No* trailing slash should be included.
diff --git a/debian/patches/hack-filesystems-path.diff 
b/debian/patches/0002-Tweak-file-installation-paths-in-marionnet.conf.patch
similarity index 67%
rename from debian/patches/hack-filesystems-path.diff
rename to 
debian/patches/0002-Tweak-file-installation-paths-in-marionnet.conf.patch
index f0cd889..5e6138a 100644
--- a/debian/patches/hack-filesystems-path.diff
+++ b/debian/patches/0002-Tweak-file-installation-paths-in-marionnet.conf.patch
@@ -1,3 +1,14 @@
+From: Lucas Nussbaum lu...@lucas-nussbaum.net
+Date: Wed, 13 Feb 2013 11:03:18 +0100
+Subject: Tweak file installation paths in marionnet.conf
+
+Forwarded: not-needed
+---
+ etc/marionnet.conf | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/etc/marionnet.conf b/etc/marionnet.conf
+index 8eda75e..b7c0197 100644
 --- a/etc/marionnet.conf
 +++ b/etc/marionnet.conf
 @@ -64,10 +64,10 @@ MARIONNET_VDE_PREFIX=
diff --git a/debian/patches/series b/debian/patches/series
index 504cac6..3fb53af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
-debian-prefix.diff
-hack-filesystems-path.diff
+0001-Customize-installation-paths-for-Debian-packaging.patch
+0002-Tweak-file-installation-paths-in-marionnet.conf.patch

-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr421-34-gb4b81b8

2013-06-23 Thread Nicolas Dandrimont
The following commit has been merged in the master branch:
commit 8b443959255ef952c8e5b475796c5cb167e1a4fc
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Jun 23 21:58:20 2013 +0200

Use canonical Vcs URIs

diff --git a/debian/changelog b/debian/changelog
index e47988f..e372882 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ marionnet (0.90.6+bzr421-1) UNRELEASED; urgency=low
   * Add myself to uploaders
   * Bump ocamlbricks requirement
   * Move to Standards-Version 3.9.4 (no changes)
+  * Use canonical Vcs URIs
 
  -- Nicolas Dandrimont nicolas.dandrim...@crans.org  Sun, 23 Jun 2013 
17:50:32 +0200
 
diff --git a/debian/control b/debian/control
index b7aa939..aed8cfd 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends: debhelper (= 8.0.0),
  liblablgtksourceview2-ocaml-dev (= 2.14.2)
 Standards-Version: 3.9.4
 Homepage: http://www.marionnet.org/
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/marionnet.git
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/marionnet.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/marionnet.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/marionnet.git
 
 Package: marionnet
 Architecture: any

-- 
marionnet packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 15281060dcfec08f904dd4d68550e09fc31ffb70
Merge: e57d08fcbc14801c9edb1f4f40976fcca8180302 
53b458197caa157da126edf85e3bd1457c0079c0
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:40:08 2013 +0200

Merge tag 'upstream/108.00.02'

Upstream version 108.00.02


-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 39b1def0f8485f33be646edb6d6f2975af1a1419
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:50:44 2013 +0200

Update Homepage

diff --git a/debian/control b/debian/control
index 419ff0b..dbebbec 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
 Standards-Version: 3.9.2
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/fieldslib.git
 Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/fieldslib.git
-Homepage: http://ocaml.janestreet.com/?q=node/13
+Homepage: http://janestreet.github.io/
 
 Package: libfields-camlp4-dev
 Architecture: any

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit a7ff0cd4ace6aabf5febfc94629b2d3750fad108
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:49:21 2013 +0200

Bump debhelper compat level to 9

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 cea9574..fc912c3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Stéphane Glondu glo...@debian.org
 Build-Depends:
- debhelper (= 8),
+ debhelper (= 9),
  ocaml-nox (= 3.12),
  ocaml-findlib,
  camlp4,

-- 
fieldslib packaging

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

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 765a1ec9c94637e6531632ef893cb493e995bf1f
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:42:18 2013 +0200

Update packaging

diff --git a/debian/docs b/debian/docs
index e845566..71dfd5b 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1 @@
-README
+README.txt

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 620b2eeeaaa70d9dd9a0527000451a29f4882c2c
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 20:58:48 2013 +0200

pristine-tar data for fieldslib_108.00.01.orig.tar.gz

diff --git a/fieldslib_108.00.01.orig.tar.gz.delta 
b/fieldslib_108.00.01.orig.tar.gz.delta
new file mode 100644
index 000..e52df4c
Binary files /dev/null and b/fieldslib_108.00.01.orig.tar.gz.delta differ
diff --git a/fieldslib_108.00.01.orig.tar.gz.id 
b/fieldslib_108.00.01.orig.tar.gz.id
new file mode 100644
index 000..e680c3c
--- /dev/null
+++ b/fieldslib_108.00.01.orig.tar.gz.id
@@ -0,0 +1 @@
+d09a33a0a5474b99e6ce7340d1ccd66a939d599b

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit cf2ea3e7a5b34325540ee2a931883de3c75b6024
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:40:36 2013 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 1aeb365..5360c5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fieldslib (108.00.02-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Stéphane Glondu glo...@debian.org  Sun, 23 Jun 2013 22:40:33 +0200
+
 fieldslib (107.01-1) unstable; urgency=low
 
   * New upstream release

-- 
fieldslib packaging

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

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 36c884425502769ee1aa39486ed7826b46686b2b
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:50:17 2013 +0200

Update Vcs-*

diff --git a/debian/control b/debian/control
index fc912c3..419ff0b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends:
  libtype-conv-camlp4-dev (= 2.3.0),
  dh-ocaml (= 0.9)
 Standards-Version: 3.9.2
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/fieldslib.git
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/fieldslib.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/fieldslib.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/fieldslib.git
 Homepage: http://ocaml.janestreet.com/?q=node/13
 
 Package: libfields-camlp4-dev

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 6b63611b6a292dcb88ba501a90eb0b2836db1efc
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:47:51 2013 +0200

Switch (and update) debian/copyright to format version 1.0

diff --git a/debian/copyright b/debian/copyright
index b1e5d08..e4ea4ae 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,36 +1,16 @@
-This package was debianized by Stefano Zacchiroli z...@debian.org on
-Mon, 09 Nov 2009 10:34:15 +0100.
-
-It was downloaded from http://ocaml.janestreet.com/?q=node/13
-
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Packaged-By: Stefano Zacchiroli z...@debian.org
+Packaged-Date: Mon, 09 Nov 2009 10:34:15 +0100
 
 Files: *
-Copyright: © 2008-2009 Jane Street Holding, LLC opensou...@janestcapital.com
-License: LGPL-2.1 | other
- As a special exception to the GNU Lesser General Public License, you
- may link, statically or dynamically, a work that uses the Library
- with a publicly distributed version of the Library to produce an
- executable file containing portions of the Library, and distribute that
- executable file under terms of your choice, without any of the additional
- requirements listed in clause 6 of the GNU Lesser General Public License.
- By a publicly distributed version of the Library, we mean either the
- unmodified Library as distributed by the authors, or a modified version
- of the Library that is distributed under the conditions defined in clause
- 3 of the GNU Lesser General Public License.  This exception does not
- however invalidate any other reasons why the executable file might be
- covered by the GNU Lesser General Public License.
-
-The Library is distributed under the terms of the GNU Lesser General Public
-License version 2.1, with the special exception to it reported above.
-
-The full text of the GNU Lessere General Public License version 2.1 can be
-found in `/usr/share/common-licenses/LGPL-2.1'.
-
+Copyright: 2008-, Jane Street Holding, LLC opensou...@janestreet.com
+License: Apache 2.0
+ On Debian systems, the full text of the Apache Software License
+ version 2 can be found in the file
+ `/usr/share/common-licenses/Apache-2.0'.
 
 Files: debian/*
-Copyright: © 2009 Stefano Zacchiroli z...@debian.org
-License: LGPL-2.1 | other
-
-The Debian packaging is copyright Stefano Zacchiroli, and licensed
-under the same license of the software itself.
-
+Copyright: 2009, Stefano Zacchiroli z...@debian.org
+License: Apache 2.0
+ The Debian packaging is copyright Stefano Zacchiroli, and licensed
+ under the same license of the software itself.

-- 
fieldslib packaging

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

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit e57d08fcbc14801c9edb1f4f40976fcca8180302
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 20:38:11 2013 +0200

Update debian/watch

diff --git a/debian/watch b/debian/watch
index 7e9b995..f66cadb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://ocaml.janestreet.com/?q=node/13 .*/fieldslib-(.*)\.tar\.gz
+http://githubredir.debian.net/github/janestreet/fieldslib 
/(\d+\.\d+\.\d+)\.tar\.gz

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 232756b873a6264b803baa074d89cb3cfb9abf4c
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:35 2013 +0200

Imported Upstream version 109.03.00

diff --git a/_oasis b/_oasis
index ab9ac34..2569ce1 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  109.02.00
+Version:  109.03.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit b77f08d1e27961ab7693338f5cdae35195373c91
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:34 2013 +0200

pristine-tar data for fieldslib_109.02.00.orig.tar.gz

diff --git a/fieldslib_109.02.00.orig.tar.gz.delta 
b/fieldslib_109.02.00.orig.tar.gz.delta
new file mode 100644
index 000..ffde933
Binary files /dev/null and b/fieldslib_109.02.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.02.00.orig.tar.gz.id 
b/fieldslib_109.02.00.orig.tar.gz.id
new file mode 100644
index 000..d097a82
--- /dev/null
+++ b/fieldslib_109.02.00.orig.tar.gz.id
@@ -0,0 +1 @@
+c7e2a9cd682891a816fb8eae7a8b55920e87c2ed

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit febf378970f257ff1fe81ba1c5fdd6710a280ffb
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:51:54 2013 +0200

Update changelog and prepare upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 5360c5b..1dc09bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-fieldslib (108.00.02-1) UNRELEASED; urgency=low
+fieldslib (108.00.02-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release (Closes: #713345)
+- bump type-conv requirement
+  * Update debian/copyright and debian/watch
+  * Update debian/control: Vcs-*, Homepage
+  * Bump debhelper compat level to 9
+  * Bump Standards-Version to 3.9.4
 
- -- Stéphane Glondu glo...@debian.org  Sun, 23 Jun 2013 22:40:33 +0200
+ -- Stéphane Glondu glo...@debian.org  Sun, 23 Jun 2013 22:51:44 +0200
 
 fieldslib (107.01-1) unstable; urgency=low
 

-- 
fieldslib packaging

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

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/107.01-1-15-gfebf378

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 3e9202a64bfb6366dc365f466a16262f2f91e501
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:51:25 2013 +0200

Bump Standards-Version to 3.9.4

diff --git a/debian/control b/debian/control
index 1d7ab0e..af6c3b8 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  camlp4-extra,
  libtype-conv-camlp4-dev (= 3.0.5),
  dh-ocaml (= 0.9)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/fieldslib.git
 Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/fieldslib.git
 Homepage: http://janestreet.github.io/

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 699ffddc3888b142a9e2e5ebb07f647159c4fe32
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:31 2013 +0200

pristine-tar data for fieldslib_109.00.00.orig.tar.gz

diff --git a/fieldslib_109.00.00.orig.tar.gz.delta 
b/fieldslib_109.00.00.orig.tar.gz.delta
new file mode 100644
index 000..11a1605
Binary files /dev/null and b/fieldslib_109.00.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.00.00.orig.tar.gz.id 
b/fieldslib_109.00.00.orig.tar.gz.id
new file mode 100644
index 000..905adae
--- /dev/null
+++ b/fieldslib_109.00.00.orig.tar.gz.id
@@ -0,0 +1 @@
+3a246abb5cd47f4d343c64cfb94cec118d1c3610

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit e73532dbb5d6d93c1880421197e13ea7e13b96db
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:33 2013 +0200

Imported Upstream version 109.02.00

diff --git a/_oasis b/_oasis
index edda5a0..ab9ac34 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  109.01.00
+Version:  109.02.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 0c4de49fbc2c6e7bda282c2c6b8dbf920af2fbb6
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:46 2013 +0200

pristine-tar data for fieldslib_109.10.00.orig.tar.gz

diff --git a/fieldslib_109.10.00.orig.tar.gz.delta 
b/fieldslib_109.10.00.orig.tar.gz.delta
new file mode 100644
index 000..d1dd1a9
Binary files /dev/null and b/fieldslib_109.10.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.10.00.orig.tar.gz.id 
b/fieldslib_109.10.00.orig.tar.gz.id
new file mode 100644
index 000..0dff70c
--- /dev/null
+++ b/fieldslib_109.10.00.orig.tar.gz.id
@@ -0,0 +1 @@
+943e7f671e19aa4eb49bcc52c51ceb173ea21772

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 04ea5edf22dc3a39a418c5cc129193bf625d179c
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:04:03 2013 +0200

pristine-tar data for fieldslib_108.08.00.orig.tar.gz

diff --git a/fieldslib_108.08.00.orig.tar.gz.delta 
b/fieldslib_108.08.00.orig.tar.gz.delta
new file mode 100644
index 000..3cabfc8
Binary files /dev/null and b/fieldslib_108.08.00.orig.tar.gz.delta differ
diff --git a/fieldslib_108.08.00.orig.tar.gz.id 
b/fieldslib_108.08.00.orig.tar.gz.id
new file mode 100644
index 000..5d0d9a2
--- /dev/null
+++ b/fieldslib_108.08.00.orig.tar.gz.id
@@ -0,0 +1 @@
+43f779fd1964662632e9289e0e0a256d91d15b19

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit f9ac5a91b4c61c196918d739a141db3a6271a0fd
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:35 2013 +0200

pristine-tar data for fieldslib_109.03.00.orig.tar.gz

diff --git a/fieldslib_109.03.00.orig.tar.gz.delta 
b/fieldslib_109.03.00.orig.tar.gz.delta
new file mode 100644
index 000..33437a0
Binary files /dev/null and b/fieldslib_109.03.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.03.00.orig.tar.gz.id 
b/fieldslib_109.03.00.orig.tar.gz.id
new file mode 100644
index 000..5437550
--- /dev/null
+++ b/fieldslib_109.03.00.orig.tar.gz.id
@@ -0,0 +1 @@
+b2014ab904d2c8d7ab3c725c1e60065080a98f0f

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit b9da67f0105c8abfec234a97429967b0cfcef9c5
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:30 2013 +0200

Imported Upstream version 109.00.00

diff --git a/_oasis b/_oasis
index 36cc911..eb6df86 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  108.10.00
+Version:  109.00.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit a593a99b56e0d3ee43b52ff5e1490ae04e7600f3
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:48 2013 +0200

pristine-tar data for fieldslib_109.11.00.orig.tar.gz

diff --git a/fieldslib_109.11.00.orig.tar.gz.delta 
b/fieldslib_109.11.00.orig.tar.gz.delta
new file mode 100644
index 000..8df799d
Binary files /dev/null and b/fieldslib_109.11.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.11.00.orig.tar.gz.id 
b/fieldslib_109.11.00.orig.tar.gz.id
new file mode 100644
index 000..3598f70
--- /dev/null
+++ b/fieldslib_109.11.00.orig.tar.gz.id
@@ -0,0 +1 @@
+51e9bd5a119b8ed93ba0f606e37ae905fec70ad2

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 814b43fd1edd0207d1f54e3b5930e542be0e8463
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:53 2013 +0200

pristine-tar data for fieldslib_109.14.00.orig.tar.gz

diff --git a/fieldslib_109.14.00.orig.tar.gz.delta 
b/fieldslib_109.14.00.orig.tar.gz.delta
new file mode 100644
index 000..b9710a3
Binary files /dev/null and b/fieldslib_109.14.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.14.00.orig.tar.gz.id 
b/fieldslib_109.14.00.orig.tar.gz.id
new file mode 100644
index 000..ef56415
--- /dev/null
+++ b/fieldslib_109.14.00.orig.tar.gz.id
@@ -0,0 +1 @@
+c305588793cd36633cd429177edf847c289d41b9

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 10b314884fb5d97268db4b54f452e1b2881d8f4c
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:52 2013 +0200

pristine-tar data for fieldslib_109.13.00.orig.tar.gz

diff --git a/fieldslib_109.13.00.orig.tar.gz.delta 
b/fieldslib_109.13.00.orig.tar.gz.delta
new file mode 100644
index 000..412a73f
Binary files /dev/null and b/fieldslib_109.13.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.13.00.orig.tar.gz.id 
b/fieldslib_109.13.00.orig.tar.gz.id
new file mode 100644
index 000..5a87bd3
--- /dev/null
+++ b/fieldslib_109.13.00.orig.tar.gz.id
@@ -0,0 +1 @@
+4d0606e9e8178d71d3a5a105348b915fc08f6207

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 5952a57f4f7b35d9d11b87acbe3371939808787b
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:50 2013 +0200

pristine-tar data for fieldslib_109.12.00.orig.tar.gz

diff --git a/fieldslib_109.12.00.orig.tar.gz.delta 
b/fieldslib_109.12.00.orig.tar.gz.delta
new file mode 100644
index 000..e60f6a2
Binary files /dev/null and b/fieldslib_109.12.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.12.00.orig.tar.gz.id 
b/fieldslib_109.12.00.orig.tar.gz.id
new file mode 100644
index 000..9c7c7d4
--- /dev/null
+++ b/fieldslib_109.12.00.orig.tar.gz.id
@@ -0,0 +1 @@
+09d128a661a63ba5c0360cceeb42fd6b7db01b3f

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit fa6eaff04cfa88d2d88c6b0ea29ac388bb952649
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:03:56 2013 +0200

pristine-tar data for fieldslib_108.07.01.orig.tar.gz

diff --git a/fieldslib_108.07.01.orig.tar.gz.delta 
b/fieldslib_108.07.01.orig.tar.gz.delta
new file mode 100644
index 000..692f5a3
Binary files /dev/null and b/fieldslib_108.07.01.orig.tar.gz.delta differ
diff --git a/fieldslib_108.07.01.orig.tar.gz.id 
b/fieldslib_108.07.01.orig.tar.gz.id
new file mode 100644
index 000..463e5ed
--- /dev/null
+++ b/fieldslib_108.07.01.orig.tar.gz.id
@@ -0,0 +1 @@
+d8529da8f586323de3a82a257edb5ed714f0bfe7

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit ae58b384433d8a50f66b3440aae0f2a6e594c011
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:41 2013 +0200

pristine-tar data for fieldslib_109.08.00.orig.tar.gz

diff --git a/fieldslib_109.08.00.orig.tar.gz.delta 
b/fieldslib_109.08.00.orig.tar.gz.delta
new file mode 100644
index 000..c18c4fd
Binary files /dev/null and b/fieldslib_109.08.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.08.00.orig.tar.gz.id 
b/fieldslib_109.08.00.orig.tar.gz.id
new file mode 100644
index 000..9aeae80
--- /dev/null
+++ b/fieldslib_109.08.00.orig.tar.gz.id
@@ -0,0 +1 @@
+a669c3e416f6b400cef108c8963ed5243abfd2dc

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit b0495b3c95840e97381bfff880e0d43cba12ffd4
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:03:40 2013 +0200

pristine-tar data for fieldslib_108.07.00.orig.tar.gz

diff --git a/fieldslib_108.07.00.orig.tar.gz.delta 
b/fieldslib_108.07.00.orig.tar.gz.delta
new file mode 100644
index 000..af8bdd7
Binary files /dev/null and b/fieldslib_108.07.00.orig.tar.gz.delta differ
diff --git a/fieldslib_108.07.00.orig.tar.gz.id 
b/fieldslib_108.07.00.orig.tar.gz.id
new file mode 100644
index 000..e1a814a
--- /dev/null
+++ b/fieldslib_108.07.00.orig.tar.gz.id
@@ -0,0 +1 @@
+c8ca1ba7092c907181143bbc66f3fa51300c5071

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 239d203503b12d7d0d7c07168490e9f478a3c8dd
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:39 2013 +0200

pristine-tar data for fieldslib_109.06.00.orig.tar.gz

diff --git a/fieldslib_109.06.00.orig.tar.gz.delta 
b/fieldslib_109.06.00.orig.tar.gz.delta
new file mode 100644
index 000..801b30b
Binary files /dev/null and b/fieldslib_109.06.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.06.00.orig.tar.gz.id 
b/fieldslib_109.06.00.orig.tar.gz.id
new file mode 100644
index 000..e0220e0
--- /dev/null
+++ b/fieldslib_109.06.00.orig.tar.gz.id
@@ -0,0 +1 @@
+5051e2d602cb207a5958d725a4925fc34ff08afe

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit aae7dea80c0e6539a2527caccaba77dd09749f7f
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:40 2013 +0200

pristine-tar data for fieldslib_109.07.00.orig.tar.gz

diff --git a/fieldslib_109.07.00.orig.tar.gz.delta 
b/fieldslib_109.07.00.orig.tar.gz.delta
new file mode 100644
index 000..9928efa
Binary files /dev/null and b/fieldslib_109.07.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.07.00.orig.tar.gz.id 
b/fieldslib_109.07.00.orig.tar.gz.id
new file mode 100644
index 000..da23aea
--- /dev/null
+++ b/fieldslib_109.07.00.orig.tar.gz.id
@@ -0,0 +1 @@
+a2829397665d1c9aac7368fa29c14198b9bda513

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit bb1b9cb85c6a71bae613c4a6a0f45971a2728fed
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 21:03:46 2013 +0200

pristine-tar data for fieldslib_108.00.02.orig.tar.gz

diff --git a/fieldslib_108.00.02.orig.tar.gz.delta 
b/fieldslib_108.00.02.orig.tar.gz.delta
new file mode 100644
index 000..2dfa90e
Binary files /dev/null and b/fieldslib_108.00.02.orig.tar.gz.delta differ
diff --git a/fieldslib_108.00.02.orig.tar.gz.id 
b/fieldslib_108.00.02.orig.tar.gz.id
new file mode 100644
index 000..0dcb155
--- /dev/null
+++ b/fieldslib_108.00.02.orig.tar.gz.id
@@ -0,0 +1 @@
+fcc4cbae5bde12ceebe683a5ed39acfa18987181

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit d7d15e9b99c6414e969c65c619cca937424ecff0
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:04:28 2013 +0200

pristine-tar data for fieldslib_108.10.00.orig.tar.gz

diff --git a/fieldslib_108.10.00.orig.tar.gz.delta 
b/fieldslib_108.10.00.orig.tar.gz.delta
new file mode 100644
index 000..fc7477e
Binary files /dev/null and b/fieldslib_108.10.00.orig.tar.gz.delta differ
diff --git a/fieldslib_108.10.00.orig.tar.gz.id 
b/fieldslib_108.10.00.orig.tar.gz.id
new file mode 100644
index 000..c2583bc
--- /dev/null
+++ b/fieldslib_108.10.00.orig.tar.gz.id
@@ -0,0 +1 @@
+89b195be44a81c427006573ea721559858bae1b3

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 6c4c26f09f22cdd5f8cbf77d94fda250f6bcb51b
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:55 2013 +0200

pristine-tar data for fieldslib_109.15.00.orig.tar.gz

diff --git a/fieldslib_109.15.00.orig.tar.gz.delta 
b/fieldslib_109.15.00.orig.tar.gz.delta
new file mode 100644
index 000..d305fa1
Binary files /dev/null and b/fieldslib_109.15.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.15.00.orig.tar.gz.id 
b/fieldslib_109.15.00.orig.tar.gz.id
new file mode 100644
index 000..b4e0c49
--- /dev/null
+++ b/fieldslib_109.15.00.orig.tar.gz.id
@@ -0,0 +1 @@
+da3c99b7a96803ec79f960aaae42b3fb509f4d90

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 2c47ed71f8631275b96b96c9460f7db294fe5b0a
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:04:11 2013 +0200

pristine-tar data for fieldslib_108.09.00.orig.tar.gz

diff --git a/fieldslib_108.09.00.orig.tar.gz.delta 
b/fieldslib_108.09.00.orig.tar.gz.delta
new file mode 100644
index 000..b7cb7cd
Binary files /dev/null and b/fieldslib_108.09.00.orig.tar.gz.delta differ
diff --git a/fieldslib_108.09.00.orig.tar.gz.id 
b/fieldslib_108.09.00.orig.tar.gz.id
new file mode 100644
index 000..b402bb9
--- /dev/null
+++ b/fieldslib_108.09.00.orig.tar.gz.id
@@ -0,0 +1 @@
+402c5fe01e901d97a0731c9511c5a82c83d89e95

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 1c3e73b096ec42a987312e89bfa239000d3cfed2
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:37 2013 +0200

pristine-tar data for fieldslib_109.05.00.orig.tar.gz

diff --git a/fieldslib_109.05.00.orig.tar.gz.delta 
b/fieldslib_109.05.00.orig.tar.gz.delta
new file mode 100644
index 000..93c8ab9
Binary files /dev/null and b/fieldslib_109.05.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.05.00.orig.tar.gz.id 
b/fieldslib_109.05.00.orig.tar.gz.id
new file mode 100644
index 000..cf9fe8b
--- /dev/null
+++ b/fieldslib_109.05.00.orig.tar.gz.id
@@ -0,0 +1 @@
+3c7ee5026df25ece2af07faec5d24f2ba09bbc42

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 5b2e936163cc67b58ecd6f70ecc5e6a6aa03b239
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:43 2013 +0200

pristine-tar data for fieldslib_109.09.00.orig.tar.gz

diff --git a/fieldslib_109.09.00.orig.tar.gz.delta 
b/fieldslib_109.09.00.orig.tar.gz.delta
new file mode 100644
index 000..9e2ea22
Binary files /dev/null and b/fieldslib_109.09.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.09.00.orig.tar.gz.id 
b/fieldslib_109.09.00.orig.tar.gz.id
new file mode 100644
index 000..0849457
--- /dev/null
+++ b/fieldslib_109.09.00.orig.tar.gz.id
@@ -0,0 +1 @@
+8307ca7f1f19ad53ebffacce471adbe2b7b60ac7

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 6c5be61a129845bc4102a62718005f52567d7424
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:04:27 2013 +0200

Imported Upstream version 108.10.00

diff --git a/_oasis b/_oasis
index 59572b9..36cc911 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  108.09.00
+Version:  108.10.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 7624b40449a824df7a393a32ee67d369cc8584c8
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:03:56 2013 +0200

Imported Upstream version 108.07.01

diff --git a/_oasis b/_oasis
index e920d4a..15fef14 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  108.07.00
+Version:  108.07.01
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC
diff --git a/lib/META b/lib/META
index 0565a72..da2aafc 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 1c5fae1fd197461ceef16312c983cfa5)
-version = 108.07.00
+# DO NOT EDIT (digest: ec5b3c3e184c81261a6490d6978d09f5)
+version = 108.07.01
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 108.07.00
+ version = 108.07.01
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/setup.ml b/setup.ml
index 9b6dc39..161b1ab 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: db2b0894d90ed4080b091edb46b8d3e1) *)
+(* DO NOT EDIT (digest: e2d6031be1cd994bd4d2f0a007eed3f2) *)
 (*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5578,7 +5578,7 @@ let setup_t =
   ocaml_version = Some (OASISVersion.VGreaterEqual 3.12.1);
   findlib_version = None;
   name = fieldslib;
-  version = 108.07.00;
+  version = 108.07.01;
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -5738,7 +5738,7 @@ let setup_t =
   };
  oasis_fn = Some _oasis;
  oasis_version = 0.3.0;
- oasis_digest = Some G\028w\231Z\018*\249vm\017c!F\213:;
+ oasis_digest = Some \240\250n\218\140\1639\197W]\Bf\152\166|;
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false;

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 0b9a59a1edb481a69a72423aa359bcfc960761f5
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:32 2013 +0200

pristine-tar data for fieldslib_109.01.00.orig.tar.gz

diff --git a/fieldslib_109.01.00.orig.tar.gz.delta 
b/fieldslib_109.01.00.orig.tar.gz.delta
new file mode 100644
index 000..5aeaf1a
Binary files /dev/null and b/fieldslib_109.01.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.01.00.orig.tar.gz.id 
b/fieldslib_109.01.00.orig.tar.gz.id
new file mode 100644
index 000..17aa788
--- /dev/null
+++ b/fieldslib_109.01.00.orig.tar.gz.id
@@ -0,0 +1 @@
+049c4ca23dbcba6e67eea28ca3d9e4d92dcbc2d6

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit f9905442200b4293ccd853d9b06e7761648de8b0
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:56 2013 +0200

pristine-tar data for fieldslib_109.19.00.orig.tar.gz

diff --git a/fieldslib_109.19.00.orig.tar.gz.delta 
b/fieldslib_109.19.00.orig.tar.gz.delta
new file mode 100644
index 000..c2291a3
Binary files /dev/null and b/fieldslib_109.19.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.19.00.orig.tar.gz.id 
b/fieldslib_109.19.00.orig.tar.gz.id
new file mode 100644
index 000..770701a
--- /dev/null
+++ b/fieldslib_109.19.00.orig.tar.gz.id
@@ -0,0 +1 @@
+ee63e91bb9f6ae581bf7f3a3fa5fc0fbb90471ee

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, pristine-tar, updated. f9905442200b4293ccd853d9b06e7761648de8b0

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 6178c0716103dd318cefc2036d213de2ed2d1888
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:36 2013 +0200

pristine-tar data for fieldslib_109.04.00.orig.tar.gz

diff --git a/fieldslib_109.04.00.orig.tar.gz.delta 
b/fieldslib_109.04.00.orig.tar.gz.delta
new file mode 100644
index 000..1d3e73a
Binary files /dev/null and b/fieldslib_109.04.00.orig.tar.gz.delta differ
diff --git a/fieldslib_109.04.00.orig.tar.gz.id 
b/fieldslib_109.04.00.orig.tar.gz.id
new file mode 100644
index 000..d06c4c1
--- /dev/null
+++ b/fieldslib_109.04.00.orig.tar.gz.id
@@ -0,0 +1 @@
+676dd117dea87c1ee21c8282b742ba20bccb25e5

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 9385de54cd135f69900ddbbb8976d1fb3d98e157
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:32 2013 +0200

Imported Upstream version 109.01.00

diff --git a/_oasis b/_oasis
index eb6df86..edda5a0 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  109.00.00
+Version:  109.01.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit c111a540f121f245eaf1591747a7ec34b794e0ce
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:54 2013 +0200

Imported Upstream version 109.15.00

diff --git a/_oasis b/_oasis
index 6849781..2b1b9fa 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@ OASISFormat:  0.3
 OCamlVersion: = 4.00.0
 FindlibVersion:   = 1.3.2
 Name: fieldslib
-Version:  109.14.00
+Version:  109.15.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane Street Capital LLC opensou...@janestreet.com
 Copyrights:   (C) 2009-2013 Jane Street Capital LLC 
opensou...@janestreet.com
diff --git a/lib/META b/lib/META
index c67cde9..daa458b 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: ba64376e436524522f451e9c335ef6be)
-version = 109.14.00
+# DO NOT EDIT (digest: 1af46c9ae2ec7fc26bcb968d5ec37100)
+version = 109.15.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 109.14.00
+ version = 109.15.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/setup.ml b/setup.ml
index 438350f..9809f50 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,5 +1,5 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 35110c9a8a72ada9ab1448c21e348c48) *)
+(* DO NOT EDIT (digest: 3599482522ead0215d5b8628c9fc37cc) *)
 (*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5576,7 +5576,7 @@ let setup_t =
   ocaml_version = Some (OASISVersion.VGreaterEqual 4.00.0);
   findlib_version = Some (OASISVersion.VGreaterEqual 1.3.2);
   name = fieldslib;
-  version = 109.14.00;
+  version = 109.15.00;
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -5746,7 +5746,7 @@ let setup_t =
   };
  oasis_fn = Some _oasis;
  oasis_version = 0.3.0;
- oasis_digest = Some 0\152+\1689N\133\170-%+\140\027pf\018;
+ oasis_digest = Some y\155\204\228\158\012J\1606,\\\1309\243\017\242;
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false;

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 9990799cd28f4f842cc5fa57568b8a8f95932df8
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:50 2013 +0200

Imported Upstream version 109.12.00

diff --git a/_oasis b/_oasis
index 57e3748..0b98751 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@ OASISFormat:  0.3
 OCamlVersion: = 4.00.0
 FindlibVersion:   = 1.3.2
 Name: fieldslib
-Version:  109.11.00
+Version:  109.12.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane Street Capital LLC opensou...@janestreet.com
 Copyrights:   (C) 2009-2013 Jane Street Capital LLC 
opensou...@janestreet.com
@@ -30,7 +30,6 @@ Library pa_fields_conv
   BuildDepends:   camlp4.lib,
   camlp4.quotations,
   type_conv (= 3.0.5)
-  CompiledObject: byte
   XMETAType:  syntax
   XMETARequires:  camlp4,type_conv,fieldslib
   XMETADescription:   Syntax extension for Fieldslib
diff --git a/lib/META b/lib/META
index 55fb744..fe26d79 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 9ae32f6ca26ce00194d29ca8a6983741)
-version = 109.11.00
+# DO NOT EDIT (digest: 8809ed940b7d861b5058a9e6328c29fc)
+version = 109.12.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 109.11.00
+ version = 109.12.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/lib_test/fields_test.ml b/lib_test/fields_test.ml
index e0e19b3..d63fcff 100644
--- a/lib_test/fields_test.ml
+++ b/lib_test/fields_test.ml
@@ -31,8 +31,13 @@ end
 module Private : sig
   type t = private { a : int; mutable b : int }
   with fields
+  (* exporting the type u wouldn't work for now *)
 end = struct
-  type u = { a : int; mutable b : int }
-  type t = u = private { a : int; mutable b : int }
+  type t = { a : int; mutable b : int }
   with fields
+  module U = struct
+type u = t = private { a : int; mutable b : int }
+with fields
+  end
 end
+let _ = Private.Fields.fold
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index b662ce1..015f5b5 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -1,7 +1,7 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 1ba924f9ab03ba504be1c3b6c5424aa7) *)
+(* DO NOT EDIT (digest: 7b6df1a3044e5627553b5a7d6945d59f) *)
 module OASISGettext = struct
-(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/oasis/OASISGettext.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/dot-opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/oasis/OASISGettext.ml
 *)
 
   let ns_ str =
 str
@@ -24,7 +24,7 @@ module OASISGettext = struct
 end
 
 module OASISExpr = struct
-(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/oasis/OASISExpr.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/dot-opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/oasis/OASISExpr.ml
 *)
 
 
 
@@ -116,7 +116,7 @@ end
 
 # 117 myocamlbuild.ml
 module BaseEnvLight = struct
-(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/base/BaseEnvLight.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/dot-opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/base/BaseEnvLight.ml
 *)
 
   module MapString = Map.Make(String)
 
@@ -214,7 +214,7 @@ end
 
 # 215 myocamlbuild.ml
 module MyOCamlbuildFindlib = struct
-(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/dot-opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml
 *)
 
   (** OCamlbuild extension, copied from 
 * http://brion.inria.fr/gallium/index.php/Using_ocamlfind_with_ocamlbuild
@@ -323,7 +323,7 @@ module MyOCamlbuildFindlib = struct
 end
 
 module MyOCamlbuildBase = struct
-(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/dot-opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
 
   (** Base functions for writing myocamlbuild.ml
   @author Sylvain Le Gall
@@ -339,7 +339,7 @@ module MyOCamlbuildBase = struct
   type name = string 
   type tag = string 
 
-(* # 56 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
+(* # 56 
/mnt/local/sda1/jdimino/dot-opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
 
   type t =
   {
diff --git a/sample/test.ml b/sample/test.ml
index 3b63819..a0c391f 100644
--- a/sample/test.ml
+++ b/sample/test.ml
@@ -13,7 +13,7 

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.03.00, created. upstream/109.03.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.03.00 has been created
at  c43080e34d514389f3176eeaa3fdb1d273295583 (tag)
   tagging  232756b873a6264b803baa074d89cb3cfb9abf4c (commit)
  replaces  upstream/109.02.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:35 2013 +0200

- Shortlog 
Upstream version 109.03.00

Stephane Glondu (1):
  Imported Upstream version 109.03.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 76c5a197502abccc3c03b6f9fc3055dab1e8d4d1
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:04:02 2013 +0200

Imported Upstream version 108.08.00

diff --git a/_oasis b/_oasis
index 15fef14..d5023e2 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  108.07.01
+Version:  108.08.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC
diff --git a/lib/META b/lib/META
index da2aafc..936c11e 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: ec5b3c3e184c81261a6490d6978d09f5)
-version = 108.07.01
+# DO NOT EDIT (digest: 5e254d6ff571a0820a4abd14cae06cea)
+version = 108.08.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 108.07.01
+ version = 108.08.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index 79fe327..91a8a59 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -1,7 +1,7 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 14c30b8858baa68e5c490dd451e7c56b) *)
+(* DO NOT EDIT (digest: 8cb0bd7c9e0e2276efeffe40cb5a09bd) *)
 module OASISGettext = struct
-(* # 21 /tmp/oasis-0.3.0/src/oasis/OASISGettext.ml *)
+(* # 21 
/home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/oasis/OASISGettext.ml *)
 
   let ns_ str =
 str
@@ -24,7 +24,7 @@ module OASISGettext = struct
 end
 
 module OASISExpr = struct
-(* # 21 /tmp/oasis-0.3.0/src/oasis/OASISExpr.ml *)
+(* # 21 /home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/oasis/OASISExpr.ml 
*)
 
 
 
@@ -116,7 +116,7 @@ end
 
 # 117 myocamlbuild.ml
 module BaseEnvLight = struct
-(* # 21 /tmp/oasis-0.3.0/src/base/BaseEnvLight.ml *)
+(* # 21 
/home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/base/BaseEnvLight.ml *)
 
   module MapString = Map.Make(String)
 
@@ -214,7 +214,7 @@ end
 
 # 215 myocamlbuild.ml
 module MyOCamlbuildFindlib = struct
-(* # 21 /tmp/oasis-0.3.0/src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml *)
+(* # 21 
/home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml
 *)
 
   (** OCamlbuild extension, copied from 
 * http://brion.inria.fr/gallium/index.php/Using_ocamlfind_with_ocamlbuild
@@ -323,7 +323,7 @@ module MyOCamlbuildFindlib = struct
 end
 
 module MyOCamlbuildBase = struct
-(* # 21 /tmp/oasis-0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml *)
+(* # 21 
/home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
 
   (** Base functions for writing myocamlbuild.ml
   @author Sylvain Le Gall
@@ -339,7 +339,7 @@ module MyOCamlbuildBase = struct
   type name = string 
   type tag = string 
 
-(* # 56 /tmp/oasis-0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml *)
+(* # 56 
/home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
 
   type t =
   {
diff --git a/setup.ml b/setup.ml
index 161b1ab..ffac186 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,14 +1,14 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: e2d6031be1cd994bd4d2f0a007eed3f2) *)
+(* DO NOT EDIT (digest: 79e699718c97f37d25ae5d386efc7b32) *)
 (*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
documentation about functions used in this file.
 *)
 module OASISGettext = struct
-(* # 21 /tmp/oasis-0.3.0/src/oasis/OASISGettext.ml *)
+(* # 21 
/home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/oasis/OASISGettext.ml *)
 
   let ns_ str =
 str
@@ -31,7 +31,7 @@ module OASISGettext = struct
 end
 
 module OASISContext = struct
-(* # 21 /tmp/oasis-0.3.0/src/oasis/OASISContext.ml *)
+(* # 21 
/home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/oasis/OASISContext.ml *)
 
   open OASISGettext
 
@@ -92,7 +92,7 @@ module OASISContext = struct
 end
 
 module OASISString = struct
-(* # 1 /tmp/oasis-0.3.0/src/oasis/OASISString.ml *)
+(* # 1 /home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/oasis/OASISString.ml 
*)
 
 
 
@@ -217,7 +217,7 @@ module OASISString = struct
 end
 
 module OASISUtils = struct
-(* # 21 /tmp/oasis-0.3.0/src/oasis/OASISUtils.ml *)
+(* # 21 /home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/oasis/OASISUtils.ml 
*)
 
   open OASISGettext
 
@@ -312,7 +312,7 @@ module OASISUtils = struct
 end
 
 module PropList = struct
-(* # 21 /tmp/oasis-0.3.0/src/oasis/PropList.ml *)
+(* # 21 /home/ysulsky/.opam/4.00.1/build/oasis.0.3.0/src/oasis/PropList.ml *)
 
   open OASISGettext
 
@@ -352,7 +352,7 @@ module PropList = struct
 

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.05.00, created. upstream/109.05.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.05.00 has been created
at  569e4a799fac63c894e9c142432f82bed0e7a0fd (tag)
   tagging  d3f8ad6140cd1d3ca5b968e55dd4d7ee6d408071 (commit)
  replaces  upstream/109.04.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:37 2013 +0200

- Shortlog 
Upstream version 109.05.00

Stephane Glondu (1):
  Imported Upstream version 109.05.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/108.07.00, created. upstream/108.07.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/108.07.00 has been created
at  afc50170d3e77be78d70e673c77e0ac7be9d4eb9 (tag)
   tagging  e8b28d80da697580fc7946a0ccc9a5f603acc103 (commit)
  replaces  upstream/108.00.02
 tagged by  Stephane Glondu
on  Sun Jun 23 22:03:40 2013 +0200

- Shortlog 
Upstream version 108.07.00

Stephane Glondu (1):
  Imported Upstream version 108.07.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.10.00, created. upstream/109.10.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.10.00 has been created
at  88d8c85ca792c0b2b33e1fad5253e61c335c9056 (tag)
   tagging  14aef22b000a8a386426a97d4086234c0e71458f (commit)
  replaces  upstream/109.09.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:46 2013 +0200

- Shortlog 
Upstream version 109.10.00

Stephane Glondu (1):
  Imported Upstream version 109.10.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 6eea43124cb83c13d37e1b9dd5ca1fab6598b3a7
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:43 2013 +0200

Imported Upstream version 109.09.00

diff --git a/.gitignore b/.gitignore
index 1c3ff23..8dac9f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,89 +1,7 @@
-
-*.cmx
-*.cmxa
-*.cma
-*.cmo
-*.cmi
-*.exe
-*.bc
-*.annot
-*.o
-*.so
-*.so.d
-*.s
-*.a
-*.depend
-_*
-*.sp?t
-config.status
-mycaml
-.DS_Store
-tmtags
-
-.git
-.transdeps
-/chroot_test_tmp
-
-/lib/packs
-/lib/**/deps
-/lib/**.mli
-/test-results*
-
-personal_compilation_ignores
-*.cp4c
-*~
-*.auto.mli
-*.aux
-*.digest
-*.fls
-*.haux
-*.htoc
-*.log
-*.omc
-*.orig
-*.rej
-*.spot
-*.toc
-*.cmp
-.*.sw[pabcdef]
-.mydeps
-inline_tests.ml
-inline_tests_runner.ml
-TAGS
-order_file_*_common.ml
-*_db_pnl_common.ml
-order_file_*_eval.ml
-_build
-
-# for new omake rules
-*.deps
-*.ml.d
-*.mli.d
-*.libdeps
-*.objdeps
-*.hg_version.c
-*.build_info.c
-hg_version.out
-stub.names
-
-# specific files
-.last_build_env
-.omakedb
-.omakedb.lock
-spec.hg
-libdeps.sexp
-libdeps.dot
-libdeps.ps
-libdeps.corrected
-ocaml_path
-.ocaml-3.10
-bisect{.itarget,.mlpack,.odocl,_pp.mlpack}
-bisect-1.1/Makefile.config
-\#*
-.\#*
-/_build
-/fieldslib.docdir
-/sample/generated_test.ml
-/sample/generated_test.mli
+_build/
 /setup.data
 /setup.log
+/*.exe
+/*.docdir
+/*.native
+/*.byte
diff --git a/_oasis b/_oasis
index 71e6dab..5261bdd 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@ OASISFormat:  0.3
 OCamlVersion: = 4.00.0
 FindlibVersion:   = 1.3.2
 Name: fieldslib
-Version:  109.08.00
+Version:  109.09.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane Street Capital LLC opensou...@janestreet.com
 Copyrights:   (C) 2009-2013 Jane Street Capital LLC 
opensou...@janestreet.com
diff --git a/lib/META b/lib/META
index abbdc98..eebae0a 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 5d23db41a5eca45dc9e756886c1c8a6e)
-version = 109.08.00
+# DO NOT EDIT (digest: 3489a6cc526ce23c7e04efbd37efc77a)
+version = 109.09.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 109.08.00
+ version = 109.09.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/setup.ml b/setup.ml
index cf058b4..fa5c926 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,5 +1,5 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 1bc208c8ae77c4fcd24b140d49348970) *)
+(* DO NOT EDIT (digest: 25a76d0205b43555bf81a80ccaf4445a) *)
 (*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5576,7 +5576,7 @@ let setup_t =
   ocaml_version = Some (OASISVersion.VGreaterEqual 4.00.0);
   findlib_version = Some (OASISVersion.VGreaterEqual 1.3.2);
   name = fieldslib;
-  version = 109.08.00;
+  version = 109.09.00;
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -5746,8 +5746,7 @@ let setup_t =
   };
  oasis_fn = Some _oasis;
  oasis_version = 0.3.0;
- oasis_digest =
-   Some \1521\187\142\235\157\237C\128C\167S\166\138\212\136;
+ oasis_digest = Some w\129\219\031b\017\225ci\199\221\t\002y\172F;
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false;
@@ -5755,6 +5754,6 @@ let setup_t =
 
 let setup () = BaseSetup.setup setup_t;;
 
-# 5761 setup.ml
+# 5760 setup.ml
 (* OASIS_STOP *)
 let () = setup ()

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.15.00, created. upstream/109.15.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.15.00 has been created
at  1db8f29446b177a9dc25f74d8dda14c9731262f4 (tag)
   tagging  c111a540f121f245eaf1591747a7ec34b794e0ce (commit)
  replaces  upstream/109.14.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:55 2013 +0200

- Shortlog 
Upstream version 109.15.00

Stephane Glondu (1):
  Imported Upstream version 109.15.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 4b27bb3267945b200835ef827d2daf72278866db
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:36 2013 +0200

Imported Upstream version 109.04.00

diff --git a/_oasis b/_oasis
index 2569ce1..691f9c5 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  109.03.00
+Version:  109.04.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 4dbb6b79d18cf8a5d0f4be2be1fd48d202fae941
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:53 2013 +0200

Imported Upstream version 109.14.00

diff --git a/_oasis b/_oasis
index fd970f9..6849781 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@ OASISFormat:  0.3
 OCamlVersion: = 4.00.0
 FindlibVersion:   = 1.3.2
 Name: fieldslib
-Version:  109.13.00
+Version:  109.14.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane Street Capital LLC opensou...@janestreet.com
 Copyrights:   (C) 2009-2013 Jane Street Capital LLC 
opensou...@janestreet.com
diff --git a/lib/META b/lib/META
index 130e8dc..c67cde9 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 2bb4b08f801dcc4338744a6ecb3544db)
-version = 109.13.00
+# DO NOT EDIT (digest: ba64376e436524522f451e9c335ef6be)
+version = 109.14.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 109.13.00
+ version = 109.14.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/lib/field.ml b/lib/field.ml
index 2c53860..0c7550a 100644
--- a/lib/field.ml
+++ b/lib/field.ml
@@ -1,17 +1,59 @@
-type ('record, 'field) t = {
-  name : string;
-  setter : ('record - 'field - unit) option;
-  getter : ('record - 'field);
-  fset   : ('record - 'field - 'record);
-}
+(* The type [t] should be abstract to make the fset and set functions 
unavailable
+   for private types at the level of types (and not by putting None in the 
field).
+   Unfortunately, making the type abstract means that when creating fields 
(through
+   a [create] function) value restriction kicks in. This is worked around by 
instead
+   not making the type abstract, but forcing anyone breaking the abstraction 
to use
+   the [For_generated_code] module, making it obvious to any reader that 
something ugly
+   is going on.
+   t_with_perm (and derivatives) is the type that users really use. It is a 
constructor
+   because:
+   1. it makes type errors more readable (less aliasing)
+   2. the typer in ocaml 4.01 allows this:
 
-let name f = f.name
+  module A = struct
+type t = {a : int}
+  end
+  type t = A.t
+  let f (x : t) = x.a
 
-let get f r = f.getter r
+  (although with Warning 40: a is used out of scope)
+  which means that if [t_with_perm] was really an alias on 
[For_generated_code.t],
+  people could say [t.setter] and break the abstraction with no indication 
that
+  something ugly is going on in the source code.
+  The warning is (I think) for people who want to make their code 
compatible with
+  previous versions of ocaml, so we may very well turn it off.
 
-let fset (f : ('r, 'f) t) (r : 'r) (v : 'f) = f.fset r v
+   The type t_with_perm could also have been a [unit - For_generated_code.t] 
to work
+   around value restriction and then [For_generated_code.t] would have been a 
proper
+   abstract type, but it looks like it could impact performance (for example, 
a fold on a
+   record type with 40 fields would actually allocate the 40 
[For_generated_code.t]'s at
+   every single fold.)
+*)
 
-let setter f = f.setter
+module For_generated_code = struct
+  type ('perm, 'record, 'field) t = {
+force_variance : 'perm - unit;
+(* force [t] to be contravariant in ['perm], because phantom type 
variables on
+   concrete types don't work that well otherwise (using : can remove them 
easily) *)
+name : string;
+setter : ('record - 'field - unit) option;
+getter : ('record - 'field);
+fset   : ('record - 'field - 'record);
+  }
+end
 
-type ('record,'result) user =
-  {f : 'field. ('record,'field) t - 'result}
+type ('perm, 'record, 'field) t_with_perm =
+| Field of ('perm, 'record, 'field) For_generated_code.t
+type ('record, 'field) t = ([ `Read | `Set_and_create], 'record, 'field) 
t_with_perm
+type ('record, 'field) readonly_t = ([ `Read ], 'record, 'field) t_with_perm
+
+let name (Field f) = f.For_generated_code.name
+
+let get (Field f) r = f.For_generated_code.getter r
+
+let fset (Field f) r v = f.For_generated_code.fset r v
+
+let setter (Field f) = f.For_generated_code.setter
+
+type ('perm, 'record, 'result) user =
+{ f : 'field. ('perm, 'record, 'field) t_with_perm - 'result }
diff --git a/lib/field.mli b/lib/field.mli
index d8468f9..a88722a 100644
--- a/lib/field.mli
+++ b/lib/field.mli
@@ -1,18 +1,34 @@
 (** OCaml record field. *)
 
+(**/**)
+module For_generated_code : sig
+  (* don't use this by hand, it is only meant for pa_fields_conv *)
+  type ('perm, 'record, 'field) t = {
+

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 185508c4f26d1bb65fe10e1bea8735da1de48eb2
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:38 2013 +0200

Imported Upstream version 109.06.00

diff --git a/_oasis b/_oasis
index 2c5858b..7e18fdd 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  109.05.00
+Version:  109.06.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit d3f8ad6140cd1d3ca5b968e55dd4d7ee6d408071
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:37 2013 +0200

Imported Upstream version 109.05.00

diff --git a/_oasis b/_oasis
index 691f9c5..2c5858b 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  109.04.00
+Version:  109.05.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/108.07.01, created. upstream/108.07.01

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/108.07.01 has been created
at  954fc36cb0eb03e959d4aa2e99a7ad8216691b16 (tag)
   tagging  7624b40449a824df7a393a32ee67d369cc8584c8 (commit)
  replaces  upstream/108.07.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:03:56 2013 +0200

- Shortlog 
Upstream version 108.07.01

Stephane Glondu (1):
  Imported Upstream version 108.07.01

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit 14aef22b000a8a386426a97d4086234c0e71458f
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:46 2013 +0200

Imported Upstream version 109.10.00

diff --git a/_oasis b/_oasis
index 5261bdd..6c05c08 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@ OASISFormat:  0.3
 OCamlVersion: = 4.00.0
 FindlibVersion:   = 1.3.2
 Name: fieldslib
-Version:  109.09.00
+Version:  109.10.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane Street Capital LLC opensou...@janestreet.com
 Copyrights:   (C) 2009-2013 Jane Street Capital LLC 
opensou...@janestreet.com
diff --git a/lib/META b/lib/META
index eebae0a..02aba77 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 3489a6cc526ce23c7e04efbd37efc77a)
-version = 109.09.00
+# DO NOT EDIT (digest: 3790065eaf29ddfe430fb3b01c1af42c)
+version = 109.10.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 109.09.00
+ version = 109.10.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/lib_test/fields_test.ml b/lib_test/fields_test.ml
index f31da07..14a18a1 100644
--- a/lib_test/fields_test.ml
+++ b/lib_test/fields_test.ml
@@ -13,3 +13,12 @@ module Rec = struct
 
   let _ = something1
 end
+
+module Private : sig
+  type t = private { a : int; mutable b : int }
+  with fields
+end = struct
+  type u = { a : int; mutable b : int }
+  type t = u = private { a : int; mutable b : int }
+  with fields
+end
diff --git a/sample/test.ml b/sample/test.ml
index 501d62e..a03aae2 100644
--- a/sample/test.ml
+++ b/sample/test.ml
@@ -6,3 +6,13 @@ type ('a,'b) t = {
   mutable cancelled : bool;
 (*   symbol : string;   *)
 } with fields
+
+module Private = struct
+  type ('a,'b) t = private {
+dir : 'a * 'b;
+quantity : ('a , 'b) t;
+price : int * 'a;
+mutable cancelled : bool;
+  (*   symbol : string;   *)
+  } with fields
+end
diff --git a/sample/test.mli b/sample/test.mli
index 5d69752..f3fdbe0 100644
--- a/sample/test.mli
+++ b/sample/test.mli
@@ -22,3 +22,13 @@ type ('a,'b) t = {
   mutable cancelled : bool;
 (*   symbol : string;   *)
 } with fields
+
+module Private : sig
+  type ('a,'b) t = private {
+dir : 'a * 'b;
+quantity : ('a , 'b) t;
+price : int * 'a;
+mutable cancelled : bool;
+(*   symbol : string;   *)
+  } with fields
+end
diff --git a/setup.ml b/setup.ml
index fa5c926..9483114 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,5 +1,5 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 25a76d0205b43555bf81a80ccaf4445a) *)
+(* DO NOT EDIT (digest: 74d4cbc90a4a30ee0733f256d371d338) *)
 (*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5576,7 +5576,7 @@ let setup_t =
   ocaml_version = Some (OASISVersion.VGreaterEqual 4.00.0);
   findlib_version = Some (OASISVersion.VGreaterEqual 1.3.2);
   name = fieldslib;
-  version = 109.09.00;
+  version = 109.10.00;
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -5746,7 +5746,7 @@ let setup_t =
   };
  oasis_fn = Some _oasis;
  oasis_version = 0.3.0;
- oasis_digest = Some w\129\219\031b\017\225ci\199\221\t\002y\172F;
+ oasis_digest = Some \167\190\209\011\229F\030\178 lM\234\206\140V\243;
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false;
diff --git a/syntax/pa_fields_conv.ml b/syntax/pa_fields_conv.ml
index 15f7e7c..236f384 100644
--- a/syntax/pa_fields_conv.ml
+++ b/syntax/pa_fields_conv.ml
@@ -211,7 +211,7 @@ module Gen_sig = struct
 
 
 
-  let record ~ty_name ~tps _loc ty =
+  let record ~private_ ~ty_name ~tps _loc ty =
 let fields = Inspect.fields ty in
 let record_ty = apply_type _loc ~ty_name ~tps in
 let conv_field (res_getset, res_fields) (name, m, ty) =
@@ -219,12 +219,13 @@ module Gen_sig = struct
   let field  =
 :sig_item value $lid:name$ : Fieldslib.Field.t $record_ty$ $ty$ 
   in
-  match m with
-  | `Immutable -
+  match m, private_ with
+  | `Immutable, _
+  | `Mutable, true -
   ( :sig_item $getter$ ; $res_getset$  ,
 :sig_item $field$ ; $res_fields$ 
   )
-  | `Mutable -
+  | `Mutable, false -
   let setter=
 :sig_item value $lid:set_ ^ name$ : $record_ty$ - $ty$ - 
unit  in
   ( :sig_item $getter$ ; $setter$ ;  $res_getset$  ,
@@ -249,39 +250,56 @@ module Gen_sig = struct
   :sig_item $getters_and_setters$ ;
   module Fields : sig
 value 

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.06.00, created. upstream/109.06.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.06.00 has been created
at  64953a31407e554c4cd442375c39deb65b687df3 (tag)
   tagging  185508c4f26d1bb65fe10e1bea8735da1de48eb2 (commit)
  replaces  upstream/109.05.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:39 2013 +0200

- Shortlog 
Upstream version 109.06.00

Stephane Glondu (1):
  Imported Upstream version 109.06.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.08.00, created. upstream/109.08.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.08.00 has been created
at  23091006bd7c05d7de7e7f205273ee883fc54e21 (tag)
   tagging  82411efb91630d1cbf7ff363951ad10ef3104555 (commit)
  replaces  upstream/109.07.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:42 2013 +0200

- Shortlog 
Upstream version 109.08.00

Stephane Glondu (1):
  Imported Upstream version 109.08.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit bb56dfb515b874f18f5e26ba7901d2db6a962fb9
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:52 2013 +0200

Imported Upstream version 109.13.00

diff --git a/_oasis b/_oasis
index 0b98751..fd970f9 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@ OASISFormat:  0.3
 OCamlVersion: = 4.00.0
 FindlibVersion:   = 1.3.2
 Name: fieldslib
-Version:  109.12.00
+Version:  109.13.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane Street Capital LLC opensou...@janestreet.com
 Copyrights:   (C) 2009-2013 Jane Street Capital LLC 
opensou...@janestreet.com
diff --git a/lib/META b/lib/META
index fe26d79..130e8dc 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 8809ed940b7d861b5058a9e6328c29fc)
-version = 109.12.00
+# DO NOT EDIT (digest: 2bb4b08f801dcc4338744a6ecb3544db)
+version = 109.13.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 109.12.00
+ version = 109.13.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/setup.ml b/setup.ml
index da8c83e..af5bf6c 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,5 +1,5 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 285491b7a743393270b40c9ae3c7977d) *)
+(* DO NOT EDIT (digest: 5c81a399294a6d4eab97e02003c9fd66) *)
 (*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5576,7 +5576,7 @@ let setup_t =
   ocaml_version = Some (OASISVersion.VGreaterEqual 4.00.0);
   findlib_version = Some (OASISVersion.VGreaterEqual 1.3.2);
   name = fieldslib;
-  version = 109.12.00;
+  version = 109.13.00;
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -5746,7 +5746,7 @@ let setup_t =
   };
  oasis_fn = Some _oasis;
  oasis_version = 0.3.0;
- oasis_digest = Some \b\129\022\1736(A\159\0169\248b5\006i\146;
+ oasis_digest = Some $\149-\022gO\160+\015\129T$\198\176\019;
  oasis_exec = None;
  oasis_setup_args = [];
  setup_update = false;

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/108.00.02, created. upstream/108.00.02

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/108.00.02 has been created
at  1b6985bc8a4d14ea87dbf5a320bb5be1b7d06f64 (tag)
   tagging  53b458197caa157da126edf85e3bd1457c0079c0 (commit)
  replaces  upstream/108.00.01
 tagged by  Stephane Glondu
on  Sun Jun 23 21:03:46 2013 +0200

- Shortlog 
Upstream version 108.00.02

Stephane Glondu (1):
  Imported Upstream version 108.00.02

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.14.00, created. upstream/109.14.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.14.00 has been created
at  e2f8f33c4009447997fbc2dfc82ab2083d3ee196 (tag)
   tagging  4dbb6b79d18cf8a5d0f4be2be1fd48d202fae941 (commit)
  replaces  upstream/109.13.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:54 2013 +0200

- Shortlog 
Upstream version 109.14.00

Stephane Glondu (1):
  Imported Upstream version 109.14.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.13.00, created. upstream/109.13.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.13.00 has been created
at  56c2f0760248d868a00ee67eca30ff38ef1f0b83 (tag)
   tagging  bb56dfb515b874f18f5e26ba7901d2db6a962fb9 (commit)
  replaces  upstream/109.12.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:52 2013 +0200

- Shortlog 
Upstream version 109.13.00

Stephane Glondu (1):
  Imported Upstream version 109.13.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.00.00, created. upstream/109.00.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.00.00 has been created
at  46837a426e964cb8d250db272e68dafeb0d38a3e (tag)
   tagging  b9da67f0105c8abfec234a97429967b0cfcef9c5 (commit)
  replaces  upstream/108.10.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:31 2013 +0200

- Shortlog 
Upstream version 109.00.00

Stephane Glondu (1):
  Imported Upstream version 109.00.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit e8b28d80da697580fc7946a0ccc9a5f603acc103
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:03:39 2013 +0200

Imported Upstream version 108.07.00

diff --git a/README.txt b/README.txt
index c99578c..5d3ec57 100644
--- a/README.txt
+++ b/README.txt
@@ -107,7 +107,7 @@ price differences:
   let use op = fun field -
 op (Field.get field a) (Field.get field b)
   in
-  let price_equal p1 p2 = abs_float (p1 -. p2)  0.001 in
+  let price_equal p1 p2 = Float.abs (p1 -. p2)  0.001 in
   Fields.for_all
 ~dir:(use (=)) ~quantity:(use (=))
 ~price:(use price_equal) ~cancelled:(use (=))
diff --git a/THIRD-PARTY.txt b/THIRD-PARTY.txt
index 2d00db2..da8a772 100644
--- a/THIRD-PARTY.txt
+++ b/THIRD-PARTY.txt
@@ -2,8 +2,8 @@ The repository contains 3rd-party code in the following 
locations and
 under the following licenses:
 
 - type_conv, sexplib and bin_prot: based on Tywith, by Martin
-  Sandin.  License can be found in base/sexplib/LICENSE.Tywith,
-  base/type_conv/LICENSE.Tywith, and base/bin_prot/LICENSE.Tywith.
+  Sandin.  License can be found in base/sexplib/LICENSE-Tywith.txt,
+  base/type_conv/LICENSE-Tywith.txt, and base/bin_prot/LICENSE-Tywith.txt.
 
 - Core's implementation of union-find: based on an implementation by
   Henry Matthew Fluet, Suresh Jagannathan, and Stephen Weeks. License
diff --git a/_oasis b/_oasis
index c1260b3..e920d4a 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  108.00.02
+Version:  108.07.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC
diff --git a/lib/META b/lib/META
index 6efa429..0565a72 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 6418aa3af91f18a74730d709ce8ea16b)
-version = 108.00.02
+# DO NOT EDIT (digest: 1c5fae1fd197461ceef16312c983cfa5)
+version = 108.07.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 108.00.02
+ version = 108.07.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/lib_test/fields_test.ml b/lib_test/fields_test.ml
index 1f5daaa..f31da07 100644
--- a/lib_test/fields_test.ml
+++ b/lib_test/fields_test.ml
@@ -1 +1,15 @@
-type t = {x:int;w:int} with fields
+module Simple = struct
+  type t = {x:int;w:int} with fields
+  let _ = x
+  let _ = w
+end
+
+module Rec = struct
+  type a = {
+something1 : b;
+  }
+  and b = A of a
+  with fields
+
+  let _ = something1
+end
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index 4cb4364..79fe327 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -1,7 +1,7 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 7068fb54fba0422d669e85990e116476) *)
+(* DO NOT EDIT (digest: 14c30b8858baa68e5c490dd451e7c56b) *)
 module OASISGettext = struct
-(* # 21 /tmp/oasis-0.3.0~rc5/src/oasis/OASISGettext.ml *)
+(* # 21 /tmp/oasis-0.3.0/src/oasis/OASISGettext.ml *)
 
   let ns_ str =
 str
@@ -24,7 +24,7 @@ module OASISGettext = struct
 end
 
 module OASISExpr = struct
-(* # 21 /tmp/oasis-0.3.0~rc5/src/oasis/OASISExpr.ml *)
+(* # 21 /tmp/oasis-0.3.0/src/oasis/OASISExpr.ml *)
 
 
 
@@ -116,7 +116,7 @@ end
 
 # 117 myocamlbuild.ml
 module BaseEnvLight = struct
-(* # 21 /tmp/oasis-0.3.0~rc5/src/base/BaseEnvLight.ml *)
+(* # 21 /tmp/oasis-0.3.0/src/base/BaseEnvLight.ml *)
 
   module MapString = Map.Make(String)
 
@@ -214,7 +214,7 @@ end
 
 # 215 myocamlbuild.ml
 module MyOCamlbuildFindlib = struct
-(* # 21 /tmp/oasis-0.3.0~rc5/src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml *)
+(* # 21 /tmp/oasis-0.3.0/src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml *)
 
   (** OCamlbuild extension, copied from 
 * http://brion.inria.fr/gallium/index.php/Using_ocamlfind_with_ocamlbuild
@@ -323,7 +323,7 @@ module MyOCamlbuildFindlib = struct
 end
 
 module MyOCamlbuildBase = struct
-(* # 21 /tmp/oasis-0.3.0~rc5/src/plugins/ocamlbuild/MyOCamlbuildBase.ml *)
+(* # 21 /tmp/oasis-0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml *)
 
   (** Base functions for writing myocamlbuild.ml
   @author Sylvain Le Gall
@@ -339,7 +339,7 @@ module MyOCamlbuildBase = struct
   type name = string 
   type tag = string 
 
-(* # 56 /tmp/oasis-0.3.0~rc5/src/plugins/ocamlbuild/MyOCamlbuildBase.ml *)
+(* # 56 /tmp/oasis-0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml *)
 
   type t =
   {
@@ -395,78 +395,6 @@ module MyOCamlbuildBase = struct
   Options.ext_dll, ext_dll;
 ]
 
-| Before_rules -
-  (* TODO: move this into its own file and 

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/108.08.00, created. upstream/108.08.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/108.08.00 has been created
at  9528d65a9e4ebbae7bdf4c00156f121305f12baf (tag)
   tagging  76c5a197502abccc3c03b6f9fc3055dab1e8d4d1 (commit)
  replaces  upstream/108.07.01
 tagged by  Stephane Glondu
on  Sun Jun 23 22:04:03 2013 +0200

- Shortlog 
Upstream version 108.08.00

Stephane Glondu (1):
  Imported Upstream version 108.08.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.12.00, created. upstream/109.12.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.12.00 has been created
at  a8723d3ac5a67d4df1b03e711771b388c123620f (tag)
   tagging  9990799cd28f4f842cc5fa57568b8a8f95932df8 (commit)
  replaces  upstream/109.11.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:51 2013 +0200

- Shortlog 
Upstream version 109.12.00

Stephane Glondu (1):
  Imported Upstream version 109.12.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.07.00, created. upstream/109.07.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.07.00 has been created
at  12a0d5c176f3bf18f71927e7d507550d512de1f8 (tag)
   tagging  c65fbf9c69af8e682163c5e4e87a947312ce8ceb (commit)
  replaces  upstream/109.06.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:40 2013 +0200

- Shortlog 
Upstream version 109.07.00

Stephane Glondu (1):
  Imported Upstream version 109.07.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.04.00, created. upstream/109.04.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.04.00 has been created
at  028c4270a7c85273f33e7597d997049ce7c870f3 (tag)
   tagging  4b27bb3267945b200835ef827d2daf72278866db (commit)
  replaces  upstream/109.03.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:36 2013 +0200

- Shortlog 
Upstream version 109.04.00

Stephane Glondu (1):
  Imported Upstream version 109.04.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.11.00, created. upstream/109.11.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.11.00 has been created
at  59a702102acf42a1cf1ae37c9d55112964112a5f (tag)
   tagging  ec9d9f2efe106141c867e72a0656366aa183c572 (commit)
  replaces  upstream/109.10.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:48 2013 +0200

- Shortlog 
Upstream version 109.11.00

Stephane Glondu (1):
  Imported Upstream version 109.11.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit ec9d9f2efe106141c867e72a0656366aa183c572
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:48 2013 +0200

Imported Upstream version 109.11.00

diff --git a/_oasis b/_oasis
index 6c05c08..57e3748 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@ OASISFormat:  0.3
 OCamlVersion: = 4.00.0
 FindlibVersion:   = 1.3.2
 Name: fieldslib
-Version:  109.10.00
+Version:  109.11.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane Street Capital LLC opensou...@janestreet.com
 Copyrights:   (C) 2009-2013 Jane Street Capital LLC 
opensou...@janestreet.com
diff --git a/lib/META b/lib/META
index 02aba77..55fb744 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 3790065eaf29ddfe430fb3b01c1af42c)
-version = 109.10.00
+# DO NOT EDIT (digest: 9ae32f6ca26ce00194d29ca8a6983741)
+version = 109.11.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 109.10.00
+ version = 109.11.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/lib_test/fields_test.ml b/lib_test/fields_test.ml
index 14a18a1..e0e19b3 100644
--- a/lib_test/fields_test.ml
+++ b/lib_test/fields_test.ml
@@ -14,6 +14,20 @@ module Rec = struct
   let _ = something1
 end
 
+module Multiple_names = struct
+  type a = {
+a : int;
+  }
+  and b = {
+b : int;
+  }
+  with fields
+  TEST = b { b = 1 } = 1
+  TEST = a { a = 1 } = 1
+  let _ = Fields_of_a.a
+  let _ = Fields_of_b.b
+end
+
 module Private : sig
   type t = private { a : int; mutable b : int }
   with fields
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index 7f9bc75..b662ce1 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -1,7 +1,7 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 78933093046b508770d9aa578f128f31) *)
+(* DO NOT EDIT (digest: 1ba924f9ab03ba504be1c3b6c5424aa7) *)
 module OASISGettext = struct
-(* # 21 
/home/jdimino/.opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/oasis/OASISGettext.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/oasis/OASISGettext.ml
 *)
 
   let ns_ str =
 str
@@ -24,7 +24,7 @@ module OASISGettext = struct
 end
 
 module OASISExpr = struct
-(* # 21 
/home/jdimino/.opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/oasis/OASISExpr.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/oasis/OASISExpr.ml
 *)
 
 
 
@@ -116,7 +116,7 @@ end
 
 # 117 myocamlbuild.ml
 module BaseEnvLight = struct
-(* # 21 
/home/jdimino/.opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/base/BaseEnvLight.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/base/BaseEnvLight.ml
 *)
 
   module MapString = Map.Make(String)
 
@@ -214,7 +214,7 @@ end
 
 # 215 myocamlbuild.ml
 module MyOCamlbuildFindlib = struct
-(* # 21 
/home/jdimino/.opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml
 *)
 
   (** OCamlbuild extension, copied from 
 * http://brion.inria.fr/gallium/index.php/Using_ocamlfind_with_ocamlbuild
@@ -323,7 +323,7 @@ module MyOCamlbuildFindlib = struct
 end
 
 module MyOCamlbuildBase = struct
-(* # 21 
/home/jdimino/.opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
+(* # 21 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
 
   (** Base functions for writing myocamlbuild.ml
   @author Sylvain Le Gall
@@ -339,7 +339,7 @@ module MyOCamlbuildBase = struct
   type name = string 
   type tag = string 
 
-(* # 56 
/home/jdimino/.opam/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
+(* # 56 
/mnt/local/sda1/jdimino/plop/4.01.0dev+short-paths/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml
 *)
 
   type t =
   {
diff --git a/sample/test.ml b/sample/test.ml
index a03aae2..3b63819 100644
--- a/sample/test.ml
+++ b/sample/test.ml
@@ -7,6 +7,11 @@ type ('a,'b) t = {
 (*   symbol : string;   *)
 } with fields
 
+type foo = {
+  a : [`Bar | `Baz of string];
+  b : int;
+} with fields
+
 module Private = struct
   type ('a,'b) t = private {
 dir : 'a * 'b;
diff --git a/sample/test.mli b/sample/test.mli
index f3fdbe0..a0a5d01 100644
--- a/sample/test.mli
+++ b/sample/test.mli
@@ -23,6 +23,11 @@ type ('a,'b) t = {
 (*   symbol : string;   *)
 } with fields
 
+type foo = {
+  a : [`Bar | `Baz of string];
+  b : int;
+} 

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit c65fbf9c69af8e682163c5e4e87a947312ce8ceb
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:40 2013 +0200

Imported Upstream version 109.07.00

diff --git a/_oasis b/_oasis
index 7e18fdd..989920e 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: = 3.12.1
 Name: fieldslib
-Version:  109.06.00
+Version:  109.07.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.01.00, created. upstream/109.01.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.01.00 has been created
at  f64dcd91ede7c311df339f6a5ad84a9263bf370f (tag)
   tagging  9385de54cd135f69900ddbbb8976d1fb3d98e157 (commit)
  replaces  upstream/109.00.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:32 2013 +0200

- Shortlog 
Upstream version 109.01.00

Stephane Glondu (1):
  Imported Upstream version 109.01.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.09.00, created. upstream/109.09.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.09.00 has been created
at  eae761eb3247220f42545fc33a84eaa9e8ff34a5 (tag)
   tagging  6eea43124cb83c13d37e1b9dd5ca1fab6598b3a7 (commit)
  replaces  upstream/109.08.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:43 2013 +0200

- Shortlog 
Upstream version 109.09.00

Stephane Glondu (1):
  Imported Upstream version 109.09.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

2013-06-23 Thread Stephane Glondu
The following commit has been merged in the upstream branch:
commit f6cfb28fe3170a4c2a3b89ffb4d3957cd1d58845
Author: Stephane Glondu st...@glondu.net
Date:   Sun Jun 23 22:12:56 2013 +0200

Imported Upstream version 109.19.00

diff --git a/INSTALL.txt b/INSTALL.txt
index 1fe48d7..12e5301 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,5 +1,5 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 9aad93748969472dc519b44a70bd8b90) *)
+(* DO NOT EDIT (digest: 68330d0f3574e8013210421e6ac4ba17) *)
 This is the INSTALL file for the fieldslib distribution.
 
 This package uses OASIS to generate its build system. See section OASIS for
@@ -11,7 +11,7 @@ Dependencies
 In order to compile this package, you will need:
 * ocaml (= 4.00.0) for all, doc fieldslib
 * findlib (= 1.3.2)
-* type_conv (= 3.0.5) for library pa_fields_conv
+* type_conv (= 109.15.00) for library pa_fields_conv
 
 Installing
 ==
diff --git a/_oasis b/_oasis
index 2b1b9fa..0388c9f 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@ OASISFormat:  0.3
 OCamlVersion: = 4.00.0
 FindlibVersion:   = 1.3.2
 Name: fieldslib
-Version:  109.15.00
+Version:  109.19.00
 Synopsis: OCaml record fields as first class values.
 Authors:  Jane Street Capital LLC opensou...@janestreet.com
 Copyrights:   (C) 2009-2013 Jane Street Capital LLC 
opensou...@janestreet.com
@@ -14,6 +14,12 @@ Plugins:  StdFiles (0.3), DevFiles (0.3), META (0.3)
 XStdFilesAUTHORS: false
 XStdFilesREADME:  false
 BuildTools:   ocamlbuild, camlp4o
+Description:
+  Part of Jane Street’s Core library.
+  .
+  The Core suite of libraries is an industrial strength alternative to
+  OCaml's standard library that was developed by Jane Street, the
+  largest industrial user of OCaml.
 
 Library fieldslib
   Path:   lib
@@ -29,7 +35,7 @@ Library pa_fields_conv
   FindlibName:syntax
   BuildDepends:   camlp4.lib,
   camlp4.quotations,
-  type_conv (= 3.0.5)
+  type_conv (= 109.15.00)
   XMETAType:  syntax
   XMETARequires:  camlp4,type_conv,fieldslib
   XMETADescription:   Syntax extension for Fieldslib
diff --git a/lib/META b/lib/META
index daa458b..7c39dfb 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 1af46c9ae2ec7fc26bcb968d5ec37100)
-version = 109.15.00
+# DO NOT EDIT (digest: ce7ccc07da9a2c181d0e607d13bcb856)
+version = 109.19.00
 description = OCaml record fields as first class values.
 archive(byte) = fieldslib.cma
 archive(byte, plugin) = fieldslib.cma
@@ -8,7 +8,7 @@ archive(native) = fieldslib.cmxa
 archive(native, plugin) = fieldslib.cmxs
 exists_if = fieldslib.cma
 package syntax (
- version = 109.15.00
+ version = 109.19.00
  description = Syntax extension for Fieldslib
  requires = camlp4 type_conv fieldslib
  archive(syntax, preprocessor) = pa_fields_conv.cma
diff --git a/setup.ml b/setup.ml
index 9809f50..e66132d 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,5 +1,5 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 3599482522ead0215d5b8628c9fc37cc) *)
+(* DO NOT EDIT (digest: 70726605df437f1673eb4d8566c43cfa) *)
 (*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5576,7 +5576,7 @@ let setup_t =
   ocaml_version = Some (OASISVersion.VGreaterEqual 4.00.0);
   findlib_version = Some (OASISVersion.VGreaterEqual 1.3.2);
   name = fieldslib;
-  version = 109.15.00;
+  version = 109.19.00;
   license =
 OASISLicense.DEP5License
   (OASISLicense.DEP5Unit
@@ -5595,7 +5595,9 @@ let setup_t =
   authors = [Jane Street Capital LLC opensou...@janestreet.com];
   homepage = Some https://github.com/janestreet/fieldslib;;
   synopsis = OCaml record fields as first class values.;
-  description = None;
+  description =
+Some
+  Part of Jane Street\226\128\153s Core library.\n\nThe Core 
suite of libraries is an industrial strength alternative to\nOCaml's standard 
library that was developed by Jane Street, the\nlargest industrial user of 
OCaml.;
   categories = [];
   conf_type = (`Configure, internal, Some 0.3);
   conf_custom =
@@ -5681,7 +5683,7 @@ let setup_t =
FindlibPackage (camlp4.quotations, None);
FindlibPackage
  (type_conv,
-   Some (OASISVersion.VGreaterEqual 3.0.5))
+   Some (OASISVersion.VGreaterEqual 109.15.00))
 ];
   bs_build_tools =
 [ExternalTool ocamlbuild; ExternalTool camlp4o];
@@ -5746,7 +5748,7 @@ let setup_t =
   };
  oasis_fn = Some _oasis;
  oasis_version = 0.3.0;
- oasis_digest = Some y\155\204\228\158\012J\1606,\\\1309\243\017\242;
+   

[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/108.09.00, created. upstream/108.09.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/108.09.00 has been created
at  423f868b296feb8b264ef51feefd31e84b66276b (tag)
   tagging  0c305ee8362e7e50ff91940ea2453b82dedf493b (commit)
  replaces  upstream/108.08.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:04:11 2013 +0200

- Shortlog 
Upstream version 108.09.00

Stephane Glondu (1):
  Imported Upstream version 108.09.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/108.00.01, created. upstream/108.00.01

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/108.00.01 has been created
at  e27d7a08a59333556f93c347436d85ba40c500ca (tag)
   tagging  cc29949b90c45117f2658c36c8ec4de6440988df (commit)
  replaces  upstream/107.01
 tagged by  Stephane Glondu
on  Sun Jun 23 20:58:48 2013 +0200

- Shortlog 
Upstream version 108.00.01

Stephane Glondu (1):
  Imported Upstream version 108.00.01

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, debian/108.00.02-1, created. debian/108.00.02-1

2013-06-23 Thread Stephane Glondu
The annotated tag, debian/108.00.02-1 has been created
at  2f1c0b72a4b25945bdd9cbf4d6d6eab9746bc29a (tag)
   tagging  febf378970f257ff1fe81ba1c5fdd6710a280ffb (commit)
  replaces  debian/107.01-1
 tagged by  Stephane Glondu
on  Sun Jun 23 23:05:32 2013 +0200

- Shortlog 
fieldslib Debian release 108.00.02-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCgAGBQJRx2McAAoJEHhT2k1JiBrTgPIP/R0bsQHBC4snd6MnPFkLrDmb
aPJ7OV563tA+XT7ErR02Vsp/uKpgrKF7N066+YSOC3UJzL2NhhL/97/vmnqcG4m/
pNDyXED6HzC4MgLp1z8oMbW+DVSoXmdiMl76n97If/4aLgGnaJuQGxhI79/FYAtw
hLHt3nynYQO6xYQNSSzMJI3idcd4089anp4375sqAn0O4VxWMix/Ot2ohnPIML98
o8/U+UUWcWb7+s/zZzE1drjjU0kZIEnUufDhjYcQnXcWNCJiR/5SjZgR4cBKc0Eu
o5alPhtU4gxTOg85Ng4GS2/HxPxw+BCMpvFqr1UBbRj2tnMM/vR4LxGZV5CWkCiY
AqnBdmSfpicOboRCJTph51G9Kv7vQ7SQmgs3GWxNqUjHnvOOjHwpzdRd5Q5Q6ani
isF9ZBR/LY+shufAy+mA7YRHUKSsgZ3Hs/5bB51SmbwGMz9uffQkpxTVw3bSo1YM
zAXO1HdWHE7882xFb5WSYDitLs5xk6lx4PJEw0sZVdcXR1JGpz+vJlkyuQFddPtJ
rAcsyddt9vo8uActAuBYtMd7/wAbYGzQ6cJNlt6oAaJeYxHXvF59y6pmw3hok9QH
05iE1mxF01wJtJl6Mdu9VegdTQ3OEhELcWy2pxCbUI8zM/crHIv2yfn1uSdt0z76
DNgsrgXir7Y9Iwn8UCeU
=JTaK
-END PGP SIGNATURE-

Stephane Glondu (13):
  Update debian/watch
  Imported Upstream version 108.00.01
  Imported Upstream version 108.00.02
  Merge tag 'upstream/108.00.02'
  New upstream release
  Update packaging
  Switch (and update) debian/copyright to format version 1.0
  Bump debhelper compat level to 9
  Update Vcs-*
  Update Homepage
  Bump type-conv requirement
  Bump Standards-Version to 3.9.4
  Update changelog and prepare upload to unstable

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/109.19.00, created. upstream/109.19.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/109.19.00 has been created
at  9cd05fa189941855cdf11fb1213fef476246608d (tag)
   tagging  f6cfb28fe3170a4c2a3b89ffb4d3957cd1d58845 (commit)
  replaces  upstream/109.15.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:12:56 2013 +0200

- Shortlog 
Upstream version 109.19.00

Stephane Glondu (1):
  Imported Upstream version 109.19.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging annotated tag, upstream/108.10.00, created. upstream/108.10.00

2013-06-23 Thread Stephane Glondu
The annotated tag, upstream/108.10.00 has been created
at  d3b0cd84d636613f3dcadd5996ad1bf2021e4473 (tag)
   tagging  6c5be61a129845bc4102a62718005f52567d7424 (commit)
  replaces  upstream/108.09.00
 tagged by  Stephane Glondu
on  Sun Jun 23 22:04:28 2013 +0200

- Shortlog 
Upstream version 108.10.00

Stephane Glondu (1):
  Imported Upstream version 108.10.00

---

-- 
fieldslib packaging

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


[Pkg-ocaml-maint-commits] [SCM] otags packaging annotated tag, debian/3.12.5-2, created. debian/3.12.5-2

2013-06-23 Thread Hendrik Tews
The annotated tag, debian/3.12.5-2 has been created
at  2bd694aad7dad88d3577d74250fe4a4c026d0a59 (tag)
   tagging  324cfaf8fd316498c68a541b3899b3f4fa5aba96 (commit)
  replaces  debian/3.12.5-1
 tagged by  Hendrik Tews
on  Sun Jun 23 23:26:08 2013 +0200

- Shortlog 
Debian release 3.12.5-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJRx2fwAAoJEOxoV33tyu5oGhAQAKHwfQnsjjKToJK/z1vjuF3U
kVLV2VnNeAQa9VErBi2xL9y4FjGErM7nwDfzCzIAdvUHSnubSL4ql1oiqKZiH1sm
WSXhZhUemi8PTHUAkCZK5HeA/4jRJcXAHfSKodLzvcHlVfa6DA1JDGz44x5dexUA
WQ2ICOjNqetJXGLZTjvEG3IHsEOdHGDBFQzwZBFNXfzuEACmSqq6Kb9nR4Mg15HI
cquvpKzqjo5oaiKHns8d6Bw7u9Q6v5WEjas0efYCwAkUzgl+JnlT81STT/P844W0
zLr0AhI50+sDoxR4XyzJHyb+lmAxgBI4x13TcMQASqLgIvWtGXu7sOOhl1Ljaxbq
7GoN/Lgys9p3Zb/Wuk+itDpu+Jm1jCRmgUUWPQ/YMtU/aDWmvytiXYOL7nz4FvfI
a7sRtJk6d+wFDuL2JYvvZb/b/a/VTpwuCIfGud93Db1yXMfDHMRcTyKCNSHbxSHb
NnwJSYeJCTWjXQDnHrR3P33ZqarMt3MBbmVPRPMe/SFEIqlCOXnAlYIlv4TX/7A/
CIfmdO2oybEsvccSaizr/iwNqTbjgMt1NIOmksKgbLK2EF1cTZCkRd5buNgcHpw8
rTp4jjjevbteJ97JmBy30IJMsPYnazXJZCQnkp5eo3ZLyJUvywDfESKW1CqvbWFV
sC8UP5uvA7qklmuhejBD
=mYKU
-END PGP SIGNATURE-

Hendrik Tews (2):
  lintian canonical vcs
  apapt to type-conv renaming

---

-- 
otags packaging

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