[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.16.0+dfsg-1_exp2-3-g289da63

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit e6866eef89b8499f9c8f6cc0df0308ded0cf2db2
Author: Stephane Glondu 
Date:   Fri Jul 26 09:20:48 2013 +0200

Fix installation of META files

diff --git a/debian/rules b/debian/rules
index 25d7677..404580a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,8 @@ override_dh_auto_install:
  debian/tmp/usr/lib/ocaml/lablgtk2/gSourceView.mli
 # remove files related to uncompiled gnome-panel (see #638133)
rm debian/tmp/usr/lib/ocaml/lablgtk2/panel.mli
+# FIXME: we should use upstream META file
+   rm debian/tmp/usr/lib/ocaml/lablgtk2/META
 
 .PHONY: override_dh_installexamples
 override_dh_installexamples:
@@ -52,5 +54,4 @@ override_dh_installexamples:
 
 .PHONY: override_dh_install
 override_dh_install:
-# FIXME, we should use upstream META and remove -XMETA below
-   dh_install --fail-missing -XMETA -Xbuild.ml
+   dh_install --fail-missing -Xbuild.ml

-- 
lablgtk2 packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.16.0+dfsg-1_exp2-3-g289da63

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 66f2759688445185aa45fa8f6ae5e3d414543310
Author: Stephane Glondu 
Date:   Fri Jul 26 09:19:27 2013 +0200

Respect upstream convention for lablgtk2.sourceview2

diff --git a/debian/META b/debian/META
index 79a4d30..cdf9c0b 100644
--- a/debian/META
+++ b/debian/META
@@ -25,3 +25,11 @@ package "gtkspell" (
   archive(byte) = "lablgtkspell.cma"
   archive(native) = "lablgtkspell.cmxa"
 )
+
+package "sourceview2" (
+  exists_if = 
"lablgtksourceview2.cma,lablgtksourceview2.cmxa,lablgtksourceview2.cmxs"
+  description = "Bindings for gtksourceview2"
+  requires = "lablgtk2"
+  archive(byte) = "lablgtksourceview2.cma"
+  archive(native) = "lablgtksourceview2.cmxa"
+)
diff --git a/debian/META.lablgtksourceview2 b/debian/META.lablgtksourceview2
deleted file mode 100644
index 806b50d..000
--- a/debian/META.lablgtksourceview2
+++ /dev/null
@@ -1,9 +0,0 @@
-version="2.16.0"
-directory="+lablgtk2"
-requires = "lablgtk2"
-
-package "gtksourceview2" (
-  requires = "lablgtk2"
-  archive(byte) = "lablgtksourceview2.cma"
-  archive(native) = "lablgtksourceview2.cmxa"
-)
diff --git a/debian/liblablgtksourceview2-ocaml.install.in 
b/debian/liblablgtksourceview2-ocaml.install.in
index b08101c..8be5155 100644
--- a/debian/liblablgtksourceview2-ocaml.install.in
+++ b/debian/liblablgtksourceview2-ocaml.install.in
@@ -1,4 +1,3 @@
-debian/META.lablgtksourceview2  @OCamlStdlibDir@/METAS
 @OCamlStdlibDir@/lablgtk2/dlllablgtksourceview2.so  @OCamlDllDir@
 @OCamlStdlibDir@/lablgtk2/lablgtksourceview2.cma
 DYN: @OCamlStdlibDir@/lablgtk2/lablgtksourceview2.cmxs

-- 
lablgtk2 packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.16.0+dfsg-1_exp2-3-g289da63

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 289da63a993627b02fb6b4baaedab3193efd23fc
Author: Stephane Glondu 
Date:   Fri Jul 26 09:20:52 2013 +0200

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index 5383bbd..eee11ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lablgtk2 (2.16.0+dfsg-1~exp3) experimental; urgency=low
+
+  * Fix installation of META files
+  * Respect upstream convention for lablgtk2.sourceview2
+
+ -- Stéphane Glondu   Fri, 26 Jul 2013 09:23:00 +0200
+
 lablgtk2 (2.16.0+dfsg-1~exp2) experimental; urgency=low
 
   * Update version in META files

-- 
lablgtk2 packaging

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

[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging annotated tag, debian/2.16.0+dfsg-1_exp3, created. debian/2.16.0+dfsg-1_exp3

2013-07-26 Thread Stephane Glondu
The annotated tag, debian/2.16.0+dfsg-1_exp3 has been created
at  d266d105f14e2146b26377113dc3a40616b69bc7 (tag)
   tagging  289da63a993627b02fb6b4baaedab3193efd23fc (commit)
  replaces  debian/2.16.0+dfsg-1_exp2
 tagged by  Stephane Glondu
on  Fri Jul 26 09:41:18 2013 +0200

- Shortlog 
lablgtk2 Debian release 2.16.0+dfsg-1~exp3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCgAGBQJR8igeAAoJEHhT2k1JiBrTSXEP/R40NcSDknHyvcqJRLEdhH2b
NyyZzjbKcUPNKBQXbfn0bALtPGU8US9DfyYyPO/l+4RBqz+uJKY6fC5bpDmf7L0Z
S6SfQpTe1THXOaqzUSvGu/4ikBXtDpEMgwqoBD1IjDXvmphJ01laVS+1VjRWDHfr
JPTpMB6UOE0I7KFXwuH468l3d0S9AxQSrFn0SdlWA6TZgZ3BNPHhg8YnjmCb107J
Poj5F0/FZos2MC5UMuCzrSmuyk0wlsjdT/7xMuCdNU9pv++U1h6XAPl+4Kb/DIq9
/iU1oCmmn+OLVQbrbdvAcFJx2znsITQgAgIf1XAer6yonyUvxQwegQdp1xgVB246
HGC8eJM8TJt3+7H2BE8McR2E7vkI5d4FO3cY4SjItKZ+6qo6n8617hTTjylv7/A2
JZUNG4EkUgx4Hx6h1Eq5rcAXBkog+GVNQzCnxfi5NmqfUyojoUQLaaQx+JiKEg8u
vjc/BdBo8NigKU/H9SMemLkM6jnKRUvusQV0zIWe9qCR+GMJAS3iwn8CwjzI7eH6
Iq5a5iDe3njAtD/xUrLseuqgkeS+GTckFhsr38EiDRBGcLuvXTKgvmM91JxQfj1Z
f02n1tADnsUOXv9D7TOnHnmpumD+/kpFUiUTYL11B/90w9eosKdqkzdaN/yeVi9q
J5qa5LlfH4OlMbzX3bro
=rNon
-END PGP SIGNATURE-

Stephane Glondu (3):
  Fix installation of META files
  Respect upstream convention for lablgtk2.sourceview2
  Update changelog and prepare upload to experimental

---

-- 
lablgtk2 packaging

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


[Pkg-ocaml-maint-commits] [SCM] xmlm packaging branch, master, updated. debian/1.1.1-1-2-ga7084d7

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit a7084d7f91ec040dc574a7c47d5604af40fc1482
Author: Stephane Glondu 
Date:   Fri Jul 26 09:42:33 2013 +0200

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index 50718fa..869c8ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xmlm (1.1.1-2) experimental; urgency=low
+
+  * Team upload
+  * Compile with OCaml >= 4
+
+ -- Stéphane Glondu   Fri, 26 Jul 2013 09:42:30 +0200
+
 xmlm (1.1.1-1) unstable; urgency=low
 
   * Team upload

-- 
xmlm packaging

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

[Pkg-ocaml-maint-commits] [SCM] xmlm packaging branch, master, updated. debian/1.1.1-1-2-ga7084d7

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 1336e900bb5698921c4aa8aba971fe88c54f2763
Author: Stephane Glondu 
Date:   Fri Jul 26 09:42:22 2013 +0200

Compile with OCaml >= 4

diff --git a/debian/control b/debian/control
index 5fbb971..4076f29 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Uploaders:
  Mehdi Dogguy 
 Build-Depends:
  debhelper (>= 8),
- ocaml-nox,
- ocaml-findlib (>= 1.2.4),
+ ocaml-nox (>= 4),
+ ocaml-findlib (>= 1.4),
  dh-ocaml (>= 0.9)
 Standards-Version: 3.9.3
 Homepage: http://erratique.ch/software/xmlm

-- 
xmlm packaging

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


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

2013-07-26 Thread Stephane Glondu
The annotated tag, debian/1.1.1-2 has been created
at  3eb99ad063d466a6ca8d44f69b703140d4f993ab (tag)
   tagging  a7084d7f91ec040dc574a7c47d5604af40fc1482 (commit)
  replaces  debian/1.1.1-1
 tagged by  Stephane Glondu
on  Fri Jul 26 09:45:44 2013 +0200

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

iQIcBAABCgAGBQJR8ikoAAoJEHhT2k1JiBrTi7IP/1SnSCU1SBD8g7SV7U1JzXDW
arbKLelBLoUa2QwSD+SRSJcV0nJp4MYJat1zQVFQUttbnzP1aWNkrD3XzU9Z+2tB
Y+YZTDgmk/yzDz7DNt0KUNzfxTeeDb+OZIg2A2bm4P3UXaZX7Yw+N22r+QGf8L/7
SVZnjWxT3WfsWe80dv1RycOyxbDayYbSxJQ/1t2dHOZ1DVTHFHGxO9zelT62EHoJ
cv7pllSTC3S/HTgzv7RmTvqjWLX/fDcOB7Ymq2r2PBFnxPqzF1qSr+WTU1wtnl3i
Q17Dc8z3wncC7V+jsdaDdcymhKVX13+GidiHbJGn0vT952nRoRByRtiMQ3722KNe
e6QDJFEKF9IelDmMH4vVx563RWKn370eY/9S6O5/p1QUQ7lL2MyThXzxkwVodECX
h/JAqBaaOzMLm5U8DNdSuga6lb+iEjJsESczkR3m41uWIBb/B1BuDvUt0iAOJE/3
q8xzrEfQu2YsSWOE4Fuk+mkxU0TprL+pf5XEMr4I70iqu5QYuy+jCPMvOgv+afhn
2Np57DayOL9+ffkLRID0gWl3471jQrEyz86w789f//TK1gvSIGA1JYopwggea0KX
alobt7XNe/PBEXFH+ISbkGmKlS1iqS8JB4yr4f45tImOz6XuTMgij2wWUjAp4AKq
RoVRbOA98L4xYJQzmShE
=k2Ee
-END PGP SIGNATURE-

Stephane Glondu (2):
  Compile with OCaml >= 4
  Update changelog and prepare upload to experimental

---

-- 
xmlm packaging

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


[Pkg-ocaml-maint-commits] [SCM] coq packaging branch, master, updated. debian/8.4pl2dfsg-1-3-g505d907

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 505d907f147c3dfed60d017a634729661e43cea2
Author: Stephane Glondu 
Date:   Fri Jul 26 14:16:36 2013 +0200

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index a72430c..1da75cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+coq (8.4pl2dfsg-2) experimental; urgency=low
+
+  * Compile with OCaml >= 4
+  * Update Vcs-*
+
+ -- Stéphane Glondu   Fri, 26 Jul 2013 14:17:30 +0200
+
 coq (8.4pl2dfsg-1) unstable; urgency=low
 
   * New upstream release

-- 
coq packaging

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

[Pkg-ocaml-maint-commits] [SCM] coq packaging branch, master, updated. debian/8.4pl2dfsg-1-3-g505d907

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit cfa525d55995c157440085718a5d2d334eef0634
Author: Stephane Glondu 
Date:   Fri Jul 26 14:17:08 2013 +0200

Update Vcs-*

diff --git a/debian/control b/debian/control
index 019ef60..cf91711 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Build-Depends:
  texlive-latex-extra,
  hevea (>= 1.10-7)
 Homepage: http://coq.inria.fr/
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/coq.git
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/coq.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/coq.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/coq.git
 
 Package: coq
 Architecture: any

-- 
coq packaging

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


[Pkg-ocaml-maint-commits] [SCM] coq packaging branch, master, updated. debian/8.4pl2dfsg-1-3-g505d907

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit fa585afeaa4165e24d0933711703b1dd248e5f6b
Author: Stephane Glondu 
Date:   Fri Jul 26 14:16:26 2013 +0200

Compile with OCaml >= 4

diff --git a/debian/control b/debian/control
index d314e2c..019ef60 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,9 @@ Standards-Version: 3.9.2
 Build-Depends:
  debhelper (>= 7.2.11~),
  dh-ocaml (>= 0.9.5~),
- ocaml-nox (>= 3.11.1-3~),
+ ocaml-nox (>= 4),
  ocaml-best-compilers,
- ocaml-findlib,
+ ocaml-findlib (>= 1.4),
  camlp5 (>= 5.12-2~),
  liblablgtk2-ocaml-dev (>= 2.14),
  texlive-latex-extra,

-- 
coq packaging

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


[Pkg-ocaml-maint-commits] [SCM] coq packaging annotated tag, debian/8.4pl2dfsg-2, created. debian/8.4pl2dfsg-2

2013-07-26 Thread Stephane Glondu
The annotated tag, debian/8.4pl2dfsg-2 has been created
at  aaa555d4087a8657ba8b23260398ecf312b824ac (tag)
   tagging  505d907f147c3dfed60d017a634729661e43cea2 (commit)
  replaces  debian/8.4pl2dfsg-1
 tagged by  Stephane Glondu
on  Fri Jul 26 15:01:17 2013 +0200

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

iQIcBAABCgAGBQJR8nMdAAoJEHhT2k1JiBrTY1gP+QHoEj2vx7AEAzkzsELJfdhF
2uMrtLrwC9unfntxP/lXI7oAeQWBRgfJJue5w7xZeJdijF8gvx5oie1xtY2P/2eL
a+V5lCKymtkJzKKQYFIHepVs8CWCFIq+jGSYFGcsMyj50ZjpGwsdHvvogbLum7wf
S35jXDdWz2bk+u8QnK6zJ5Wpwsbl2DGiBaE3Xcdw+VHum0HXapEpW6wFUa0gHduB
lXycahB0k0Vop6mecwMRUU1IvEx9zYo5H/Xc7+KYAPpVUNOWYnfTpjcynQJe1YnG
kyPxCrqsm6MT+pxcJYr2FM6SpL1XoMMH31bBfw4lnsvgAZlN6QWlvqm+LQG3dkaq
rpR2m23y0Jeh4agsaDx6QZ6e5+oQlwhrXFIUM55WYFnMr51P5xADz3mdMuY0seZI
aHY/FrXnGSSDrknSB1eBz1n0z3RTbZwoy3SvyQtLnnfJw+BOLqYM6cufthCOsCY1
rXMhSBNAmyf8SE3qs7X0KyBHzscjCts706fHeCRE10qKEOtMsydrQtIw/EVeob09
uf2xw/ZripnUutXczMISZgnmtiv83kGM+mGEUsKj4poSBO8TnyWIGX2e3xudapK0
X96hK04+Db5CEkvbvcR/fJP+Wkj1OXuZ1RVNXfCCy2h8HfCLwh39Uo/1FSdqBSia
cJZQ2yphVrYAsRPnf7QC
=PtWl
-END PGP SIGNATURE-

Stephane Glondu (3):
  Compile with OCaml >= 4
  Update Vcs-*
  Update changelog and prepare upload to experimental

---

-- 
coq packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, master, updated. debian/1.0-1-10-gadd9c10

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 8753b5080f288353ee66e485038e4a0b8a49d664
Merge: ba12dd21a1ea2e1cac51530e978591575efd9d06 
ae3d05bd11490d9eb3bd91df5b95f40aa5261388
Author: Stephane Glondu 
Date:   Fri Jul 26 07:36:09 2013 +0200

Merge tag 'upstream/1.3'

Upstream version 1.3


-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, master, updated. debian/1.0-1-10-gadd9c10

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 439061bce34669a36c3d462fe7b2bf5103937085
Author: Stephane Glondu 
Date:   Fri Jul 26 07:39:44 2013 +0200

Remove obsolete patches

diff --git a/debian/patches/0001-Fix-typo-in-master.Makefile.in.patch 
b/debian/patches/0001-Fix-typo-in-master.Makefile.in.patch
deleted file mode 100644
index 45d9b2e..000
--- a/debian/patches/0001-Fix-typo-in-master.Makefile.in.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Stephane Glondu 
-Date: Wed, 27 Jul 2011 10:59:04 +0200
-Subject: Fix typo in master.Makefile.in
-
-Signed-off-by: Stephane Glondu 

- master.Makefile.in |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/master.Makefile.in b/master.Makefile.in
-index d8919aa..8229b6b 100644
 a/master.Makefile.in
-+++ b/master.Makefile.in
-@@ -59,7 +59,7 @@ DESTDIR=   # For debian packagers
- LIBDIR=$(DESTDIR)@libdir@
- BINDIR=$(DESTDIR)@bindir@
- MANDIR=$(DESTDIR)@mandir@
--DATADIR=$(DESDIT)@datadir@
-+DATADIR=$(DESTDIR)@datadir@
- 
- GELIB=@GELIB@
- GELIB_BYTE=@GELIB_BYTE@
--- 
diff --git 
a/debian/patches/0002-Fix-compilation-on-bytecode-only-architectures.patch 
b/debian/patches/0002-Fix-compilation-on-bytecode-only-architectures.patch
deleted file mode 100644
index 5202328..000
--- a/debian/patches/0002-Fix-compilation-on-bytecode-only-architectures.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From: Stephane Glondu 
-Date: Sat, 10 Sep 2011 17:04:34 +0200
-Subject: Fix compilation on bytecode-only architectures
-
-Forwarded: no
-Signed-off-by: Stephane Glondu 

- src/Makefile |   16 +++-
- 1 files changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 17d37d8..90d6d1e 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -25,6 +25,7 @@
- 
#
- 
- include ../master.Makefile
-+include /usr/share/ocaml/ocamlvars.mk
- 
- MY_INCLUDES=
- SYSTEM_INCLUDES= $(LABLGTK2_INCLUDES)
-@@ -57,7 +58,15 @@ CWLIB_CMOFILES=configwin_keys.cmo \
- CWLIB_CMIFILES=$(CWLIB_CMOFILES:.cmo=.cmi)
- CWLIB_CMXFILES=$(CWLIB_CMOFILES:.cmo=.cmx)
- 
--all: byte opt
-+ALL_TARGETS := byte
-+LIB_FILES_TO_INSTALL := $(GELIB_BYTE) $(GELIB_CMIFILES) $(GELIB_CMOFILES) 
$(GELIB_CMIFILES:.cmi=.mli) $(CWLIB_BYTE) $(CWLIB:.cmxa=.cmi) 
$(CWLIB:.cmxa=.mli)
-+
-+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
-+  ALL_TARGETS += opt
-+  LIB_FILES_TO_INSTALL += $(GELIB) $(GELIB:.cmxa=.a) $(GELIB_CMXFILES) 
$(GELIB_CMXFILES:.cmx=.o) $(CWLIB) $(CWLIB:.cmxa=.a)
-+endif
-+
-+all: $(ALL_TARGETS)
- opt: $(GELIB) $(CWLIB)
- byte:  $(GELIB_BYTE) $(CWLIB_BYTE)
- 
-@@ -102,10 +111,7 @@ dummy:
- 
- install:
-   $(MKDIR) $(BINDIR) $(LIBDIR) $(DATADIR)
--  $(CP) $(GELIB) $(GELIB_BYTE) $(GELIB:.cmxa=.a) $(GELIB_CMIFILES) \
--  $(GELIB_CMOFILES) $(GELIB_CMXFILES) \
--  $(GELIB_CMXFILES:.cmx=.o) $(GELIB_CMIFILES:.cmi=.mli) $(LIBDIR)/
--  $(CP) $(CWLIB) $(CWLIB_BYTE) $(CWLIB:.cmxa=.a) $(CWLIB:.cmxa=.cmi) 
$(CWLIB:.cmxa=.mli) $(LIBDIR)/
-+  $(CP) $(LIB_FILES_TO_INSTALL) $(LIBDIR)/
- 
- # $(CP) gtk/ge.glade $(DATADIR)/
- # $(CP) $(TOOLS) $(TOOLS_BYTE) $(BINDIR)/
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4f84e77..000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Fix-typo-in-master.Makefile.in.patch
-0002-Fix-compilation-on-bytecode-only-architectures.patch

-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, master, updated. debian/1.0-1-10-gadd9c10

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit efb1844bea85cfebc72eb08c00314c5858a6892c
Author: Stephane Glondu 
Date:   Fri Jul 26 07:36:20 2013 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 9ced348..3d265ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lablgtk-extras (1.3-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Stéphane Glondu   Fri, 26 Jul 2013 07:36:14 +0200
+
 lablgtk-extras (1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #635586)

-- 
lablgtk-extras packaging

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

[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, master, updated. debian/1.0-1-10-gadd9c10

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 752029795033b94760ee17c30657299167bd3d6c
Author: Stephane Glondu 
Date:   Fri Jul 26 07:38:23 2013 +0200

Update packaging

diff --git a/debian/control b/debian/control
index 7a4b59c..ff7b3e1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,12 @@ Uploaders: Stéphane Glondu 
 Build-Depends:
  debhelper (>= 8),
  dh-ocaml (>= 0.9),
- liblablgtk2-ocaml-dev,
+ liblablgtk2-ocaml-dev (>= 2.16.0+dfsg-1~exp3),
  liblablgtksourceview2-ocaml-dev,
  libconfig-file-ocaml-dev,
- libxml-light-ocaml-dev,
+ libxmlm-ocaml-dev,
  camlp4,
+ ocaml-findlib,
  ocaml-nox
 Standards-Version: 3.9.2
 Section: ocaml
diff --git a/debian/rules b/debian/rules
index c3b2843..e5ee609 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,17 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+DESTDIR=$(CURDIR)/debian/tmp
+include /usr/share/ocaml/ocamlvars.mk
+export OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR)
+
 %:
dh $@ --with ocaml
 
-.PHONY: override_dh_auto_build
-override_dh_auto_build:
-   $(MAKE) MY_INCLUDES="-I +config-file -I +xml-light"
-
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
+   mkdir -p $(OCAMLFIND_DESTDIR)
dh_auto_install
-   rmdir debian/tmp/usr/bin
-   rmdir debian/tmp/usr/share/lablgtk-extras
mkdir -p debian/tmp/usr/share/doc/liblablgtk-extras-ocaml-dev/html
cp -a src/ocamldoc 
debian/tmp/usr/share/doc/liblablgtk-extras-ocaml-dev/html/api
 
@@ -22,5 +21,4 @@ override_dh_install:
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:
-   dh_auto_clean
-   rm -rf src/install.ml src/version.ml src/ocamldoc
+   if [ -x config.status ]; then dh_auto_clean; fi

-- 
lablgtk-extras packaging

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

[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging annotated tag, debian/1.3-1, created. debian/1.3-1

2013-07-26 Thread Stephane Glondu
The annotated tag, debian/1.3-1 has been created
at  021839b6cb4241a3da7cf4561ff6750d54b07dd4 (tag)
   tagging  add9c10f1af73b7a3c1e520bc435863d6f4b7b25 (commit)
  replaces  upstream/1.3
 tagged by  Stephane Glondu
on  Fri Jul 26 17:26:23 2013 +0200

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

iQIcBAABCgAGBQJR8pUfAAoJEHhT2k1JiBrT4z4P/RkMo5tWvyimuoqu08N5PKWk
B7rrDGsbpOs5r6lkaRS+MgtJDJetXmY/KXTNv6OQ87DiOguJgDb8uGVO3jiWhusx
CFNCxN+eVsH7oz9oG0PV0fQGzS1Yl8k8CZY32iMbTiBTVLb2yqPT2JBBig2P0uQt
VWmibhWVvSkufxtBZrp4Dejod4qzkYV/PsgUhks+DQyV/xpkrKu/IR3x3cNCcLm7
fRrPxJ0oalT7zGU8wZneGN688jIZGPNP+3RJcjFGnCBzzOB/wRknZDRO5s7V9dzh
GN3sWuaZvI+kWgbDihFtAKchj6Ufp54O3osRGRCndsWLxPUvaRcmzJH4OJW0SXGI
+z3l3ETi0wBBTdX6Qh9XgrhNTCm+tX1XtPRn8dN3fxy4G4hJ9Afz1a5xf33cg9x2
fEBday8JMtQpqm7qOq4VpHcvMuLFMIKpVyDB9q9vpebmWrClNoaaOi8u1Oejev03
XzagPEVpEFp+oSqmN28fbcKkdme+q7ay0S5CwhYCl5lQEx3RMEKM9fQxNtfAibSo
/UOJAWN+cnPAFLsT94Oe6O7o4valFQiWLneEau3ClUbLl8z/j/oARG1wq0Al2tDD
4fty5aLxT8XA5jGmHooQrcAnUWyJ5hNtneqwG/VPPEn/L7KblGP8nqYCz2hzOQip
9b4f9FVYVTmsViZfP9DP
=zRPN
-END PGP SIGNATURE-

Stephane Glondu (10):
  Initial packaging
  Fix compilation on bytecode architectures
  Prepare upload to unstable
  Merge tag 'upstream/1.3'
  New upstream release
  Remove obsolete patches
  Update packaging
  Compile with OCaml >= 4
  Update Vcs-*
  Update changelog and prepare upload to experimental

---

-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, pristine-tar, updated. aedd5f999f3f77e1dd58f7cc80da113e31304d91

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 41c6fc33495fdbde3e71365da1f68c9cb149d6a1
Author: Stephane Glondu 
Date:   Fri Jul 26 07:33:21 2013 +0200

pristine-tar data for lablgtk-extras_1.2.orig.tar.gz

diff --git a/lablgtk-extras_1.2.orig.tar.gz.delta 
b/lablgtk-extras_1.2.orig.tar.gz.delta
new file mode 100644
index 000..e3e047b
Binary files /dev/null and b/lablgtk-extras_1.2.orig.tar.gz.delta differ
diff --git a/lablgtk-extras_1.2.orig.tar.gz.id 
b/lablgtk-extras_1.2.orig.tar.gz.id
new file mode 100644
index 000..af25389
--- /dev/null
+++ b/lablgtk-extras_1.2.orig.tar.gz.id
@@ -0,0 +1 @@
+f4e5c5977193d0bf097982b68cc1b692611dbc04

-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, master, updated. debian/1.0-1-10-gadd9c10

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 5c82042b42800dd02c05540ec0f9da71a6d8fc94
Author: Stephane Glondu 
Date:   Fri Jul 26 07:40:24 2013 +0200

Compile with OCaml >= 4

diff --git a/debian/control b/debian/control
index ff7b3e1..a28a5df 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends:
  libconfig-file-ocaml-dev,
  libxmlm-ocaml-dev,
  camlp4,
- ocaml-findlib,
- ocaml-nox
+ ocaml-findlib (>= 1.4),
+ ocaml-nox (>= 4)
 Standards-Version: 3.9.2
 Section: ocaml
 Homepage: http://gtk-extras.forge.ocamlcore.org/

-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging annotated tag, upstream/1.1, created. upstream/1.1

2013-07-26 Thread Stephane Glondu
The annotated tag, upstream/1.1 has been created
at  38a04c668ab809490f5689d4703befdab025bcd8 (tag)
   tagging  29980a27b7963c40c69b4a246744bee0944e5dd2 (commit)
  replaces  upstream/1.0
 tagged by  Stephane Glondu
on  Mon Apr 16 07:51:24 2012 +0200

- Shortlog 
Upstream version 1.1

Stephane Glondu (1):
  Imported Upstream version 1.1

---

-- 
lablgtk-extras packaging

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


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

2013-07-26 Thread Stephane Glondu
The annotated tag, upstream/1.2 has been created
at  47983a57067fe69502d7e5f89fce22e7f110ba53 (tag)
   tagging  73052932389b6659239a1d2b06fa1ae2e47b9101 (commit)
  replaces  upstream/1.1
 tagged by  Stephane Glondu
on  Fri Jul 26 07:33:21 2013 +0200

- Shortlog 
Upstream version 1.2

Stephane Glondu (1):
  Imported Upstream version 1.2

---

-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, pristine-tar, updated. aedd5f999f3f77e1dd58f7cc80da113e31304d91

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit aedd5f999f3f77e1dd58f7cc80da113e31304d91
Author: Stephane Glondu 
Date:   Fri Jul 26 07:33:31 2013 +0200

pristine-tar data for lablgtk-extras_1.3.orig.tar.gz

diff --git a/lablgtk-extras_1.3.orig.tar.gz.delta 
b/lablgtk-extras_1.3.orig.tar.gz.delta
new file mode 100644
index 000..cd0a768
Binary files /dev/null and b/lablgtk-extras_1.3.orig.tar.gz.delta differ
diff --git a/lablgtk-extras_1.3.orig.tar.gz.id 
b/lablgtk-extras_1.3.orig.tar.gz.id
new file mode 100644
index 000..10804ac
--- /dev/null
+++ b/lablgtk-extras_1.3.orig.tar.gz.id
@@ -0,0 +1 @@
+ed7b92ea499075050331a18b8fd01cc08ce92af9

-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging annotated tag, upstream/1.3, created. upstream/1.3

2013-07-26 Thread Stephane Glondu
The annotated tag, upstream/1.3 has been created
at  f4e8d9a106603b6efd34c8b37308a7faa5132ea0 (tag)
   tagging  ae3d05bd11490d9eb3bd91df5b95f40aa5261388 (commit)
  replaces  upstream/1.2
 tagged by  Stephane Glondu
on  Fri Jul 26 07:33:31 2013 +0200

- Shortlog 
Upstream version 1.3

Stephane Glondu (1):
  Imported Upstream version 1.3

---

-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, master, updated. debian/1.0-1-10-gadd9c10

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit fde7bc915589282568341988419cfda9e0d22af5
Author: Stephane Glondu 
Date:   Fri Jul 26 14:40:14 2013 +0200

Update Vcs-*

diff --git a/debian/control b/debian/control
index a28a5df..e9c3cea 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Build-Depends:
 Standards-Version: 3.9.2
 Section: ocaml
 Homepage: http://gtk-extras.forge.ocamlcore.org/
-Vcs-Browser: 
http://git.debian.org/?p=pkg-ocaml-maint/packages/lablgtk-extras.git
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/lablgtk-extras.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/lablgtk-extras.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/lablgtk-extras.git
 
 Package: liblablgtk-extras-ocaml-dev
 Architecture: any

-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, pristine-tar, updated. aedd5f999f3f77e1dd58f7cc80da113e31304d91

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit b36c8a8914a3b44532f1b3468e2fbe013a8b47b2
Author: Stephane Glondu 
Date:   Mon Apr 16 07:51:24 2012 +0200

pristine-tar data for lablgtk-extras_1.1.orig.tar.gz

diff --git a/lablgtk-extras_1.1.orig.tar.gz.delta 
b/lablgtk-extras_1.1.orig.tar.gz.delta
new file mode 100644
index 000..142fa02
Binary files /dev/null and b/lablgtk-extras_1.1.orig.tar.gz.delta differ
diff --git a/lablgtk-extras_1.1.orig.tar.gz.id 
b/lablgtk-extras_1.1.orig.tar.gz.id
new file mode 100644
index 000..1f816b1
--- /dev/null
+++ b/lablgtk-extras_1.1.orig.tar.gz.id
@@ -0,0 +1 @@
+ed631a9a0e64b9ebf79c11d749602e06a8d67d5c

-- 
lablgtk-extras packaging

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


[Pkg-ocaml-maint-commits] [SCM] lablgtk-extras packaging branch, master, updated. debian/1.0-1-10-gadd9c10

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit add9c10f1af73b7a3c1e520bc435863d6f4b7b25
Author: Stephane Glondu 
Date:   Fri Jul 26 14:40:26 2013 +0200

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index 3d265ea..57cad2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-lablgtk-extras (1.3-1) UNRELEASED; urgency=low
+lablgtk-extras (1.3-1) experimental; urgency=low
 
   * New upstream release
+  * Compile with OCaml >= 4
+  * Update Vcs-*
 
- -- Stéphane Glondu   Fri, 26 Jul 2013 07:36:14 +0200
+ -- Stéphane Glondu   Fri, 26 Jul 2013 14:40:22 +0200
 
 lablgtk-extras (1.0-1) unstable; urgency=low
 

-- 
lablgtk-extras packaging

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

[Pkg-ocaml-maint-commits] [SCM] react packaging branch, master, updated. debian/0.9.4-1-3-g54579cd

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 54579cd3b0d5f9c152133b91a03bb1ea20c5d861
Author: Stephane Glondu 
Date:   Fri Jul 26 21:51:54 2013 +0200

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index fc6ab9a..9bacb8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+react (0.9.4-2) experimental; urgency=low
+
+  * Compile with OCaml >= 4
+  * Update Vcs-*
+
+ -- Stéphane Glondu   Fri, 26 Jul 2013 21:51:47 +0200
+
 react (0.9.4-1) unstable; urgency=low
 
   * New upstream release

-- 
react packaging

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

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

2013-07-26 Thread Stephane Glondu
The annotated tag, debian/0.9.4-2 has been created
at  002446fb6ec6397fc16d9bc845a0a89de775d415 (tag)
   tagging  54579cd3b0d5f9c152133b91a03bb1ea20c5d861 (commit)
  replaces  debian/0.9.4-1
 tagged by  Stephane Glondu
on  Fri Jul 26 21:56:32 2013 +0200

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

iQIcBAABCgAGBQJR8tRwAAoJEHhT2k1JiBrTy6wP/1rfYaihu2lIR8VlVzF7XnqP
8Dl0XVo2EfjK+JLOaaNTyLZtluYCDqOXdcQ6j/oDM6P+zvaItZuupT0U99mb6ZPo
HrBX8N28+MBMHJdYjaWIOTa6UlZGW0s0fsUxH83mjQ6wVzncu8EywwnhaB7JJeb6
LZYWX5Iobg+flrJqgc84RWqYHkEjfiU9UhyfrsR443wDp5J1qrmJkI/sqBQFBcex
yLROXFX2hureZR7c+2AqJTTsRgQQ7aHhVBORPtEAbHksKpIyeiF7FRM77XdxNN+5
woMVSv4OaCwq3ER5Jlaf2J3j4XG3BSu3kYsii09EJ1p73liIUS7sHs5VSwmb/EkF
rJk4D7ao60o+/4LXZ7yDesgq0CL+M2GB8JraWkeWQiAmsSAkxJOG2YbxuwkC+TY9
8eeZ6I9eqA42fSgjT1O+DrIjvl03rmBfz3PGPWMS1G7DIISIbRbBpS+93ZlMQcCY
a0Rl5inGo8Akp8ob99VUt6TyUkgWpq1VUt54SRbTrGJM+XGIC5df/OrWOYJRlSrL
hRxjOErhBBmS3CQmMBKhwLcHuovSSv77XSatrP1ny07XkgAuCAQ5HeNjjWgtgWTS
TTBsJKCieV/Pd5q2F2i/rppNJmIeQIkuYitSJ2G3qAJc3QkVn3Oo/ti0YePwgd/1
yzF19hBuxlZty/IjYcrG
=10sO
-END PGP SIGNATURE-

Stephane Glondu (3):
  Update Vcs-*
  Compile with OCaml >= 4
  Update changelog and prepare upload to experimental

---

-- 
react packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-text packaging branch, master, updated. debian/0.6-1-3-g14e0a2a

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 61232d6349e1e7bf1cda8205cfbffb7a99117d76
Author: Stephane Glondu 
Date:   Fri Jul 26 21:57:51 2013 +0200

Update Vcs-*

diff --git a/debian/control b/debian/control
index 42efe73..f2a667b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends:
 Standards-Version: 3.9.4
 Section: ocaml
 Homepage: http://ocaml-text.forge.ocamlcore.org/
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-text.git
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-text.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-text.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-text.git
 
 Package: libtext-ocaml-dev
 Architecture: any

-- 
ocaml-text packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-text packaging branch, master, updated. debian/0.6-1-3-g14e0a2a

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 14e0a2a9e0446ce06a801777340df520f299dba7
Author: Stephane Glondu 
Date:   Fri Jul 26 21:58:22 2013 +0200

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index 3748e07..cb0bc86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-text (0.6-2) experimental; urgency=low
+
+  * Compile with OCaml >= 4
+  * Update Vcs-*
+
+ -- Stéphane Glondu   Fri, 26 Jul 2013 21:58:18 +0200
+
 ocaml-text (0.6-1) unstable; urgency=low
 
   * New upstream release

-- 
ocaml-text packaging

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

[Pkg-ocaml-maint-commits] [SCM] ocaml-text packaging branch, master, updated. debian/0.6-1-3-g14e0a2a

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 1e13196de56926d0ee21a72b714f9720016d4d3d
Author: Stephane Glondu 
Date:   Fri Jul 26 21:58:08 2013 +0200

Compile with OCaml >= 4

diff --git a/debian/control b/debian/control
index f2a667b..680992c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Uploaders: Stéphane Glondu 
 Build-Depends:
  debhelper (>= 8),
  dh-ocaml (>= 0.9.6~),
- ocaml-findlib,
+ ocaml-findlib (>= 1.4),
  camlp4,
  libpcre-ocaml-dev (>= 6.2.2),
- ocaml-nox (>= 3.11.1-3~)
+ ocaml-nox (>= 4)
 Standards-Version: 3.9.4
 Section: ocaml
 Homepage: http://ocaml-text.forge.ocamlcore.org/

-- 
ocaml-text packaging

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

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

2013-07-26 Thread Stephane Glondu
The annotated tag, debian/0.6-2 has been created
at  1bc9aae553415eb88ca1d35949ba1101222943d2 (tag)
   tagging  14e0a2a9e0446ce06a801777340df520f299dba7 (commit)
  replaces  debian/0.6-1
 tagged by  Stephane Glondu
on  Fri Jul 26 22:02:41 2013 +0200

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

iQIcBAABCgAGBQJR8tXhAAoJEHhT2k1JiBrTa7cP/0g7O5EfAVml11bUjl7TRoiW
63JLIHt2L9ylDDuV6bEABBCw4/VSRMGFLffMmZpIlokjOKTfPWaDouQBVJkrhAh9
Kjs5BdgqYzyJK6/qwPNpr9JaoXjYTTQBR7A74OJGV6P6phG+Rap+SnQaTVUazln/
7BV2AeBMNe8KSk8ES4oueuLzzcQ2ioWBAL4Qb4wRfY4uIoyJN8m7n2wrkMiJMyVQ
KoNCC9f3FlzfMvF8lMTJcMqhpl2Xyv0Xm32vMAymgDabPHMWt1Jj6X/e2GvgjLkl
H5ibW1vxwulyr1iht5JSp0BVF2wFvhGqrNqX5gEan4sIcYesWcmNu2FM014+jmhx
rJ/E7v7POO7qPXWCdKt88zxdJ4L4xBuFwdbkvmDikk7GNfzV5HaPJ8h2aqDWOqE5
YDDRMqemEwwaw2H8uv+tnrC0wCYeNHoTG+Q1nFH4A4TLWl+6cOS95t+IXzZoqq44
XZYnkGjAiykfa/bxzSHRl4Uji5oU6hrgTFDpgrqsb0MPJTyK/QhnxKRvmWuG6GjU
BNix6BUh2Rlls9n8GFTjokQWGqTjV9B9NtGEGD8iY7j3Vd2TE9I9he4DSFnO2HDA
D7xU+7CbO0KEHglTyJ5Dr1F95sxiIxvQ4xLoc+eRaVO6pU4E9GS+XvOCdyH4qqEI
VGUZPGOPaJotqV3c0duc
=2C/i
-END PGP SIGNATURE-

Stephane Glondu (3):
  Update Vcs-*
  Compile with OCaml >= 4
  Update changelog and prepare upload to experimental

---

-- 
ocaml-text packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-fileutils packaging branch, master, updated. debian/0.4.5-2-3-ga72f3f0

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit bdf29a01b1eb0ccbcf4b4c547df91ffb7165194c
Author: Stephane Glondu 
Date:   Fri Jul 26 22:06:43 2013 +0200

Compile with OCaml >= 4

diff --git a/debian/control b/debian/control
index fe28137..9985fdf 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@ Uploaders:
  Hendrik Tews 
 Build-Depends: 
  debhelper (>= 9),
- ocaml-nox (>= 3.10.0-9),
+ ocaml-nox (>= 4),
  ocaml-best-compilers,
- ocaml-findlib (>= 1.1.2pl1-4),
+ ocaml-findlib (>= 1.4),
  libounit-ocaml-dev,
  camlp4 (>= 3.10.0-4),
  dh-ocaml (>= 0.9)

-- 
ocaml-fileutils packaging

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


[Pkg-ocaml-maint-commits] [SCM] react packaging branch, master, updated. debian/0.9.4-1-3-g54579cd

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit e0d6ea10a1eee48f236907254d04095236f5bb2a
Author: Stephane Glondu 
Date:   Fri Jul 26 21:51:21 2013 +0200

Update Vcs-*

diff --git a/debian/control b/debian/control
index 16a3b3f..2200358 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends:
 Standards-Version: 3.9.4
 Section: ocaml
 Homepage: http://erratique.ch/software/react
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/react.git
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/react.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/react.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/react.git
 
 Package: libreact-ocaml-dev
 Architecture: any

-- 
react packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-fileutils packaging branch, master, updated. debian/0.4.5-2-3-ga72f3f0

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit a72f3f0ed80ac8cc65f67244ea839ef5ec17670e
Author: Stephane Glondu 
Date:   Fri Jul 26 22:10:55 2013 +0200

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index b84c718..4380729 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-ocaml-fileutils (0.4.5-3) unstable; urgency=low
+ocaml-fileutils (0.4.5-3) experimental; urgency=low
 
+  [ Stéphane Glondu ]
+  * Team upload
+  * Compile with OCaml >= 4
+
+  [ Hendrik Tews ]
   * enable tests again
 
- -- Hendrik Tews   Wed, 05 Jun 2013 10:22:53 +0200
+ -- Stéphane Glondu   Fri, 26 Jul 2013 22:11:05 +0200
 
 ocaml-fileutils (0.4.5-2) unstable; urgency=low
 

-- 
ocaml-fileutils packaging

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

[Pkg-ocaml-maint-commits] [SCM] react packaging branch, master, updated. debian/0.9.4-1-3-g54579cd

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 8711af65584195e3360537d0c24e8b6e4b0bde8b
Author: Stephane Glondu 
Date:   Fri Jul 26 21:51:38 2013 +0200

Compile with OCaml >= 4

diff --git a/debian/control b/debian/control
index 2200358..920a00d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Uploaders: Stéphane Glondu 
 Build-Depends:
  debhelper (>= 7.0.50~),
  dh-ocaml (>= 0.9),
- ocaml-findlib,
- ocaml-nox (>= 3.11.1-3~)
+ ocaml-findlib (>= 1.4),
+ ocaml-nox (>= 4)
 Standards-Version: 3.9.4
 Section: ocaml
 Homepage: http://erratique.ch/software/react

-- 
react packaging

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

[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml branch, master, updated. debian/2.4.3-1-3-g743fa5f

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 28669c5ffca4982ba91ca47d6529c6450e0b5552
Author: Stephane Glondu 
Date:   Fri Jul 26 21:50:00 2013 +0200

Update Vcs-*

diff --git a/debian/control b/debian/control
index ca23baf..a46cb5e 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,8 @@ Build-Depends:
 Standards-Version: 3.9.4
 Section: ocaml
 Homepage: http://ocsigen.org/lwt
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/lwt.git
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/lwt.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/lwt.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/lwt.git
 
 Package: liblwt-ocaml-dev
 Architecture: any

-- 
Cooperative light-weight thread library for OCaml

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


[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml branch, master, updated. debian/2.4.3-1-3-g743fa5f

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 4aed767cd0b3e8a75cffca451e50ddc4187b4b60
Author: Stephane Glondu 
Date:   Fri Jul 26 21:50:23 2013 +0200

Compile with OCaml >= 4

diff --git a/debian/control b/debian/control
index a46cb5e..26f3942 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends:
  debhelper (>= 8),
  dh-ocaml (>= 0.9),
  libev-dev,
- ocaml-findlib,
+ ocaml-findlib (>= 1.4),
  libfindlib-ocaml-dev,
  libssl-ocaml-dev (>= 0.4.3-3~),
  liblablgtk2-ocaml-dev (>= 2.12.0-4~),
@@ -14,7 +14,7 @@ Build-Depends:
  libtext-ocaml-dev (>= 0.4),
  camlp4,
  ocaml-compiler-libs,
- ocaml-nox (>= 3.12),
+ ocaml-nox (>= 4),
 # Needed for debian/modules.ml script
  libpcre-ocaml-dev,
  libfileutils-ocaml-dev

-- 
Cooperative light-weight thread library for OCaml

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


[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml branch, master, updated. debian/2.4.3-1-3-g743fa5f

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 743fa5f48cebe999cb303ca3fddd35ab96f6021e
Author: Stephane Glondu 
Date:   Fri Jul 26 22:03:45 2013 +0200

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index 6604784..160622a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lwt (2.4.3-2) experimental; urgency=low
+
+  * Compile with OCaml >= 4
+  * Update Vcs-*
+
+ -- Stéphane Glondu   Fri, 26 Jul 2013 22:03:43 +0200
+
 lwt (2.4.3-1) unstable; urgency=low
 
   * New upstream release

-- 
Cooperative light-weight thread library for OCaml

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

[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml annotated tag, debian/2.4.3-2, created. debian/2.4.3-2

2013-07-26 Thread Stephane Glondu
The annotated tag, debian/2.4.3-2 has been created
at  72f73d7cdf27a0e790fecde428572f5d42eac3c0 (tag)
   tagging  743fa5f48cebe999cb303ca3fddd35ab96f6021e (commit)
  replaces  debian/2.4.3-1
 tagged by  Stephane Glondu
on  Fri Jul 26 22:24:14 2013 +0200

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

iQIcBAABCgAGBQJR8truAAoJEHhT2k1JiBrTwEEQAKz+D0Tl3Ei0hEp6W0bKbFEf
YzLVEmKvGjnEb5blzPgdrs84Mv28RccVOJd9FtIkSeeYM7PGid0lKQaTqDUrOhp8
V6v87u4aaMFQ317Vv9jQqtxJehL7YrLVF5trMVZKMVBjK4xI+l+GpAbd+iT3eMQb
T/9uoDEOJQlGHQyKQNRy/Id7xW/cjU59f5z08RbFRnKcmHEaaxiDbJBPeSDarZzS
W2hKRKCEUlg6LOb1OP89+aXbzm/m+aZx5vE76+cmnGQYVMshVFIitMSDgUiL6kxG
TRV5yJPxWhZbpUHFyzSuk6fpj1eS1DcSw9RglbTHg2Vw+pQo5LM7QpMzOkwtNaLQ
6Qt+okTx9kcQqcz8yalCNuO0GaOxabM6VT70RP5McHIuXnC5lJLjRcwHO8rxh4Am
k34BOST80XuxrAU+l0JaeZlE5JQUmq8ShftBuxxVKYHK5lybz6n/mApZ5S9/Fi/5
7SC6HMeOdq82P7g4h0OU5o6K31cb0pFHbErhxEiDfshroECkv8KLAUVorApikn+Z
9Kkf9yWH4lszriuoY/Zz9Vcgl1U3PkdNOb9iuOydtSYn0E5+1uC4axV6r1pl6LMD
TrZwvUlnkQ+AbVe9Mq25XVCdIi2ZMEKZNou7c77OaM0joe8HClDQKKtK9+1mC5gO
t98kJkYCWazbz+fREnZr
=DPD0
-END PGP SIGNATURE-

Stephane Glondu (3):
  Update Vcs-*
  Compile with OCaml >= 4
  Update changelog and prepare upload to experimental

---

-- 
Cooperative light-weight thread library for OCaml

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