[Pkg-ocaml-maint-commits] [ocaml] 01/03: Update SLOW_ARCHITECTURES and remove almabench test there

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit 9591b7268de0d4f60f3df63e9d7d131c9c47f1d6
Author: Stephane Glondu st...@glondu.net
Date:   Mon Dec 2 18:26:34 2013 +0100

Update SLOW_ARCHITECTURES and remove almabench test there
---
 debian/rules | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 513a273..667475a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -279,13 +279,16 @@ regenerate: debian/control
 debian/MANIFEST
 
 # Architectures where running the test suite completely makes the
-# whole build last more than one hour on buildds. Originally, because
-# some tests do not even finish on mips.
-SLOW_ARCHITECTURES := hurd-i386 mips mipsel powerpc sparc armel
+# whole build last more than 30 minutes on buildds. Originally,
+# because some tests do not even finish on mips.
+SLOW_ARCHITECTURES := armel armhf ia64 mips mipsel powerpc powerpcspe sparc
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
+   rm -f testsuite/tests/misc-unsafe/almabench.ml
+endif
 ifeq (,$(DEB_TEST_BUILD_PREFIX))
cd testsuite  make all
 endif

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

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


[Pkg-ocaml-maint-commits] [ocaml] 02/03: Disable native backtraces on powerpcspe too

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit 02d9c4e47e0f5ff7f13526ce9d362c54bbc9855f
Author: Stephane Glondu st...@glondu.net
Date:   Mon Dec 2 18:30:05 2013 +0100

Disable native backtraces on powerpcspe too
---
 .../0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch 
b/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch
index eab9280..1e573c1 100644
--- 
a/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch
+++ 
b/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch
@@ -7,7 +7,7 @@ Subject: Native backtraces don't work on powerpc and sparc
  1 file changed, 4 insertions(+), 1 deletion(-)
 
 diff --git a/testsuite/tests/backtrace/Makefile 
b/testsuite/tests/backtrace/Makefile
-index 83f9472..e71863a 100644
+index 83f9472..3695ff6 100644
 --- a/testsuite/tests/backtrace/Makefile
 +++ b/testsuite/tests/backtrace/Makefile
 @@ -18,7 +18,10 @@ OTHERFILES=backtrace2.ml raw_backtrace.ml
@@ -16,7 +16,7 @@ index 83f9472..e71863a 100644
$(MAKE) byte
 -  @if $(BYTECODE_ONLY); then : ; else $(MAKE) native; fi
 +  @case `dpkg-architecture -qDEB_BUILD_ARCH` in \
-+sparc|powerpc) : ;; \
++sparc|powerpc*) : ;; \
 +*) if $(BYTECODE_ONLY) ; then : ; else $(MAKE) native; fi ;; \
 +  esac
  

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

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


[Pkg-ocaml-maint-commits] [ocaml] 03/03: Add libiberty-dev to Build-Depends (Closes: #731047)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit 521207c5e0bb3a5f1113271d036cfb6486f01543
Author: Stephane Glondu st...@glondu.net
Date:   Mon Dec 2 18:32:34 2013 +0100

Add libiberty-dev to Build-Depends (Closes: #731047)
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index d5cea5f..a5ee39d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends:
  quilt,
  autotools-dev,
  binutils-dev,
+ libiberty-dev,
  tcl-dev,
  tk-dev,
  libncurses5-dev,

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

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


[Pkg-ocaml-maint-commits] [ocaml] 01/02: Prepare merge with master branch

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml.

commit 9e2ac2d4612c413fc694ba293ede442cae70f24b
Author: Stephane Glondu st...@glondu.net
Date:   Mon Dec 2 18:33:44 2013 +0100

Prepare merge with master branch
---
 debian/gbp.conf | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index dfa07a0..cec628c 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,4 +1,2 @@
 [DEFAULT]
 pristine-tar = True
-upstream-branch = experimental/upstream
-debian-branch = experimental/master

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

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


[Pkg-ocaml-maint-commits] [ocaml] 02/02: Update changelog and prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml.

commit a0da69124396f53893b042b279980766e35fa121
Author: Stephane Glondu st...@glondu.net
Date:   Mon Dec 2 18:36:05 2013 +0100

Update changelog and prepare upload to unstable
---
 debian/changelog | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 199d716..3814d89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ocaml (4.01.0-3) unstable; urgency=low
+
+  * Upload to unstable
+  * debian/patches:
++ Fix native backtraces on arm*
+~ Disable native backtraces on powerpcspe too
+  * Update SLOW_ARCHITECTURES and do not run almabench test there
+  * Add libiberty-dev to Build-Depends (Closes: #731047)
+
+ -- Stéphane Glondu glo...@debian.org  Mon, 02 Dec 2013 20:03:03 +0100
+
 ocaml (4.01.0-2) experimental; urgency=low
 
   * debian/patches:

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

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

[Pkg-ocaml-maint-commits] [ocaml] annotated tag debian/4.01.0-3 created (now 59257db)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/4.01.0-3
in repository ocaml.

at  59257db   (tag)
   tagging  a0da69124396f53893b042b279980766e35fa121 (commit)
  replaces  debian/4.01.0-2
 tagged by  Stephane Glondu
on  Mon Dec 2 20:36:30 2013 +0100

- Log -
Debian release 4.01.0-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCgAGBQJSnOE+AAoJEHhT2k1JiBrTZDUQAJZE7GE0p15Lq7fgVrcaVNtm
kqdc0cIHmMThHK06cPiF5zCjXwNgNLXQquqZ2b17XaJOnrfksxf/Pjs8On+/MlQU
BEE/bIsrBFbIrUYYYkuwCws2S6W3VrPh1ja4TMqCDyW1Sfbojivecq6iGGmOdB+3
7hdpOIR8S+j4iDJ5jBbUjJBOAi9CFjK5pZwebg9/XgaopanNSVO5AU6VsljaMxoJ
VdoOdPcqYvzNckGzpkEOx0pgYajiH8Fb5qh8U0TIv0nFZeHI8fIdCzWcvkWakiDU
ZzfLo30s1Nku53H2wB6iA24wfjBhYBcxjvjQVhTnOdjoxIsGMJLDKZFSslb2ElXm
FN3gvGXqi/0Lyg5/td2L4OsCxwQ4V6Ok/z95UFEcYPT0Xqs+Xrw6dqzqUpL5X91Y
M2RmJETbgS1p/FRfL1jtHJzIqtKwdNFTtgnWsTceX2rUd8Lz9T23dgfEqminHXVk
LwsqbjS6KnrVPZqdOA/tILNXOO2agkWHxBL7nxqDqDIdBJcudp+OZYpMen+zfP8h
EaslNkZ4FkxWLRlkrOcb3FAotZTmyfSJPYUVMigm0CpdAXacvf2EFjA2UZk6j0u+
rHReINZIthNMsp2jlwIQ1WCuWjavnv3Mf9tAn7dtHIIySi8uxVI5JZR/gF81igqn
bQbaWRjNgI82PWaGmrVm
=n+Pe
-END PGP SIGNATURE-

Stephane Glondu (6):
  Fix native backtraces on arm*
  Update SLOW_ARCHITECTURES and remove almabench test there
  Disable native backtraces on powerpcspe too
  Add libiberty-dev to Build-Depends (Closes: #731047)
  Prepare merge with master branch
  Update changelog and prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [findlib] branch upstream updated (ab72b87 - 3826c7d)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch upstream
in repository findlib.

  from  ab72b87   Imported Upstream version 1.3.1
  adds  efd3099   Imported Upstream version 1.3.2
  adds  83f1a63   Imported Upstream version 1.3.3
  adds  3826c7d   Imported Upstream version 1.4

No new revisions were added by this update.

Summary of changes:
 Makefile  |   3 +
 configure |  54 ++-
 doc/README|  49 ++-
 doc/README.xml|  62 +++-
 doc/ref-html/{c1023.html = c1024.html}   |  12 +-
 doc/ref-html/index.html   |  12 +-
 doc/ref-html/lib/Findlib.html |  15 +-
 doc/ref-html/lib/Fl_metascanner.html  |  35 +-
 doc/ref-html/lib/Fl_package_base.html |  29 +-
 doc/ref-html/lib/Topfind.html |  22 +-
 doc/ref-html/lib/index.html   |  20 +-
 doc/ref-html/lib/index_attributes.html|   6 +-
 doc/ref-html/lib/index_class_types.html   |   6 +-
 doc/ref-html/lib/index_classes.html   |   6 +-
 doc/ref-html/lib/index_exceptions.html|   6 +-
 doc/ref-html/lib/index_methods.html   |   6 +-
 doc/ref-html/lib/index_module_types.html  |   6 +-
 doc/ref-html/lib/index_modules.html   |   6 +-
 doc/ref-html/lib/index_types.html |  10 +-
 doc/ref-html/lib/index_values.html|  17 +-
 doc/ref-html/lib/type_Findlib.html|   4 +-
 doc/ref-html/lib/type_Fl_metascanner.html |   3 +
 doc/ref-html/lib/type_Topfind.html|   1 +
 doc/ref-html/{p1021.html = p1022.html}   |  16 +-
 doc/ref-html/{p678.html = p679.html} |  14 +-
 doc/ref-html/r17.html |  57 +--
 doc/ref-html/{r680.html = r681.html} |  34 +-
 doc/ref-html/{r774.html = r775.html} |  26 +-
 doc/ref-html/{r963.html = r964.html} |  26 +-
 doc/ref-man/ocamlfind.1   |   7 +-
 doc/src/findlib_ocamlfind.mod |   7 +-
 doc/src/findlib_reference.xml |   6 +-
 itest-aux/remdir.ml   |   2 +
 mini/ocamlfind-mini   |   2 +-
 site-lib-src/camlp4.310/META.in   |  11 +
 site-lib-src/compiler-libs/META.in|  39 +++
 src/findlib-toolbox/make_wizard.ml|   2 +-
 src/findlib-toolbox/make_wizard.pattern   |   2 +-
 src/findlib/Makefile  |  31 +-
 src/findlib/findlib.ml|  15 +-
 src/findlib/findlib.mli   |   5 +-
 src/findlib/fl_args.ml|   6 +-
 src/findlib/fl_metascanner.ml | 564 ++
 src/findlib/fl_metascanner.mli|   6 +-
 src/findlib/fl_metascanner.src| 206 ++-
 src/findlib/fl_metatoken.ml   |  19 +-
 src/findlib/fl_topo.ml|   2 +-
 src/findlib/fl_topo.mli   |   2 +-
 src/findlib/frontend.ml   |  67 ++--
 src/findlib/num_top.ml|   2 +-
 src/findlib/num_top.mli   |   2 +-
 src/findlib/num_top_printers.ml   |   2 +-
 src/findlib/test_parser.ml|  87 +
 src/findlib/topfind.ml|  10 +-
 src/findlib/topfind.mli   |   4 +-
 src/findlib/{topfind.p = topfind_rd0.p}  |   2 +-
 src/findlib/{topfind.p = topfind_rd1.p}  |   7 +-
 tools/collect_files   |   2 +-
 58 files changed, 1404 insertions(+), 278 deletions(-)
 rename doc/ref-html/{c1023.html = c1024.html} (93%)
 rename doc/ref-html/{p1021.html = p1022.html} (92%)
 rename doc/ref-html/{p678.html = p679.html} (94%)
 rename doc/ref-html/{r680.html = r681.html} (97%)
 rename doc/ref-html/{r774.html = r775.html} (98%)
 rename doc/ref-html/{r963.html = r964.html} (96%)
 create mode 100644 itest-aux/remdir.ml
 create mode 100644 site-lib-src/compiler-libs/META.in
 create mode 100644 src/findlib/fl_metascanner.ml
 create mode 100644 src/findlib/test_parser.ml
 copy src/findlib/{topfind.p = topfind_rd0.p} (94%)
 rename src/findlib/{topfind.p = topfind_rd1.p} (84%)

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

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


[Pkg-ocaml-maint-commits] [findlib] 02/02: Update changelog and prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository findlib.

commit 429798e73b089626636a1abe2577446e45b9a740
Author: Stephane Glondu st...@glondu.net
Date:   Mon Dec 2 21:35:09 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 7f74af8..3b3cf0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+findlib (1.4-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Mon, 02 Dec 2013 21:34:58 +0100
+
 findlib (1.4-1) experimental; urgency=low
 
   * New upstream release

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

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

[Pkg-ocaml-maint-commits] [findlib] branch master updated (e7e1d87 - 429798e)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository findlib.

  from  e7e1d87   Update changelog and prepare upload to unstable
  adds  efd3099   Imported Upstream version 1.3.2
  adds  16d9a47   Merge tag 'upstream/1.3.2'
  adds  b3e2ae3   New upstream release
  adds  25e1768   New experimental branches
  adds  232e120   This version requires ocaml-nox (= 4.00.0~beta)
  adds  5a193b9   Update changelog and prepare upload to experimental
  adds  83f1a63   Imported Upstream version 1.3.3
  adds  173bb23   Merge tag 'upstream/1.3.3' into experimental/master
  adds  483c2e7   New upstream release
  adds  03c1e20   Refresh patches
  adds  e199978   Prepare upload to experimental
  adds  3826c7d   Imported Upstream version 1.4
  adds  ddb9281   Merge tag 'upstream/1.4' into experimental/master
  adds  8ebc5f4   New upstream release
  adds  62363ca   fl_metascannel.ml is no longer generated
  adds  e2ea87e   Use canonical URLs in Vcs-* fields
  adds  3ade420   Bump Standards-Version to 3.9.4
  adds  8e65754   Update changelog and prepare upload to experimental
   new  54eb7d6   Prepare merge with master
   new  429798e   Update changelog and prepare upload to unstable

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


Summary of changes:
 Makefile   |   3 +
 configure  |  54 +-
 debian/changelog   |  27 +
 debian/control |   8 +-
 debian/gbp.conf|   3 -
 ...-depends-on-Dynlink-on-every-architecture.patch |   2 +-
 ...o-not-use-an-absolute-path-in-META.camlp4.patch |   4 +-
 debian/rules   |   1 -
 doc/README |  49 +-
 doc/README.xml |  62 ++-
 doc/ref-html/{c1023.html = c1024.html}|  12 +-
 doc/ref-html/index.html|  12 +-
 doc/ref-html/lib/Findlib.html  |  15 +-
 doc/ref-html/lib/Fl_metascanner.html   |  35 +-
 doc/ref-html/lib/Fl_package_base.html  |  29 +-
 doc/ref-html/lib/Topfind.html  |  22 +-
 doc/ref-html/lib/index.html|  20 +-
 doc/ref-html/lib/index_attributes.html |   6 +-
 doc/ref-html/lib/index_class_types.html|   6 +-
 doc/ref-html/lib/index_classes.html|   6 +-
 doc/ref-html/lib/index_exceptions.html |   6 +-
 doc/ref-html/lib/index_methods.html|   6 +-
 doc/ref-html/lib/index_module_types.html   |   6 +-
 doc/ref-html/lib/index_modules.html|   6 +-
 doc/ref-html/lib/index_types.html  |  10 +-
 doc/ref-html/lib/index_values.html |  17 +-
 doc/ref-html/lib/type_Findlib.html |   4 +-
 doc/ref-html/lib/type_Fl_metascanner.html  |   3 +
 doc/ref-html/lib/type_Topfind.html |   1 +
 doc/ref-html/{p1021.html = p1022.html}|  16 +-
 doc/ref-html/{p678.html = p679.html}  |  14 +-
 doc/ref-html/r17.html  |  57 ++-
 doc/ref-html/{r680.html = r681.html}  |  34 +-
 doc/ref-html/{r774.html = r775.html}  |  26 +-
 doc/ref-html/{r963.html = r964.html}  |  26 +-
 doc/ref-man/ocamlfind.1|   7 +-
 doc/src/findlib_ocamlfind.mod  |   7 +-
 doc/src/findlib_reference.xml  |   6 +-
 itest-aux/remdir.ml|   2 +
 mini/ocamlfind-mini|   2 +-
 site-lib-src/camlp4.310/META.in|  11 +
 site-lib-src/compiler-libs/META.in |  39 ++
 src/findlib-toolbox/make_wizard.ml |   2 +-
 src/findlib-toolbox/make_wizard.pattern|   2 +-
 src/findlib/Makefile   |  31 +-
 src/findlib/findlib.ml |  15 +-
 src/findlib/findlib.mli|   5 +-
 src/findlib/fl_args.ml |   6 +-
 src/findlib/fl_metascanner.ml  | 564 +
 src/findlib/fl_metascanner.mli |   6 +-
 src/findlib/fl_metascanner.src | 206 +++-
 src/findlib/fl_metatoken.ml|  19 +-
 src/findlib/fl_topo.ml |   2 +-
 src/findlib/fl_topo.mli|   2 +-
 src/findlib/frontend.ml|  67 ++-
 src/findlib/num_top.ml  

[Pkg-ocaml-maint-commits] [findlib] 01/02: Prepare merge with master

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository findlib.

commit 54eb7d637ef73a979efedca6471877c22340fbb9
Author: Stephane Glondu st...@glondu.net
Date:   Mon Dec 2 21:34:36 2013 +0100

Prepare merge with master
---
 debian/gbp.conf | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index dfa07a0..cec628c 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,4 +1,2 @@
 [DEFAULT]
 pristine-tar = True
-upstream-branch = experimental/upstream
-debian-branch = experimental/master

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

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


[Pkg-ocaml-maint-commits] [findlib] annotated tag debian/1.4-2 created (now c1fba9b)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.4-2
in repository findlib.

at  c1fba9b   (tag)
   tagging  429798e73b089626636a1abe2577446e45b9a740 (commit)
  replaces  debian/1.4-1
 tagged by  Stephane Glondu
on  Mon Dec 2 21:44:42 2013 +0100

- Log -
findlib Debian release 1.4-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnPE6AAoJEHhT2k1JiBrTuhYP/Rjqnx/b9EPqSzT/6zwcNS71
MGrM7vf81M9pcs9hIYA5stAw7ns2JUholeUAOMWAJfwzrSbQl7kFwsKRqyXqjVLU
F4zDHlHYOq2cPSlP/OBu6J1SlOmlO7OOVLZQPVaGvYsIkMXDhuAApOQCUUxM4jeM
aFUdaXYQ24zh/ED1wpSV+Vk033ghTP6cUne14aDMt0jo8QI6ccfCkC3JsdAvK3UJ
qHSO/9fZCNEHxPO/GOCNgw1P9radu9/IhECK006DcoZ9dZ201CfUY/i6YN7W9R6J
2pGlLB01orXeFq8PtVj/aVtRPZs1hozHelxXLPFMOLjTz711OzLfu1+SLPU3b9ly
is8aVwmRf3Ie1DGbxyT86VGr5J7e+D5phAVX8PGppW8Kaqno9Y8mBhoFW5Q9hlpT
g/7XDzR7hlgPhcgQxKLKCz5og7nl6jtIjLkmV40tArspXzELXtar/c+FVUmtNHkE
Z+V9UjvJbQCLVOK384GajqlKNxJgIV6xCRI++FwzjpU2dauetBmQ4u4WR/8pE2WI
O/oqyQFT4tYVSMqLxQEzlKpRIB+mtatm3mmCia6cdHyoiE7ffBVI0R+hWLqxjqRy
INXQrKccI9QB3vAkeWKcGaEL854pIuDW+x1W0f6rMFIO+rChT780Cq755pfyJL7w
Lyn+M1wWTj9CwSjXCpPl
=TXSd
-END PGP SIGNATURE-

Stephane Glondu (2):
  Prepare merge with master
  Update changelog and prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [camlp5] branch master updated (f438df8 - 0c6b1a0)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository camlp5.

  from  f438df8   Update changelog and prepare upload to experimental
   new  0c6b1a0   Upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [camlp5] annotated tag debian/6.11-2 created (now a1c8b93)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/6.11-2
in repository camlp5.

at  a1c8b93   (tag)
   tagging  0c6b1a0a4434f9d1f93bf9a0bdcdd52fe10c5c3a (commit)
  replaces  debian/6.11-1
 tagged by  Stephane Glondu
on  Mon Dec 2 22:35:30 2013 +0100

- Log -
camlp5 Debian release 6.11-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnP0iAAoJEHhT2k1JiBrTVV0P/ju91FtYhBAGCH54ZvnYvTaw
yASgdqa3/uSfB41EVVj5VoEu3ZhJRhB9NiTHBpfGQAEyW3UzgJrNMgFkw5bR4V1c
9mpS8R2qbsgSKLj4Zpzc1/Q2vje2MvtolyAwuI1w2yUle6so0y7DiB/bNcGDEvoo
sllTpOU6TNQLdZ9s16deXxuH6L+szYP4U5+oeyhlZuNTNl9KoVi5bptTCwPbOwkt
oteEseRMvXTfE2AgJwe97dod7UD8J7kI6xdws3mXrvBR9JqkdONpE8ii9FvuOicQ
rr7ZqGZROqIsObUOcr/laTt0ncQpqCnSWzENe2ojus0qEwqGyA/ZHG0hf4oJBlPR
UgHSxr2ZffPZd+QcHfcneS9r7THa44/XHJuxaVmn834iUsmwMjHQruW7315Kuzl8
CeYJBCl0N2Hqk9KXAnGclFYsktDAN1TcFZOufthmuRb01tFtDp02v8HYpew+3r/8
FQHZyPe7xcSQliR3WQUBItgt7Wmzaw3xWQnnIGt5T7VwcFtwJnQwAEfbk3SMH2MX
WiOGmuhPwyUt62e9C4o4AhXN77RXBgtgTNlIM0mFpNYMxjkimKcZE5oeCHyeeeRO
PeVnIQbnomqYgJCApL2l2sZstQRwyJJG+WrqsWRcf0U8mK835vy9ELYtHHNb2PKP
KM5ss1oD4yjT6u/FSBAC
=jRLG
-END PGP SIGNATURE-

Stephane Glondu (1):
  Upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [camlp5] 01/01: Upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository camlp5.

commit 0c6b1a0a4434f9d1f93bf9a0bdcdd52fe10c5c3a
Author: Stephane Glondu st...@glondu.net
Date:   Mon Dec 2 22:28:40 2013 +0100

Upload to unstable
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a482603..9bbe619 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+camlp5 (6.11-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Mon, 02 Dec 2013 22:28:30 +0100
+
 camlp5 (6.11-1) experimental; urgency=low
 
   * New upstream release

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

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

[Pkg-ocaml-maint-commits] [camlzip] annotated tag debian/1.05-3 created (now 1121c46)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.05-3
in repository camlzip.

at  1121c46   (tag)
   tagging  410715f6e43ff7c871de7c10d35425e4d5e130dd (commit)
  replaces  debian/1.05-2
 tagged by  Stephane Glondu
on  Mon Dec 2 23:02:58 2013 +0100

- Log -
camlzip Debian release 1.05-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnQOSAAoJEHhT2k1JiBrTSjoQAJg7oMVVbGoD0Z4HHyEYxPvo
EvytXxEYxKDSK5NydapbOXVBL/vrvXdgcPp7yHX/+c2xfaC8nmZafXBHxJH2D6OR
yIQulU1kZKo7nHtJAAm9kIf33EmTWl7vwkqO/NNpvRcCIe2q4i4J5yNbdl0R/Hvv
h50b5mfXa7Xf/lQEnFfCa9Wl/KDk1ubGX/SCsHw6b7OHGggNv1kyUM4wbyWX39Hk
ruxZdEcgj1anMzsIZ8D8xSYn8M3lCyNdnW7Zlgh7Wy2/vr2vARrg9f19yqg7nuhW
P36zLVkFgVByKKCzAdyHQdUz0SNs4XB6WYym1MbAK0KaGsVCrBfbD4joL+/HyJSd
VeE3cpLftG+gg22w6BqDQJAVaC/qpgw0szK5D/0jwOBHeK8GEuksMG9KLjm9/qtu
5zw7lPwH6AKO/lDbFoF4fi2CS8MuAfoTnslM5kd1ApA50ybooq497XCTPJr01BRl
CuhOU55nE8g36sRwgZaOYrQIBRAGqKgnqPh6ksf9XcTq+1AAWC9gLFgAr9dKH3Q2
X7hKBpsAutlvGkhTcS8jao/ytxb2wWwwalmmZ3NTGeXwcjz6sRNxDXijyndZogNo
hgz1huqH555Woa2vrxeQ5Q1JE//TTEeKgcsVkm3mFDC+COcnTIvyq9+nEEEKR4VX
DyYAJvY4cziORI8fCjfl
=36wm
-END PGP SIGNATURE-

Stephane Glondu (1):
  Upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [camlzip] branch master updated (9b7dbb8 - 410715f)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository camlzip.

  from  9b7dbb8   Update changelog and prepare upload to experimental
   new  410715f   Upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [camlzip] 01/01: Upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository camlzip.

commit 410715f6e43ff7c871de7c10d35425e4d5e130dd
Author: Stephane Glondu st...@glondu.net
Date:   Mon Dec 2 22:44:02 2013 +0100

Upload to unstable
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f16be54..cfec6b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+camlzip (1.05-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Mon, 02 Dec 2013 22:43:58 +0100
+
 camlzip (1.05-2) experimental; urgency=low
 
   * Compile with OCaml = 4

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

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

[Pkg-ocaml-maint-commits] [xml-light] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository xml-light.

commit ffdbafec6547a753cd9b2d4467e07a40b9f94ff4
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 00:35:51 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index beed832..a8ceb3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xml-light (2.2-17) unstable; urgency=low
+
+  * Team upload
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 00:35:48 +0100
+
 xml-light (2.2-16) experimental; urgency=low
 
   * Team upload

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

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

[Pkg-ocaml-maint-commits] [xml-light] branch master updated (1e04aee - ffdbafe)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository xml-light.

  from  1e04aee   Update changelog and prepare upload to experimental
   new  ffdbafe   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [xml-light] annotated tag debian/2.2-17 created (now 0fc63c9)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/2.2-17
in repository xml-light.

at  0fc63c9   (tag)
   tagging  ffdbafec6547a753cd9b2d4467e07a40b9f94ff4 (commit)
  replaces  debian/2.2-16
 tagged by  Stephane Glondu
on  Tue Dec 3 00:39:28 2013 +0100

- Log -
xml-light Debian release 2.2-17
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnRowAAoJEHhT2k1JiBrTgvoP/RFFpzok/I5KQmOumkTzPpvS
FZiL6MA0s8p/rmpHTkxPZWbrmf9C2yP+2DeTOlpm/C8419sck3d5vxXIoJqR04T3
hu2aF8+DmmqIXHi6uKSLCESIlWUBCOOC0ogqYzzqRQeaEdwaMMdbQulCs/fUW4UL
KULX2h3YdSMFnV/Z4Z24Z2jXNqNsf8kQN7hw/VyvmQHkUUEzjZvSC4nUQqFXjv2G
C3Lc0BOwUPypUjw3ylXquCjWHqbn5Wuxf4che7kbxRX3m9dBVo43sj6UBEjQW/xL
z1qU2PK7dn8XKm83u04GZl4QxGIX6UE/e8nVQaXgUWh33zunDgca57ucvZMGXhMO
ML7zb/yCtnu5UUnwPp88rfCJ5bqc7jvIOE2KDSN/hn792pIBiBH8XmuJqR0/2xeg
BWSDQknfMGAkUU+xdzqnO4MWq6j7OWZ2D+KXWgFz2R0SDA2avql1Q49GXqJ8p1rc
ftwvBLbmZB4kgerLaPHLdiFtNLjAscGKe/y3mOO8N9xY0EIa1KFRFI12b7Y79pg4
wgfva7APJIe3Qjn+qtLN9fVFJ/OIfnAghM86E+fXD2yFTlONI6ldnr9GF5Ybrhi/
AWyNRlqYfd433+8r7tF+76g9IsuNC5sLPVthvTL0ZKBa7Krm/UhBfU73a5ekSMLl
1ILRMWKxxTRe/ERIWiMQ
=EKvj
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [lablgl] annotated tag debian/20120306-2 created (now 18dc191)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/20120306-2
in repository lablgl.

at  18dc191   (tag)
   tagging  2c2bad56996fe46d5a5a0b076179ff0267cf778a (commit)
  replaces  debian/20120306-1
 tagged by  Stephane Glondu
on  Tue Dec 3 00:43:39 2013 +0100

- Log -
lablgl Debian release 20120306-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnRsrAAoJEHhT2k1JiBrTU8sP/iddPZae/+/PbD1PMzYC1luy
SjKMS7HBVQyewITpHGvOoM/RGJmalaRq6PYjDB3Ayo9Pu77mMhPC14uc9/AGHNsI
AU42MUdleTYOKnY7w3AnnM3yzxNQmfzVjqTwtBGZI2eCKR9EFYwnOp9jpuQZbyEf
107445b9whXZHLFUEDUJ5lNmZnH2a4NcF23QcA/cmlSgU3jM1/fw8LEAfqsO77Y2
YfUr48N0inOgQkRFTI4nlwtEYtWYN9P/RoYoxOv15kpnmPBM3/JBYbV8MJEphLKw
WFnzipHJnydTNTsvTn8hgSGxTZn0v+KWmWfJslWiVWywXgAacG88rbjYyOtQ05tK
ei9/sWIy7NkdxBfH0xAHNKQk8LkUlKFV7mWTrV5T4KQatxXkjFbnJmcOp3SFGV0d
ATqgbg7UzucqrJ1dbOyJwl8LwOMnd0zgOsGycKzPVmWHwKhwktZr0HMi8BK2weT0
VMiS7/muB9IgaMMpE4QdhV00Ho1NsfgyuuTCLMBY76S/eatKjtRZkozvtMy3f/H4
n+ffaD6E6qNXIK5/nJa8ZZxo+lXiixB0DY+1teJBTF4jqDkEZLfxxe5ocfbd2VxL
anD6KTdpM/pnV951n/Ll/RPwAYNSBaePLkWZ6c3obf+ZNF7/v3SQb3uXjWWT1zdm
ojHS7HD0Kd+JvHHRlzyx
=47+M
-END PGP SIGNATURE-

Stephane Glondu (1):
  Upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [lablgl] branch master updated (9206d37 - 2c2bad5)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository lablgl.

  from  9206d37   Compile with OCaml = 4.00.1.
   new  2c2bad5   Upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [lablgl] 01/01: Upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository lablgl.

commit 2c2bad56996fe46d5a5a0b076179ff0267cf778a
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 00:38:40 2013 +0100

Upload to unstable
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f6a2b0d..9901d49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lablgl (20120306-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 00:38:29 +0100
+
 lablgl (20120306-1) experimental; urgency=low
 
   [ Ralf Treinen ]

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

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

[Pkg-ocaml-maint-commits] [menhir] branch master updated (7f5a90a - 2a1b613)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository menhir.

  from  7f5a90a   Update changelog and prepare upload to experimental
   new  2a1b613   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [menhir] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository menhir.

commit 2a1b6139e1c29155b960c08d477ec28b00fefdaf
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 00:42:05 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 1b21abe..82f2ce5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+menhir (20130116.dfsg-2) unstable; urgency=low
+
+  * Team upload
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 00:42:01 +0100
+
 menhir (20130116.dfsg-1) experimental; urgency=low
 
   * Team upload

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

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

[Pkg-ocaml-maint-commits] [menhir] annotated tag debian/20130116.dfsg-2 created (now f1cee9c)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/20130116.dfsg-2
in repository menhir.

at  f1cee9c   (tag)
   tagging  2a1b6139e1c29155b960c08d477ec28b00fefdaf (commit)
  replaces  debian/20130116.dfsg-1
 tagged by  Stephane Glondu
on  Tue Dec 3 00:45:32 2013 +0100

- Log -
menhir Debian release 20130116.dfsg-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnRucAAoJEHhT2k1JiBrTmvwP/3DldsUnVQkggvpAfgKvcZ29
ORLM5IsW2f+n57RivXvGAImUDkVVOqj0AGmMtB3IeUA66+hRC5ou57RSJw51ZKC1
8WbsIPaGjD910mbKIn3Pu4lMXg7gbOwL69oR1coWdAhpouqhA6NvWJzG7J2mWjZ/
OSwXm9SBE5FkFprn9QRl6rE6d2MOcAEcPujrAiemriuF9XSwdG8TsGbmwppD9RGj
PEopaiEgzq9xHfpTM+rsUezfa/FFOTNkvTN7iogVnnujoUETSj/ktsEunO36g7Nu
PPcOEGt9n/G/9TItWL19P2pnNUD3KudrflT68cWx4grqxgHRHqzY6E2+hTuxdohI
LshGzrx5p+ERYjQF9yl2UFD1I475IZxnVuQBVMsNUCDTZ77+tQv5RZ6ifozJM4Hu
PluqSGNtGQU0B4d3gc0oNjV4J1GADgi1gvn8nu1HJptyY8BCUdK9bCMwwIybc7Gl
3wc0mbuUuQZy5oE5ZEQ5Y19jLqxQ5fAvVTNbFRpzl5DPFN/G0QjBq6J4nWV1tLML
GlUvI9VPhO9eTy2YcaYr/HqT0aIP9kZ7K5c//LZjXLtdx2I+Wd+VjBTs2d9wcNon
i/rJROw5BwSTyXawYY+9yAet1Dvz+05Ye8Tr0tgNh/vhovfK6Ay7dyO/5ywVU4pK
msF3OPAS5e0jQWDTpZW+
=KR+v
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [hevea] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository hevea.

commit 495939b10e8b716055041021c8152b8bbdd9a354
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 07:36:22 2013 +0100

Prepare upload to unstable
---
 debian/changelog | 5 ++---
 debian/gbp.conf  | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0a4979a..63b1567 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
-hevea (2.09-2~exp1) experimental; urgency=low
+hevea (2.09-2) unstable; urgency=low
 
-  * Merge with unstable branch
-  * Compile with OCaml = 4
+  * Compile with OCaml 4.01.0
 
  -- Stéphane Glondu glo...@debian.org  Fri, 08 Nov 2013 20:03:21 +0100
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 5473048..cec628c 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,3 +1,2 @@
 [DEFAULT]
 pristine-tar = True
-debian-branch = experimental/master

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

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

[Pkg-ocaml-maint-commits] [hevea] annotated tag debian/2.09-2 created (now b138d3a)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/2.09-2
in repository hevea.

at  b138d3a   (tag)
   tagging  495939b10e8b716055041021c8152b8bbdd9a354 (commit)
  replaces  debian/2.09-2_exp1
 tagged by  Stephane Glondu
on  Tue Dec 3 07:40:14 2013 +0100

- Log -
hevea Debian release 2.09-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnXzOAAoJEHhT2k1JiBrTuVwP/irHoX/DUBSyN/jq1gIAJzdR
okut9eKTS26SIc3BNBdZzCnj8wACNblIMQLgK5y06eg6OTEmXFkGWym/PjXtjY1o
RUEloEzbXbtCsYs894xEWHwtVjm/4PKQKw3x6Vo5+TffNcVCzGS592ouaSflDwgS
ehRJ5T03y4vi+sbujYWCcI1Dagt7bDeruHB2FP9v6viQ7avbQco5HJW7R6ITUClH
bqO5Twdx866N67TpxbxKim2CtMwEJm5F/eoU2D/WlrY8+xr7UeHDoKK3SsiVrm9T
ypr4Wba/gBU5Zj0JjVR6SCBXuEymwjyXiLD5d5W3criKQQ69KLOjEnp2ER8Qj9xx
wDymuWoRKS6NAauZpgKje2eR3IPhBdUf4kSj38m4fkjiw4u/DXKUx5OUKznxzMei
H0UueC8xFWZjGag0p5ktr7Lhxb3CP25yNGCrKiVve3FxowTFi06PT89v0CiQBTMj
0XN3xRFFq8AqE56Awme1BQcM3M0+2CEKvzYCDACrS9n3ofUQ0u2SjiqY48Ufuikl
jbLgFU1bS10Pzj0kvnF5U/nxCrh8Cx4YpKygG+do0p+FBRMQzmUJ1hNnbbNjXPTm
O2rx/FmX3VrVjoKByceEYFxHpuCLglui8gBtm7FcCvYBai7EBxuxVYwI9MsrwKym
TFbr+TBhsJt4b8lnDKcd
=2sxQ
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [hevea] branch master updated (33585db - 495939b)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository hevea.

  from  33585db   explain that we need texlive-latex-extra to use toimage
  adds  d5a44d3   Set experimental branch in debian/gbp.conf
  adds  fae0bb9   Merge remote-tracking branch 'origin/master' into 
experimental/master
  adds  0f50b3e   Compile with OCaml = 4
  adds  60248df   Merge changelog with sid branch
  adds  9e29595   Update changelog and prepare upload to experimental
   new  495939b   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 14 ++
 debian/control   |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

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

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


[Pkg-ocaml-maint-commits] [hlins] annotated tag debian/0.39-20 created (now aaf71e8)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/0.39-20
in repository hlins.

at  aaf71e8   (tag)
   tagging  448bfa46e1cd54cfb54ce388db0f0fb8c97140ee (commit)
  replaces  debian/0.39-19
 tagged by  Stephane Glondu
on  Tue Dec 3 07:51:16 2013 +0100

- Log -
hlins Debian release 0.39-20
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnX9kAAoJEHhT2k1JiBrTbm0P/RFdr+qBPrXeyk4cl+/1QR18
ieEfLer9Gl+SGfYzJQU5TKKzmM6cyn9J5JglPy86AiiLtLny3Rim7IPec4ofZDnv
kW1bcnQEgZIMhSw4KBwYYbu787ogHnzzb7BO84abrMW2oyLGhhzuwlAarn536oNO
gjcUZRphN6YXpNz45J4Bdk3hoiqGF5C4j0s2zSVy6ZoNWNdM8shdqgRgIGHpI3c6
73lahgkbugcCH/2+G4HU12nSWX54Kt6eQpCem7JeKXPcG5egAwoYKsXuSv8sTcnZ
YAG2JVefc1LfQLSCuAug9cYNvHJrG9fHvrjtqwuZ9Z4V1j5mgPmOa3OUcHB+gnDt
dPtXc5vgPJtLSf6HaL2mrCGmQR6ReovzdRsuodtZOpH/YGv7p/y+uMx4yMBxVIhp
Lu1ptODFmgKXb6MQ96p+xsffwhTKLt/ODhqMa0pN1pLx5d7N5daU8S0+5qLlkc3l
Fa+ZQ4nE4ErnhBc9DdOjBPSLPl0fK2x9rGfLhUuLjvL9FEexyUorLUENsKk9G9Ek
S3Vs85/nS27wKr9amKUgwnZc/L6n6hK7YJATghhmmP3yE44Z2tzRzYORjBWioKNQ
N2vENVAbEep3UZkjd21JZ4XvXDlNMeH2wACEslxgKcjWouTC2P+ICleKwjr3eHB+
YVrt1mp2xKDeuHn2cNDp
=BkiC
-END PGP SIGNATURE-

Stephane Glondu (2):
  Update Vcs-*
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [hlins] 02/02: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository hlins.

commit 448bfa46e1cd54cfb54ce388db0f0fb8c97140ee
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 07:45:56 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a46cb06..4e4b10f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hlins (0.39-20) unstable; urgency=low
+
+  * Team upload
+  * Recompile with ocaml 4.01.0
+  * Update Vcs-*
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 07:48:28 +0100
+
 hlins (0.39-19) unstable; urgency=low
 
   [ Stéphane Glondu ]

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

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

[Pkg-ocaml-maint-commits] [hlins] 01/02: Update Vcs-*

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository hlins.

commit 7c75f1617f6509ad216e554559e032e0cc5c1c3c
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 07:48:07 2013 +0100

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

diff --git a/debian/control b/debian/control
index df0b7e7..2ab7e1d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Ralf Treinen trei...@debian.org
 Standards-Version: 3.9.2
 Build-Depends-Indep: ocaml-nox (= 3.11.1-3~)
 Build-Depends: debhelper (= 7.0.50~), dh-ocaml (= 0.9)
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/hlins.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/hlins.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/hlins.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/hlins.git
 
 Package: hlins
 Architecture: all

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

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


[Pkg-ocaml-maint-commits] [hlins] branch master updated (cc8ac1c - 448bfa4)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository hlins.

  from  cc8ac1c   Update changelog and prepare upload to unstable
   new  7c75f16   Update Vcs-*
   new  448bfa4   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 8 
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

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

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


[Pkg-ocaml-maint-commits] [calendar] 02/02: Update changelog and prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository calendar.

commit 63a71ea06a1bfa642547fb1b77e6cfef4b00520c
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:01:59 2013 +0100

Update changelog and prepare upload to unstable
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9f918ad..6730ae8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+calendar (2.03.2-3) unstable; urgency=low
+
+  * Upload to unstable
+  * Update Vcs-*
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:01:51 +0100
+
 calendar (2.03.2-2) experimental; urgency=low
 
   * Compile with OCaml = 4.01

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

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

[Pkg-ocaml-maint-commits] [calendar] annotated tag debian/2.03.2-3 created (now 54b2752)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/2.03.2-3
in repository calendar.

at  54b2752   (tag)
   tagging  63a71ea06a1bfa642547fb1b77e6cfef4b00520c (commit)
  replaces  debian/2.03.2-2
 tagged by  Stephane Glondu
on  Tue Dec 3 08:04:12 2013 +0100

- Log -
calendar Debian release 2.03.2-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYJsAAoJEHhT2k1JiBrTOzkP/0oFAim2ZPKM4tQ8ge60X8uM
Cp1KNkzhhQ11Utw+7eHq+5m9vuaw5Nj7Sgbk3C/klsx3Ef+xjAlQTXYE6HIi28nS
MihfoD6VYNDyhAnF2p4qklNupOUb7vrL+or5ewvXdKDGoqGrSYVxLLSncnLvrofD
DEw6m8gVr+hQEkueLhdbxPMOQxnbWPjty+dz8etxf+0x1DYCBYpOdCr9yy6xzQM4
GqLwhgum5DYsQZC7i/wV9MO0pgoGZVpXXCcg1taGec7bYJadcWNMQnRNeyHbUDPU
LJ2dVv+6PVzYWhiaSqcvReLHee0MAaixZgnEL2TTJtPcr6inBW3ipUB1hw63cYb2
cW7rprOGAAd8dcX17XlOrwAYCRohLRhfaSEkwHM5NBSgLuh9CpOlpFSXjamNA8ci
zxeBjwavR3POEZJDw+AKfyTITEG49Faut7ik3hcQ/JSEjBDkQJKLFcVwkQc/nCb8
LPmzXqunBU5u8qp2sUuCbTxpIOwv4fDCxuHiOv08XH4M0fw83Cb/+VmonS3oZJ8r
j+xy6tnuYLdwQpCsH6Vzt6eLQoKfu6PVG52G8yc42y8chH1pRxaZXtrZCXOWiZYV
BBT+K4PpGN9EIP8eK0w4mTtw7NAfiohUPkoGJc/PwVOGGL7wGE8vcf+zQHvXaeD3
cUwXPewUEYS8LJ0P/KAp
=0mvA
-END PGP SIGNATURE-

Stephane Glondu (2):
  Update Vcs-*
  Update changelog and prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [calendar] branch master updated (f35ac52 - 63a71ea)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository calendar.

  from  f35ac52   Update changelog and prepare upload to experimental
   new  cf500f8   Update Vcs-*
   new  63a71ea   Update changelog and prepare upload to unstable

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


Summary of changes:
 debian/changelog | 7 +++
 debian/control   | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

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

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


[Pkg-ocaml-maint-commits] [calendar] 01/02: Update Vcs-*

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository calendar.

commit cf500f899a8bad8eaba33c70bbf45cec5d76c516
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:00:54 2013 +0100

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

diff --git a/debian/control b/debian/control
index 3a75a95..9f6434e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends:
  cdbs
 Standards-Version: 3.9.4
 Homepage: http://calendar.forge.ocamlcore.org/
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/calendar.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/calendar.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/calendar.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/calendar.git
 
 Package: libcalendar-ocaml-dev
 Architecture: any

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

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


[Pkg-ocaml-maint-commits] [camlmix] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository camlmix.

commit 3c1ababf0ff1a5a8fbc0f3e1f5a3a220a3d4dc26
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:05:21 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index e2da307..6a2e09a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+camlmix (1.3.1-3) unstable; urgency=low
+
+  * Team upload
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:05:17 +0100
+
 camlmix (1.3.1-2) experimental; urgency=low
 
   [ Stéphane Glondu ]

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

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

[Pkg-ocaml-maint-commits] [camlmix] branch master updated (f924691 - 3c1abab)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository camlmix.

  from  f924691   Update changelog and prepare upload to experimental
   new  3c1abab   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [camlmix] annotated tag debian/1.3.1-3 created (now 78d22de)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.3.1-3
in repository camlmix.

at  78d22de   (tag)
   tagging  3c1ababf0ff1a5a8fbc0f3e1f5a3a220a3d4dc26 (commit)
  replaces  debian/1.3.1-2
 tagged by  Stephane Glondu
on  Tue Dec 3 08:08:47 2013 +0100

- Log -
camlmix Debian release 1.3.1-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYN/AAoJEHhT2k1JiBrTrfUP/0N/O1WnzcTlEs+iILtaYB1X
4LM4dY2a9qQt+u0Iq3P8gp2uFXPKdmP2eH+jbUtn8VUsOEyxgk1T/dm7D1zhPfVs
z/nsjEaqPwZBGmMAoY+S3jg5T8wxK1wjDXWG991+zjXA5dIUEujjvAJKanwzPbXv
zTcrpfGjZ90/kW+WeFNAZVAzlwpN6yvNRjjWVoLYo0uBmQgxZ46t+sv4QORzGxB9
6r8sZDoQR04DNIHjVYehv+JWNLSdHhCzspWqu+gwE1O1Mw7/2M0fC1dF12BJDZt3
2mDx8zM9r63YjC7MgNEUIVuzR2BnwkjOeLcZ7nY71PENXcHdlpIzC7Z2J/Rte8a+
jHEd7ph4O73ANLgBzKu2kU+U5sx5B5qWsF1NPyJJeQjv3j9eeMR+07iUtUKUQLuv
3QUbOhvzyPUHmWvTHJ7ixbnLbtGgSeyz8tIFTOOnhtfWuSsI6/5rqbwodXMdg6WH
4fSjqZlkvuvj+oAVVZ3V/Z7zW4N8vnypJldnHONHMQsmzIvV8ujaTyaVjngngres
OnRz5yD+NR693GwbBxM8G8bIHa63Q0u2RfzNasgS0paD8rTLH4FJXvAgqjlQ2j7B
AFYsIsLNniHD6AvDyHHJOQVE3e1qfiV4uNsXkhRpRD99ZtzVEp/j78RerxQaFzup
9Rf1XyJe+aJp+UZiZRXP
=fuXB
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [cryptgps] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository cryptgps.

commit 6ab587382b7fa9133bd352e3df64158fad3f5181
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:09:49 2013 +0100

Prepare upload to unstable
---
 debian/changelog | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8380cb1..ecdb4ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cryptgps (0.2.1-9) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:09:43 +0100
+
 cryptgps (0.2.1-8) experimental; urgency=low
 
   [ Stefano Zacchiroli ]
@@ -27,7 +33,7 @@ cryptgps (0.2.1-6) unstable; urgency=low
 - update build-deps: remove obsolete ones, add more strict ones to
   ensure buildability in unstable
   * debian/rules: use ocaml.mk as a CDBS rules snippet
-  
+
   [ Mehdi Dogguy ]
   * Fix watch file.
 

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

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

[Pkg-ocaml-maint-commits] [cryptgps] branch master updated (048f15a - 6ab5873)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository cryptgps.

  from  048f15a   Update changelog and prepare upload to experimental
   new  6ab5873   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

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

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


[Pkg-ocaml-maint-commits] [cryptgps] annotated tag debian/0.2.1-9 created (now fbe45fc)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/0.2.1-9
in repository cryptgps.

at  fbe45fc   (tag)
   tagging  6ab587382b7fa9133bd352e3df64158fad3f5181 (commit)
  replaces  debian/0.2.1-8
 tagged by  Stephane Glondu
on  Tue Dec 3 08:13:51 2013 +0100

- Log -
cryptgps Debian release 0.2.1-9
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYSvAAoJEHhT2k1JiBrTc0QQAIm2kcc+slN5nKTvUKW56HNY
GJQ70YxXTfhTwy5xUL7/eJPepeImryFB892DYqJiSXKp11WqVIKpA5Pi2y3jLqUA
vd77yKvlc5chN2fKLT1OIVO7a79TDIT8UI/zPFsv9VuqNK3LQ2Bd4bXiBrPvTp0a
xTCPz409GKCCb4pbikrkQYlBoYOeXteDPqLh5nWgewYH4AirFqJSVHxWc8Y/NiEr
224paEYaw/GbUriMBCmlhObKxZtxzMJgr3Aq7Pmte3iLa1fw7g0JVgpM2Chegqyz
FpG//UMmKBYCDoPLXmSphGlmxk6JrxAIMt3qUf+Nv4hMKCpnUL0Ll42ALnSGa78S
9rNZtwbT4MMbVhwxrJFiGEl6/bFFezLMOltNBs26sqO3nPuo9/iKck1FPWTYl5py
vfSNTejSj/AFx4aNo7zJnw9CBzjkmubDwPNzLCg02AmfOzB3eqKnVFomaJX56unW
0nuWJYOH8FO2qfE0rqyD+2lCvX3gcwnY8LV5dDthqLQxjYJJXu54zqgvQwKN2qWy
/LODdQzyypwynpNAa0jFkZIjkvkOFMm7pkSDnh7hoJJeVEpNVXA8L1w9TBTR5Hod
l/jZIUuuicnszlx6y/W8cSSmRYUXtAs8SGqdrQDCVH6VyfpDsuH7OEqOtbr7dxSv
1iaFNjpBWDsCjLjUVhdc
=OWfo
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [cppo] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository cppo.

commit 7e3a6770de3348a6c05888be972588dd20b3279f
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:08:17 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 3eb56e6..24e7125 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cppo (0.9.3-3) unstable; urgency=low
+
+  * Team upload
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:08:21 +0100
+
 cppo (0.9.3-2) experimental; urgency=low
 
   * Team upload

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

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

[Pkg-ocaml-maint-commits] [cppo] branch master updated (bed482c - 7e3a677)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository cppo.

  from  bed482c   Update changelog and prepare upload to experimental
   new  7e3a677   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [cppo] annotated tag debian/0.9.3-3 created (now afd3eeb)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/0.9.3-3
in repository cppo.

at  afd3eeb   (tag)
   tagging  7e3a6770de3348a6c05888be972588dd20b3279f (commit)
  replaces  debian/0.9.3-2
 tagged by  Stephane Glondu
on  Tue Dec 3 08:15:04 2013 +0100

- Log -
cppo Debian release 0.9.3-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYT4AAoJEHhT2k1JiBrTk9MP/04vZmYd8cQ6XLM2LJDULJGP
xXzzIar9AF0LxyiJLi8cBGsgZTIr1J+GdbQddS729Ejll3szWPCeA0UE+yjnASpZ
hsITIJbtQREVYbJkG6E5NzQGrDSKdLkaJwXegAm+pUahn0mvfzh2Q3hZtFDL+aG5
FHDnTGWuilbKk7LvM8K/+1Sk3hcKz1QW22Fjjbw/G7Zh7qV5T7ky1gYtLakPGZrF
xZTsIyzO5+57wij/x+ugtaHMuVnEOYixq6yhslVdPeBgE4UIx7HbQnHzNQbjUEXa
Mx+RQc75X/qrJICNcbxVZZs2IaauUmTxHhRiydW569Dc8C+o93jaxATlkp4FM0Mb
ULSfnreS/It7Khm4xqWm75t6pZpyj63JjCEvlX6qzMTaMRLKtQVYgeznde2PzCI+
j7XW9O/viV19bGqBNcfsVzMarFhKNS/W8e2bMgR+GN3Wd6yMygL/mtYHgPO4kK6r
WlzGBQLODfO8dE8/Njyvitu/K3WWsIJYOZ9sBwXtOX54ioPMvh5GpQQuKh0/eK/C
dxnLR+V5JsvyRjUXXtSw8hMmtpdIke0TT4JTfN7WFAZKT4wKwgosomWoN1BJX6s4
U44a1F2P1jxzZ0N2KQfS7wYmt9qt3B9sjdRZVAt/0UCdyyQz7dh2FUIwk6odD8Nc
Gc7RWEcBCmuTbznOAIDQ
=PInE
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [cryptokit] branch master updated (2250eb7 - 60b7c62)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository cryptokit.

  from  2250eb7   Update changelog and prepare upload to experimental
   new  60b7c62   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [cryptokit] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository cryptokit.

commit 60b7c6244ee945ec7ecba213b32f02ea277ba2b3
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:11:30 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index b5a90fe..bf1313a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cryptokit (1.9-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:11:18 +0100
+
 cryptokit (1.9-1) experimental; urgency=low
 
   * New upstream release

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

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

[Pkg-ocaml-maint-commits] [cryptokit] annotated tag debian/1.9-2 created (now bb9c69d)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.9-2
in repository cryptokit.

at  bb9c69d   (tag)
   tagging  60b7c6244ee945ec7ecba213b32f02ea277ba2b3 (commit)
  replaces  debian/1.9-1
 tagged by  Stephane Glondu
on  Tue Dec 3 08:16:12 2013 +0100

- Log -
cryptokit Debian release 1.9-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYU8AAoJEHhT2k1JiBrT6j4P/2K0A32sehHuZaqY9UqQjdQB
RIbZeiKzczXh9seCRlr6z5toPEqk0syJr64I82iI5qvBANHFh6fxcu8oC4SsMztk
Zyt249d5NaTFYFgJyWlbFNP0xPb76anP1MeUg0muLHk6pUnCPXb4O8yJdEXqFksP
VPFzY4rbOljDARu7wrzDTFSJYr8a/25oU5dLrycK1p4hlJaJwgk7AnoEEoANlkT3
GKSqGh9EpJSTpg5pA0s6soZWg2GZfeqiUZXPb9ogEn/O7fZBE2SNIBZcvg99EDUO
6icRhf4/Ruv1VTjTw1aPoFXP1ocHIwHKjbR5sOSp0HXU/UvxAHhYhucYkHSvF4xb
2yho3MX4U7vPG9sZxkzmvzB1tnOwy2zQoLZxAkPdSIVPUnXsrQVK2thmLhxXsfvG
HLb6LgB0+93siSIqpKWxkpHiCKpFpvY7vHEHugGXfed9gXilRbiYJVUEo6CTgPDp
QAfIA1hFiCDZq1TGnu3arR5Q5nr0rsQQLtY5/hNvcXGBQ8id3smNUBNDOBdtS+Pd
CXLvfdTPw4xpyUBisdq8yxi3g/vF1nhNVMoaFvhshblJmas4p8O64HCZHNlg0J1d
xdcrrITK6WUj4XDuS/ouFYGZvf/Kl/uK72j2xNWslpKA161JP7BQbvQX4A2tWKH6
mDrYSiC3GnJYr8AsuLSZ
=sIXd
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [extlib] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository extlib.

commit c42009753d75182fc7c42eaa63feb286d589d862
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:12:30 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index b53a39d..c401e79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+extlib (1.5.4-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:12:23 +0100
+
 extlib (1.5.4-1) experimental; urgency=low
 
   [ Mehdi Dogguy ]

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

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

[Pkg-ocaml-maint-commits] [extlib] branch master updated (242d333 - c420097)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository extlib.

  from  242d333   correct previous commit.
   new  c420097   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [extlib] annotated tag debian/1.5.4-2 created (now d2a3294)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.5.4-2
in repository extlib.

at  d2a3294   (tag)
   tagging  c42009753d75182fc7c42eaa63feb286d589d862 (commit)
  replaces  debian/1.5.4-1
 tagged by  Stephane Glondu
on  Tue Dec 3 08:17:22 2013 +0100

- Log -
extlib Debian release 1.5.4-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYWCAAoJEHhT2k1JiBrT9r4P/0ONIXs526eNB+CIR5AJT31i
uZNeSBVEfVJf3TmHVt1PU1GafDcIDyU2ZfNotiGlJTfqj7b3FoNqOhEoiw/wTWOC
OOpBb9OjGGcum9NVQVA92pjnSOy5yh5xBoF865P3cI5xk792fCgq/UpGhm31kOQm
OGRcCJNp61fMxrI6DlUJhWjnUnikkLXX76v56P2WVywkvB/P1H2R4H2ZrtqkjPSl
Dv1io4Zr9dhQ6SZ1S8WK0w4UPo7zFxR2lx+PW2ydEG1M2A/dKh5OB0KNgADutBRw
LCETuPp1buRIQOxS80VUk3lqwXX7uzFrWthZqiloQyLUU1S+VfoAIeTWKXvFFWBZ
zybiTwTkUkit/OzfWO9SPYg001PGzllH+YZJvKT1TxEWHkqNIZkbKff6sxIMFDwM
vNMOk2ZrbrbGbd/N9n7qRVJsLsmdyImYLysvETJjFtgDPbXjyAwQqppWfeqe7KY+
62EjYYxX1IQgPbZpPUE8aPRDu0QwsadPlk6pKVyXIllgpH4y9WlOdeRC0E1xwiLZ
SXLjEg8FD7Nhrite/ulHc/rgGRmx6wCFmJmAl1r0U1R/WVw7hZXAV8VvjM1CjYSv
qktpm6nkOq2SKjUHHIMlkgranrFAc5cqqkyaf5vZyqh8WC7x0gnhgdHdZFwAaW6j
B0G9BV9rjjiqaPPPVv/6
=g1fj
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [ocaml-bitstring] branch master updated (550b2d2 - ef709cd)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

  from  550b2d2   Update changelog and prepare upload to experimental
   new  ef709cd   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [ocaml-bitstring] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

commit ef709cd1ebe78d3b7f41b11d969f4c80d7911d43
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:21:20 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 634d281..0e933ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-bitstring (2.0.4-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:21:26 +0100
+
 ocaml-bitstring (2.0.4-1) experimental; urgency=low
 
   [ Stéphane Glondu ]

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

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

[Pkg-ocaml-maint-commits] [ocaml-config-file] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

commit dbbc5f92b593b0de4cb30a2e6a3c1e82f0a9771e
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:22:00 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 52daac7..40689aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-config-file (1.1-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:21:57 +0100
+
 ocaml-config-file (1.1-3) experimental; urgency=low
 
   * Override dh_auto_test (no tests)

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

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

[Pkg-ocaml-maint-commits] [ocaml-config-file] annotated tag debian/1.1-4 created (now 4140889)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.1-4
in repository ocaml-config-file.

at  4140889   (tag)
   tagging  dbbc5f92b593b0de4cb30a2e6a3c1e82f0a9771e (commit)
  replaces  debian/1.1-3
 tagged by  Stephane Glondu
on  Tue Dec 3 08:30:18 2013 +0100

- Log -
ocaml-config-file Debian release 1.1-4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYiKAAoJEHhT2k1JiBrTLY8P/iePDlcBQe97KL/tJSUiLjIE
zIj1LgUodVc9TZ9AMUn1Ymfj+xRwwlVgLgPjvp+wtyRK9dYNKQnySnS6g3Efmx1T
eqbJ3rudAhWjrkSZXNQWmmgDY8booIWFnKfNgcv5VV8Q3GfiRXqSWQTo2+CoRmnE
n3puPylWpOdb3/u8Pu8XP6wo8TThkuvH1jlMztdScKLFDDax6JDLJdVSzTPBLhsG
uOTJDIser2hjoZsG5C/HXxvNzKiJFRtctrG3poZC1ry7sZVp5PGuHy4gHJVijgWh
8/VC3+fkPxhGZdjhu6NGBw9KYokqw3f3DW6cPt9BUjUga573LtpNQbdULdfOe3SF
PLnbng3XFWet72YfyKCxAXzxJFDSHiBpVgg/Bvw6QD9sA7Arigrt2ws7eSslyMsH
+g8qBe3KfcD3FQQhERxe6N2CHm8+v+ha1ZAOy/m83pYeMc7nNEh6oKL58JCUzknD
pjy6HcJMcOsO1f+iqec5CRmKXVTRIkQ3YNODd8ZDlztVm2Zz0pRD3okta1YHQm3l
yRFworRdz+ToHShLRYcJJpaDG31RdoRlNewlp1QB5slpUmueej22EOXpEIQvzrlK
q2OnwhEwxjtVyF/dmxjSDO6ZTYAtm5Zrvvkd7Zf/BvWr4wlVNflaBxQhDSjN9lEc
+z+pPv7QC1oyq0WkGGB+
=MMov
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [ocamlify] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocamlify.

commit 25072de1d0bacaa9272db56d8067b8db5a0f0daf
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:22:30 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 0fbd9ca..9fcc71c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocamlify (0.0.2-2) unstable; urgency=low
+
+  * Team upload
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:22:29 +0100
+
 ocamlify (0.0.2-1) experimental; urgency=low
 
   [ Stéphane Glondu ]

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

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

[Pkg-ocaml-maint-commits] [ocamlify] annotated tag debian/0.0.2-2 created (now 86dbd35)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/0.0.2-2
in repository ocamlify.

at  86dbd35   (tag)
   tagging  25072de1d0bacaa9272db56d8067b8db5a0f0daf (commit)
  replaces  debian/0.0.2-1
 tagged by  Stephane Glondu
on  Tue Dec 3 08:31:17 2013 +0100

- Log -
ocamlify Debian release 0.0.2-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYjFAAoJEHhT2k1JiBrTqOMP/0gW60UXnjkbaZ6NprEFcc+k
jr+hmuEB4htJY+FiOnQlBq0Gk4Ule3DiK4yOtMzjYwU2W5ZfUacPlJB+Uk7Gbhd5
4Lvc6l+sOA53b1Ql+WAtFETr4Tc2Md0PlJHcq9+S9P4N8PeVl7dY9PfYA4lAOeOY
EPwufV29vJR9x71p3Uzilw/lXoRVQ3b8d3/quF/fp1uVGnbsAmpUxXGpxju+Z2J+
RBLBiPXshtI/mU30U1h7NxW5GAIQQtO4k4JOemEhP2F6B+GW0RsrEpXiLqPky1GP
YdszajA7G37hgJzJallq2yxZTkbZt7q7eUInF2obW7Fyn3nqNUmizznR0Jhu0YOY
AL4sSlRPu4S/YXX5Bg5n68lA1Ftrlysl3g+FNWRZ/ZUC7+vtPGd5P3+m2WtlXlw+
nucf01uJPMU4RkBlByG2Jnm8w2LKF7THnwFo8LRjmrGapAJXcS5ZtpsXTqnHK/2r
Cmy+P9FkmmHDDgEqEUe2oNiEFZujCweQy9GsKeWrozTZV0UD2/lChu+PCp6ALHN8
oezO7opbdpWFvmzP55AMwWJbnIH9wOoHn0cKD0d05yR6MwPQDC1ZW9cFnxFCViqt
tuYW3zV5QxhXh1J2GTKijEvE6SrRd3sHXcIix8AEzcjfdRKl+2xWzH4eXgC2++tK
pvBM6+osaRmWUksKWoFb
=foUH
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [ocamlify] branch master updated (7911222 - 25072de)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository ocamlify.

  from  7911222   Update changelog and prepare upload to experimental
   new  25072de   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [ocaml-res] annotated tag debian/4.0.3-3 created (now 267a4a7)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/4.0.3-3
in repository ocaml-res.

at  267a4a7   (tag)
   tagging  9aac17e595e1287c15e73f2cd8fb3dfd87e9 (commit)
  replaces  debian/4.0.3-2
 tagged by  Stephane Glondu
on  Tue Dec 3 08:32:17 2013 +0100

- Log -
ocaml-res Debian release 4.0.3-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYkBAAoJEHhT2k1JiBrTErcQAJjo506HNY8TyQdsRezDqIV7
Rex9DQXZYvOMsRusEsJFMqNfzNMdWLu/pygevw3g7mZnfvsDthRTFa2RwrtmS9CU
rSbnKzZiF4af8rHh+XHSZUZfZMmaq+FP8mkvfGADyluA881pDEs/V+2xZdSs622o
tx6bLk4gwoNBYnpLQ+WOVj9KN+8hQnGuMxodeeS4xO/tqPzSCrgwO3Em0osJl0Bb
UTzrcWwuXYMocRh08DidVv7DIAq3ROe+f7PTss2b0DisLjGw9sqC+NC3w8113GWP
y78fDwXvC6+QKooFeSxygrTFwGaleaU6xyLUAzjL9W47WYJuJaPRrh7EdFN46bQr
vA4MeeKYCAlqA3UZxyA0o9BKjvvWcGQUyC6j9OVtBkSEXNp+tAvoXsbFFJrXxNq7
7BRYkRbucvJDpkP1Id8dnMi3V5O7RwjB1RvCNyUkgFtUOSbn+WeEXau81dRB9eA4
QlkBw6RM6LVTFn/fmKZXw7UVpdlde0FHpFZqqo+BVmHIIMDYYEYdmtJ3L/krep4K
gwjbzi+OMzjJ1NyxZ7IQvN64dl73sfqJFD8kjJBpGPeScLNWjZ5ULZcZL9nOwkJ7
0d1ORm3tDZy8a+EFC7Wui0Izt0dGhwa5jDCaE1pncJPtLvr+5R44Ra08/AWnqLGq
AFzkGeczuBy8DHv8AKrj
=Ql/2
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [ocaml-res] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

commit 9aac17e595e1287c15e73f2cd8fb3dfd87e9
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:23:01 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 31b4886..63ae27d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-res (4.0.3-3) unstable; urgency=low
+
+  * Team upload
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:22:59 +0100
+
 ocaml-res (4.0.3-2) experimental; urgency=low
 
   * Team upload

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

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

[Pkg-ocaml-maint-commits] [ocaml-res] branch master updated (1b9db22 - 9aac17e)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

  from  1b9db22   Build-Depend on ocaml-findlib = 1.4
   new  9aac17e   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [ocamlsdl] branch master updated (71f0a16 - 6f03535)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository ocamlsdl.

  from  71f0a16   Update changelog and prepare upload to experimental
   new  6f03535   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [ocamlsdl] annotated tag debian/0.9.1-2 created (now 9b7a9d9)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/0.9.1-2
in repository ocamlsdl.

at  9b7a9d9   (tag)
   tagging  6f035354a8160e67a73f84dd7bca6e10b4269ff2 (commit)
  replaces  debian/0.9.1-1
 tagged by  Stephane Glondu
on  Tue Dec 3 08:33:23 2013 +0100

- Log -
ocamlsdl Debian release 0.9.1-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYlDAAoJEHhT2k1JiBrT5d8P+QFcrZ8zly9+O6IJttpB98Gz
NHdPheXgkwinEw2erufGuIibKgD50gFZBdAruwdbjH5hwr/k8/WBDvCBZTcohYxp
QMLXph/9WFYmx67FVExGynoRD3GUMYo+H1D/0RBc8FCDKjk0Z3vxtoM/mvopWh24
UIcwE0gNZN+BVgmIvHMxZwAJOM8tiTboTtwjx6HI7Ti33CkOX4I9ffw0XKHtGDX7
/tsjoNwgWWR7JpqrYJsvHLTjPiLbOODHnp+AO95nCGPnYFPor3luzzvs/3luwhAb
nze02dO/IzN8o9xoADVgOfZ31hZGBSw3fedn08uF1vBmAoPgH7xIjirA1jWJ6iIl
p/fgNN195YCZtTiYdKn5JSpJqEHJ/ai0NtVla+IP84aFozAWvBLHozLL5o5wYuUK
iHar4Te43yzPglJT9SSw9y2lz4uIW5UiSHrhKuPzTEih4dqyhoLeTs7kYpr1CQNU
Y7anEBhyp2/C4c7eJxm3yS339w7OfwKVUju0MaIoBFxrEC6EOC2HJ3LZ4WsmDqyD
byx8M9kQgXNyS+PIJXMIGgQVYlkqex3nhoDSj1OITO726OTS1jhBAAHqfgQ/s6dQ
nmZ6i6IXUNeniLwrojAwN9Qtsad7WW1Ads37/OM+sUDYQ5mui0XjgOUemywLdmVd
cE3gDChIsZ6cZUH9gyUn
=SHyF
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [ocamlsdl] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocamlsdl.

commit 6f035354a8160e67a73f84dd7bca6e10b4269ff2
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:25:52 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 87bf233..a82460e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocamlsdl (0.9.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:25:47 +0100
+
 ocamlsdl (0.9.1-1) experimental; urgency=low
 
   [ Sylvain Le Gall ]

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

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

[Pkg-ocaml-maint-commits] [ocaml-sqlite3] branch master updated (63fbec4 - 2c300e2)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

  from  63fbec4   Build-depend on findlib (= 1.4) and upload
   new  2c300e2   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [ocaml-sqlite3] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

commit 2c300e29e06c80b83ce781773439b10c5039574d
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:27:09 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 7441cd7..b24ac6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-sqlite3 (2.0.4-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:27:05 +0100
+
 ocaml-sqlite3 (2.0.4-3) experimental; urgency=low
 
   * Build-depend on findlib (= 1.4) to pick up new nativity of armhf

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

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

[Pkg-ocaml-maint-commits] [lablgtk2] annotated tag debian/2.16.0+dfsg-1 created (now 20aa3ce)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/2.16.0+dfsg-1
in repository lablgtk2.

at  20aa3ce   (tag)
   tagging  5bc0bded78074357a565b28b381a5695f0e3a2e8 (commit)
  replaces  debian/2.16.0+dfsg-1_exp3
 tagged by  Stephane Glondu
on  Tue Dec 3 08:35:57 2013 +0100

- Log -
lablgtk2 Debian release 2.16.0+dfsg-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYndAAoJEHhT2k1JiBrTBxgP/A9jqWnFeJL31cyjE8s4xBZJ
xGL5OBvcKaETLNv5qN4or/E96vexEnc+jkKk8caFdV3iw5ivj6P172xsOsDGXkwg
KhcgWTUHF8SSvqsNrW1DEJ71qQDSj8eQOpBJnckkdQ3o0vS31SOiPRptHxNg7jH6
sc4NxWyhybpDDXKRMY58/PR+Tc6hU+HfEDi3BSDOj5uh0K1C9PX4K8mKcYJWSQM2
KPCqdBnexMi7V41FUuQdaivZ1Z71Gd/IyyIiDtlDEpBNTSE48VR1lA80X0X2HSnu
yYmERzQFpNtXsE9Cslofe7DZXCtfgYVMflso0IOZN27FRsF4U5rbMc+gjWK75NLs
czpFSqaoFbofLx1tq0ZEzkPT6vk02m7m5qlS/IY7jqLVD8uGcv3Zfvq43UrYWYPD
ZUIhZ/+qoQmGsnvC7z49Z9eF32nzmdjhXrjbMKbFnCEezRk4WLIfc9g8Yg+IvUMO
PR1KO7yMcSXUPdukJo801RTcPjS7oqwmJJF+PhbUNL03M6uvrfDQ4QxaQVZYat/H
0gPzGoAh/X0I6Q8zb/4QGxRTbhrOR9/xz3Vrbfk+g+opH+ED/XMJSsGb+YWIgta4
2RAU0anjNhSWLXZ0VdaEaP4LqUipnuDsrk4qMgjTIqeuDwNxyxXAEworOiXTsEP8
K56CQRqt4Gp5PMKb6nnW
=YX+e
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [lablgtk2] branch master updated (289da63 - 5bc0bde)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository lablgtk2.

  from  289da63   Update changelog and prepare upload to experimental
   new  5bc0bde   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [lablgtk2] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository lablgtk2.

commit 5bc0bded78074357a565b28b381a5695f0e3a2e8
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:20:34 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index eee11ad..1238331 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lablgtk2 (2.16.0+dfsg-1) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:20:25 +0100
+
 lablgtk2 (2.16.0+dfsg-1~exp3) experimental; urgency=low
 
   * Fix installation of META files

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

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

[Pkg-ocaml-maint-commits] [ocaml-ssl] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

commit 0157d268c7319fb8acaec70255661452761483fe
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:28:17 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 6d1d61d..34c94b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-ssl (0.4.6-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:28:14 +0100
+
 ocaml-ssl (0.4.6-2) experimental; urgency=low
 
   * Compile with OCaml = 4

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

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

[Pkg-ocaml-maint-commits] [ocaml-ssl] branch master updated (3a45207 - 0157d26)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

  from  3a45207   Update changelog and prepare upload to experimental
   new  0157d26   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [ocaml-ssl] annotated tag debian/0.4.6-3 created (now d8345b6)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/0.4.6-3
in repository ocaml-ssl.

at  d8345b6   (tag)
   tagging  0157d268c7319fb8acaec70255661452761483fe (commit)
  replaces  debian/0.4.6-2
 tagged by  Stephane Glondu
on  Tue Dec 3 08:37:18 2013 +0100

- Log -
ocaml-ssl Debian release 0.4.6-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYouAAoJEHhT2k1JiBrTVzwP/RxSBcvoLBpu4BwHUXZOw4V8
JGsm6QFJjYm5MhH9Wg5uHobR8cNBNBYhOygyfUwXdtjsue1MBMmVSBOBx/QhoZdj
Af9LmoZi4MLkVLTTSB0Y7IV38IqUYkdJlRAhlEKeQrQKydKLGg7dIn2i2ZUVFVLF
heR7TE8KWR7IUW1N0xG2Dl26jZP4xvkCVJUuEKNbEshRRO7+omdqSclspw+iES2r
09+2YD3t9gYZcZIn8xYoQRsLeRDLtVHsIqiaA7c44/OmVMrSeThJYjgVoPbhfnPs
by6t0/TdK1rNoxYZHKUMiEp1smXgVuNBntL6akzFEhE8U9ui708cW/XE1LZr0FA4
oW1scJhkbY0o8KzQY2Lhu9b98dExbTor8huWjEb6oZCcFhJgw2+foTIVra3POy7V
x0SrhjxLVmlHreRxSW7pBoqYGIqlHg+1Bnkwc//j1jQrVglYKli73TxMnOiKe4D4
AO1t2nv37WtaPRzas9MDoEHaUMoy6XoAbhIMIO5tOeGh3vPObcxyYOKy5xLrOpby
pbOl6LNFf3yv2aBbSc0IVwCEfq1HoloMTYfqvLQtyyJqt5/CfI0PGwN2DPSLfNGn
9sk/KD4JR8t3WrZR6k4MBJhmkLSKmWAodzH8Rv7XioYjGd+g1R4mbxor80S1kFsd
HsHVNrF5A9BVoG0dMWj9
=uIeb
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [pcre-ocaml] annotated tag debian/7.0.2-4 created (now 77c4bee)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/7.0.2-4
in repository pcre-ocaml.

at  77c4bee   (tag)
   tagging  49e036ebd199ccda8e6f5c4675075f4f487789a9 (commit)
  replaces  debian/7.0.2-3
 tagged by  Stephane Glondu
on  Tue Dec 3 08:43:41 2013 +0100

- Log -
pcre-ocaml Debian release 7.0.2-4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYutAAoJEHhT2k1JiBrT6NwP/iPi6ld46SD456fuH+lL1u0z
g2R5weRvUJ+ZCbU3/38KRiAak/qhBd7iYPqHyq8qM3Rw8ak4bdogEKdvvMXqRHcu
aJmuZzEWm1K26HRdlw0gm2XAuXOPD8iKMiZ3d4IDtep8xSM1Tct1IWqgI0DX6Z4N
2vsj7OUwLrLO69C3MLfnLlynvMYRSv1+OYEarkBux6z2yTXGi5rx0eht9bytShT1
Z89iVawMC1ErNguTkLYfkBMT/vp/vVYv4RsqTn2MAZ10BUnBKPuHK8uD1HzNEvB1
AHPrgxyaCd+LhuwqABrgGMpSDRCWTblQREI1zd9xWO4ea8NtHOblG9ZwHjkybQgk
vclPmVtQaNV6u2zFtgisnyrCY24Y7klPRxiENkXsFEeRP+9ChhweeG46otV48DeI
/4g9I9oprtcSulEtj59LAFOeGsZWwOwlb8VEgHB5++KzHZQv8NC9q3LsK2fIsslM
wRrGndQOlYzaLYHJbEBFuqsUtv5T30TlNuQrhjszE4EWBgRxV0OOk/Hl1M23usH/
AdcY8PgBegd5keciHTRmjagfdoUksA9HbqNy+Y+xfJEfzkh3IESSUlRG9vW3Ap8X
9e95EFT606xCJKwFZ7v6Cmi043OWLcLfbkRQCwrChGXWbbpH1njn4mNBogqkgMLu
211/xBriaSq8tltazkYm
=ta7m
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [pcre-ocaml] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

commit 49e036ebd199ccda8e6f5c4675075f4f487789a9
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:40:42 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 263bd84..02a6fc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pcre-ocaml (7.0.2-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:40:37 +0100
+
 pcre-ocaml (7.0.2-3) experimental; urgency=low
 
   * Compile with OCaml = 4

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

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

[Pkg-ocaml-maint-commits] [hevea-doc] annotated tag upstream/2.09 created (now ca823d0)

2013-12-02 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a change to annotated tag upstream/2.09
in repository hevea-doc.

at  ca823d0   (tag)
   tagging  42a61224a85427c008ee4004e8780b4a1990fc55 (commit)
  replaces  upstream/2.06
 tagged by  Ralf Treinen
on  Tue Dec 3 08:23:13 2013 +0100

- Log -
Upstream version 2.09

Ralf Treinen (1):
  Imported Upstream version 2.09

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [hevea-doc] 03/04: new upstream

2013-12-02 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository hevea-doc.

commit bc5f4663b533dc10596226ede7642bf3892abd31
Author: Ralf Treinen trei...@free.fr
Date:   Tue Dec 3 08:24:39 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index f3378c2..3a8fd9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hevea-doc (2.09-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Ralf Treinen trei...@debian.org  Tue, 03 Dec 2013 08:23:44 +0100
+
 hevea-doc (2.06-2) unstable; urgency=low
 
   * upload to unstable.

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

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


[Pkg-ocaml-maint-commits] [postgresql-ocaml] branch master updated (e4e5a70 - 5fc3c81)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

  from  e4e5a70   Update changelog and prepare upload to experimental
   new  5fc3c81   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [hevea-doc] branch master updated (5822448 - 2829ec1)

2013-12-02 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a change to branch master
in repository hevea-doc.

  from  5822448   upload to unstable
   new  42a6122   Imported Upstream version 2.09
   new  c86ea3d   Merge tag 'upstream/2.09'
   new  bc5f466   new upstream
   new  2829ec1   standards-version 3.9.5

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


Summary of changes:
 browser.html |   6 +-
 cutname.html |   4 +-
 debian/changelog |   7 ++
 debian/control   |   2 +-
 index.html   |  14 +--
 manual-packages.html |  62 +-
 manual.haux  |   2 +-
 manual.hind  | 146 +++
 manual.html  | 318 +++
 manual001.html   |   4 +-
 manual001.png| Bin 880 - 3167 bytes
 manual002.html   |   4 +-
 manual002.png| Bin 1168 - 3390 bytes
 manual003.html   |   4 +-
 manual003.png| Bin 506 - 2864 bytes
 manual004.html   |   4 +-
 manual004.png| Bin 3481 - 5422 bytes
 manual005.html   |   4 +-
 manual005.png| Bin 265 - 2628 bytes
 manual006.html   |   4 +-
 manual006.png| Bin 6864 - 9132 bytes
 manual007.html   |   4 +-
 manual007.png| Bin 1170 - 3440 bytes
 manual008.html   |   4 +-
 manual008.png| Bin 933 - 3233 bytes
 manual009.png| Bin 2864 - 5288 bytes
 manual010.html   |   4 +-
 manual010.png| Bin 4722 - 7084 bytes
 manual011.html   |   4 +-
 manual011.png| Bin 6864 - 9132 bytes
 manual012.html   |   4 +-
 manual013.html   |   4 +-
 manual014.html   |   4 +-
 manual015.html   |   4 +-
 manual016.html   |   4 +-
 manual017.html   |   4 +-
 manual018.html   |   8 +-
 manual019.html   |   4 +-
 manual020.html   |   4 +-
 manual021.html   |   4 +-
 manual022.html   |   4 +-
 manual023.html   |   4 +-
 manual024.html   |   4 +-
 manual025.html   |   4 +-
 manual027.html   |   4 +-
 manual028.html   |   4 +-
 manual029.html   |   4 +-
 manual030.html   |   4 +-
 manual031.html   |   4 +-
 manual032.html   |   4 +-
 manual033.html   |   4 +-
 manual034.html   |   4 +-
 manual035.html   |   4 +-
 manual036.html   |  32 --
 manual037.html   |   4 +-
 manual038.html   |  44 +++
 manual040.html   |   4 +-
 manual041.html   |  26 ++---
 manual043.html   |   4 +-
 manual044.html   |   4 +-
 manual045.html   |   4 +-
 manual046.html   |   4 +-
 manual047.html   |   4 +-
 manual048.html   | 154 +
 sectioning.html  |   4 +-
 thaihevea.html   |   2 +-
 thaihevea001.png | Bin 164567 - 207645 bytes
 67 files changed, 517 insertions(+), 470 deletions(-)

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

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


[Pkg-ocaml-maint-commits] [hevea-doc] annotated tag debian/2.09-1 created (now 70c38d7)

2013-12-02 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a change to annotated tag debian/2.09-1
in repository hevea-doc.

at  70c38d7   (tag)
   tagging  2829ec133e6b34ee6645ffb054cb733a5f87c254 (commit)
  replaces  debian/2.06-2
 tagged by  Ralf Treinen
on  Tue Dec 3 08:45:46 2013 +0100

- Log -
hevea-doc Debian release 2.09-1

Ralf Treinen (4):
  Imported Upstream version 2.09
  Merge tag 'upstream/2.09'
  new upstream
  standards-version 3.9.5

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [postgresql-ocaml] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

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

commit 5fc3c81d91dd008c6c1f27585201e10976d3f447
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:41:31 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 9fba200..d04e76c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgresql-ocaml (2.0.4-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:41:19 +0100
+
 postgresql-ocaml (2.0.4-2) experimental; urgency=low
 
   * Build-Depend on experimental ocaml-findlib so that ocamlopt works

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

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

[Pkg-ocaml-maint-commits] [hevea-doc] 02/04: Merge tag 'upstream/2.09'

2013-12-02 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository hevea-doc.

commit c86ea3d08aacb2b01d840b27ee62970f2e94d29a
Merge: 5822448 42a6122
Author: Ralf Treinen trei...@free.fr
Date:   Tue Dec 3 08:23:13 2013 +0100

Merge tag 'upstream/2.09'

Upstream version 2.09

 browser.html |   6 +-
 cutname.html |   4 +-
 index.html   |  14 +--
 manual-packages.html |  62 +-
 manual.haux  |   2 +-
 manual.hind  | 146 +++
 manual.html  | 318 +++
 manual001.html   |   4 +-
 manual001.png| Bin 880 - 3167 bytes
 manual002.html   |   4 +-
 manual002.png| Bin 1168 - 3390 bytes
 manual003.html   |   4 +-
 manual003.png| Bin 506 - 2864 bytes
 manual004.html   |   4 +-
 manual004.png| Bin 3481 - 5422 bytes
 manual005.html   |   4 +-
 manual005.png| Bin 265 - 2628 bytes
 manual006.html   |   4 +-
 manual006.png| Bin 6864 - 9132 bytes
 manual007.html   |   4 +-
 manual007.png| Bin 1170 - 3440 bytes
 manual008.html   |   4 +-
 manual008.png| Bin 933 - 3233 bytes
 manual009.png| Bin 2864 - 5288 bytes
 manual010.html   |   4 +-
 manual010.png| Bin 4722 - 7084 bytes
 manual011.html   |   4 +-
 manual011.png| Bin 6864 - 9132 bytes
 manual012.html   |   4 +-
 manual013.html   |   4 +-
 manual014.html   |   4 +-
 manual015.html   |   4 +-
 manual016.html   |   4 +-
 manual017.html   |   4 +-
 manual018.html   |   8 +-
 manual019.html   |   4 +-
 manual020.html   |   4 +-
 manual021.html   |   4 +-
 manual022.html   |   4 +-
 manual023.html   |   4 +-
 manual024.html   |   4 +-
 manual025.html   |   4 +-
 manual027.html   |   4 +-
 manual028.html   |   4 +-
 manual029.html   |   4 +-
 manual030.html   |   4 +-
 manual031.html   |   4 +-
 manual032.html   |   4 +-
 manual033.html   |   4 +-
 manual034.html   |   4 +-
 manual035.html   |   4 +-
 manual036.html   |  32 --
 manual037.html   |   4 +-
 manual038.html   |  44 +++
 manual040.html   |   4 +-
 manual041.html   |  26 ++---
 manual043.html   |   4 +-
 manual044.html   |   4 +-
 manual045.html   |   4 +-
 manual046.html   |   4 +-
 manual047.html   |   4 +-
 manual048.html   | 154 +
 sectioning.html  |   4 +-
 thaihevea.html   |   2 +-
 thaihevea001.png | Bin 164567 - 207645 bytes
 65 files changed, 509 insertions(+), 469 deletions(-)

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

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


[Pkg-ocaml-maint-commits] [react] branch master updated (54579cd - f18afb2)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository react.

  from  54579cd   Update changelog and prepare upload to experimental
   new  f18afb2   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [react] annotated tag debian/0.9.4-3 created (now e233d3a)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/0.9.4-3
in repository react.

at  e233d3a   (tag)
   tagging  f18afb238b23a82b64035b93e5c773c0e252ae70 (commit)
  replaces  debian/0.9.4-2
 tagged by  Stephane Glondu
on  Tue Dec 3 08:46:49 2013 +0100

- Log -
react Debian release 0.9.4-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYxpAAoJEHhT2k1JiBrTge0QAIDp6uxgsRYOjxgYvpet2720
2eGvmMUKdUJ+V0cjHRoaxc8Tyw7RPzAj1eLb0zYO1ktRsQ9qW3Q3Z49Gftqj6xll
IMhMYo3JxCR8SkkKP26IOmtYpvTDMjZIxN9MCKOCEmme0z8YqS62hIrM+UxXtLu5
HlrShQwVPJDYuNA69MYWoj4GQVbGZijROPKJjrS1NhqBIipu0bHh6Sf0yigvl4eO
vyicEwy9Yj8SK2mCuoPskuUQ1i2rJLWyDsIdQepiLrsDgQYkVU0+TXjcsFLcjexW
i2z9v6jGoQci+fqhTY/YUjhmJxUmDSj72NHIGtMktUX9Xui7QhzqAc/pE+bLygjY
MfbpehRZxUC2rD8yO75I7DXOVbRWL2i6/7Nr+CrFcbaEDAC5H/OA+MoD8d1aV7o5
xyxW3TbGbByx3oFEfq8c6Cz5KhG2BNqA04GzCMR3jRpIOElwdBhtShhMuWepaDIT
sc09hCnYsORhRaKTXLvCtcQoZiMrlbKrR3qXMmGfdwpDdZvTcobFxuH5DQCakh2l
0W1IF+m3qctEtGoVvsstwkeMwfvTtj9K8TOq3KQbPVJCMKsNRw/RCahfalfu1yl6
m7Bju1l1QwGN+J/9/DoQ+k914FtD39InR08C8ztL2VHhLIzoquAzUbQwiLsykvtW
B7X6FNrsYLrLUd4FZH9l
=Id9t
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [react] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository react.

commit f18afb238b23a82b64035b93e5c773c0e252ae70
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:42:20 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 9bacb8b..3a18584 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+react (0.9.4-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:42:17 +0100
+
 react (0.9.4-2) experimental; urgency=low
 
   * Compile with OCaml = 4

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

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

[Pkg-ocaml-maint-commits] [postgresql-ocaml] annotated tag debian/2.0.4-3 created (now f0f9340)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/2.0.4-3
in repository postgresql-ocaml.

at  f0f9340   (tag)
   tagging  5fc3c81d91dd008c6c1f27585201e10976d3f447 (commit)
  replaces  debian/2.0.4-2
 tagged by  Stephane Glondu
on  Tue Dec 3 08:46:00 2013 +0100

- Log -
postgresql-ocaml Debian release 2.0.4-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYw4AAoJEHhT2k1JiBrTu/cP/3/fO/pYz5KYCohkpyWwF21n
vGUXYZqraP4HNhXQrKhvoIqlqJgBkha5p5b2anHGcB/axa/ju9a2UBvTLEu/6qyd
Ucg/S8+hy7TnZnhkYVJGk1MgFfEZ9zCZCOTNO0Gog6o2FgQSdoPTyjTaeLrUkvKs
NFl2Se1HJvcXieXYIE6qmytUzHyCyDgkpQtzoCG1YHKvD++ot71nmcjDUVED+r5A
0Iu/6zaGY0pnk7t0Mm30VMrGCXiEfpB6Pt/sMQnW2xsLV9mdSvarHYCVUDRHmYVQ
T8t/zbO3VpAZoqMARIFkE4da88ChZVkHM/3r/KEN9DUpquWLTObCeI2TgWRX5swg
8uqeptyMmwYt9yFXCOeq4ZniTe3ef9KsCQYMJm/eOyYpx4iJ1CsohRoNuJvP4nhZ
R5POEPw95CKU6EXgU1HmKzWIS3twbJdccPIRFsdyhV/3AA5TCcK/PlxCE8gRaWij
ReB7MEOSc67sZFmtviv6IsNW4+SfpUBNAmwN0GdgiX6xZnDggyLWVRh5bCRr4bUg
AzHJEer4TcP9e7hwF6f8qTOY+xjSqysN/KIcBDNU8XxzmsVctNrdQ9HqxhTEcfAk
eaGJXnC5cVtHIFmizfxlireoA1GHwU+7Guq8j8I9iU3/D1GJf7+BwP34Fl0HoD63
nIZcFJshmMhe/WDF896+
=02YJ
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [xmlm] branch master updated (a7084d7 - b127f99)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository xmlm.

  from  a7084d7   Update changelog and prepare upload to experimental
   new  b127f99   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

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

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


[Pkg-ocaml-maint-commits] [xmlm] annotated tag debian/1.1.1-3 created (now c5617b3)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.1.1-3
in repository xmlm.

at  c5617b3   (tag)
   tagging  b127f994f67a029699c86d955f2f6c24001f5aea (commit)
  replaces  debian/1.1.1-2
 tagged by  Stephane Glondu
on  Tue Dec 3 08:47:36 2013 +0100

- Log -
xmlm Debian release 1.1.1-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnYyYAAoJEHhT2k1JiBrTqHAP/3U8hsMl5w0J4pALq8ltZJH0
lC+LLZkrQlrndRrzwmV4lztHY57OT6nlRCIvIol2MQja7II2Ud7UD1SOKJCek0Fi
/4iTuDJFxwt/jpgECSReZC+NTL74fGdftDSXdRN9rjl2riyyHDl3YLEsVmNgVgZC
OueLgNSKO1twOLMdSwt6A/GfmtDBYcIS65OEhi0ZnapXyBePvY1OA6MhJMV5SMf3
UW/kGBJt1QTgXCeNFNUbVoA5Mf3a2AulAmcDBYogUibqkQWxXmrVFDTNCZ4hoQcG
WUrRKOWvWj99w6SxIeP5i4dM5I+WTdTPxRw1HvQuXq7JAEXAFPCPJDEc63NIe68k
igzOtGLrC9ymkkvOm5NiiCavJ7TFCoY/1BiPsyY6nYd1u5oURL+4nnYbwibAL9T2
BnHTi45gXdtff32prgBMjljNNnhgog3NDlzQJhHKfJweC60EUbn/8kQ9fE4RJY5Z
9R/SHqzGfTSJwex96Wzi72f3KuzEfPOUNY/XUdtYVuseDj/Jcmm6LnvY7WOqlFH+
MV3RNr20KWMPheQqxIUS/uwIx6FCUY/S1nlrFTvyFREiJb0WlbmbxUvlFJxoMKeQ
Nif02UV6NLznQqsGM/2CtqRCqRoPuGp2c+d0v2qW7wq6P1P+dyuXd3nziUohIu2I
RAcAhzHJOHHqFPhIL5uy
=yk/g
-END PGP SIGNATURE-

Stephane Glondu (1):
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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


[Pkg-ocaml-maint-commits] [xmlm] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository xmlm.

commit b127f994f67a029699c86d955f2f6c24001f5aea
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:43:00 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 869c8ef..cacf72e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xmlm (1.1.1-3) unstable; urgency=low
+
+  * Team upload
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:42:59 +0100
+
 xmlm (1.1.1-2) experimental; urgency=low
 
   * Team upload

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

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

[Pkg-ocaml-maint-commits] [ounit] branch experimental/master updated (262de0b - 721ece0)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch experimental/master
in repository ounit.

  from  262de0b   libounit-ocaml-dev: move ocaml-findlib from Depends to 
Suggests.
   new  721ece0   Prepare merge with master

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


Summary of changes:
 debian/gbp.conf | 2 --
 1 file changed, 2 deletions(-)

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

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


[Pkg-ocaml-maint-commits] [ounit] 01/01: Prepare merge with master

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch experimental/master
in repository ounit.

commit 721ece032565a421470e331388997454b2ee20f5
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:48:22 2013 +0100

Prepare merge with master
---
 debian/gbp.conf | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index dfa07a0..cec628c 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,4 +1,2 @@
 [DEFAULT]
 pristine-tar = True
-upstream-branch = experimental/upstream
-debian-branch = experimental/master

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

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


[Pkg-ocaml-maint-commits] [ounit] branch master updated (fc63fdc - a806060)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository ounit.

  from  fc63fdc   lintian canonical vcs
  adds  8deac47   Compile with OCaml = 4.00.1.
  adds  b9a2fc1   Add myself to Uploaders.
  adds  188859d   debian/gbp.conf: update for experimental branches.
  adds  8b42e66   libounit-ocaml-dev: depends on ocaml-findlib.
  adds  a65e486   tmp.
  adds  f4bad90   Update changelog and prepare upload to experimental.
  adds  262de0b   libounit-ocaml-dev: move ocaml-findlib from Depends to 
Suggests.
   new  721ece0   Prepare merge with master
   new  a806060   Prepare upload to unstable

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


Summary of changes:
 debian/changelog | 16 ++--
 debian/control   |  8 +---
 2 files changed, 19 insertions(+), 5 deletions(-)

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

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


[Pkg-ocaml-maint-commits] [ounit] 01/01: Prepare upload to unstable

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ounit.

commit a806060dc3ec7c8bf4c078a232dcff3278659964
Author: Stephane Glondu st...@glondu.net
Date:   Tue Dec 3 08:49:28 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index c3a67a1..0215136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ounit (1.1.2-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Stéphane Glondu glo...@debian.org  Tue, 03 Dec 2013 08:49:15 +0100
+
 ounit (1.1.2-3~exp1) experimental; urgency=low
 
   [ Hendrik Tews ]

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

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

[Pkg-ocaml-maint-commits] [ounit] annotated tag debian/1.1.2-3 created (now 9d950cb)

2013-12-02 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.1.2-3
in repository ounit.

at  9d950cb   (tag)
   tagging  a806060dc3ec7c8bf4c078a232dcff3278659964 (commit)
  replaces  debian/1.1.2-3_exp1
 tagged by  Stephane Glondu
on  Tue Dec 3 08:50:59 2013 +0100

- Log -
ounit Debian release 1.1.2-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABCgAGBQJSnY1jAAoJEHhT2k1JiBrTpx4P/3V270ux+HoDhQr/v27jEqZd
nyU2YK1skca0z81w8ryo9Lde1JuN2X29qq4OWLgWDaWcZGC8rbDRRjZm8N5CaYhS
jFa6hQ0GXf0Aeyy08ZvpAN9x0yBSelxvuL8qWbqpa35IEnaBn1ugiZcavom9JpaH
kwSgV2BYMsaCFBrMtNhymrGN7atUd7pMGSUbB7PlD2/HuCW0pcettBorrrqAFKvw
MAb75GUJavQL0XiLVr6C0fJt1FKxhhohaw0Pd1fIjrYFeEpAVEXAi3CMhJIJp13v
42eApm4vOEwLp6xUPrdsQht2gwQEMAYSYZJkuJUqUflgy15Ezs4Dh5cCSaXjLTEk
G/11KZff6sWAh3pyE0Ocf5lpsjFoGv6ZCb4agRAfZ1LHy2P/3PuiYLAYB9kv6HP+
4ClLXVdZiSRplxj33oTIyRR7tg1C2t+CFZMlIgwFadxHBnGQi4fUPK1rxaDmfrpi
95qMn5jgxmVikSEx1k4N5UXu7NXtAhvftzQuXzeYYxTWY0EtIqP9HEC4/ShVrEJY
I/AefpGFKqE02ftusIzvxpHGPFFfozVFWRfE1ISF6SmyCCx5VLp67yVkC+7WqOlz
Lzcnx4yqx2VKfi/4Dz5A4ZPXZLf/B43Oa9uxthIy3PvcZCOmAVu2G+uV4dcPJ8L6
uxG+MqUTnHqjTilnzR4P
=RnJ+
-END PGP SIGNATURE-

Stephane Glondu (2):
  Prepare merge with master
  Prepare upload to unstable

---

No new revisions were added by this update.

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

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