[Pkg-ocaml-maint-commits] [SCM] ocaml-deriving-ocsigen packaging branch, master, updated. debian/0.2-1-6-g70b7cce

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit a71d402faef2ff5f850ff1afa2d5f71d0ac3
Merge: 699d30a83b7d1d2efe4c3df597d81bff13e834ef 
03874f026c7fd97733866325be0482326426755c
Author: Stephane Glondu 
Date:   Fri Nov 25 22:21:24 2011 +0100

Merge commit 'upstream/0.3b'


-- 
ocaml-deriving-ocsigen 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-deriving-ocsigen packaging branch, master, updated. debian/0.2-1-6-g70b7cce

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 4a57393c289045d51ae99b7842d7164ca2a5e4dc
Author: Stephane Glondu 
Date:   Fri Nov 25 22:28:10 2011 +0100

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 2bac595..43769c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-deriving-ocsigen (0.3b-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Stéphane Glondu   Fri, 25 Nov 2011 22:28:06 +0100
+
 ocaml-deriving-ocsigen (0.2-1) unstable; urgency=low
 
   * New upstream release, taken from the Ocsigen project

-- 
ocaml-deriving-ocsigen 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-deriving-ocsigen packaging branch, master, updated. debian/0.2-1-6-g70b7cce

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 70b7cce5a0103413ffee9355a22799241cb6e726
Author: Stephane Glondu 
Date:   Fri Nov 25 22:28:59 2011 +0100

Update changelog and prepare upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 43769c3..2214faf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-ocaml-deriving-ocsigen (0.3b-1) UNRELEASED; urgency=low
+ocaml-deriving-ocsigen (0.3b-1) unstable; urgency=low
 
   * New upstream release
+- remove all patches
 
- -- Stéphane Glondu   Fri, 25 Nov 2011 22:28:06 +0100
+ -- Stéphane Glondu   Mon, 28 Nov 2011 21:01:09 +0100
 
 ocaml-deriving-ocsigen (0.2-1) unstable; urgency=low
 

-- 
ocaml-deriving-ocsigen 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-deriving-ocsigen packaging branch, master, updated. debian/0.2-1-6-g70b7cce

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 54b0d1a74b71a33b80d4cb6d78081a793138cb99
Author: Stephane Glondu 
Date:   Fri Nov 25 22:27:55 2011 +0100

Remove all patches

diff --git a/debian/patches/0001-Install-.mli.patch 
b/debian/patches/0001-Install-.mli.patch
deleted file mode 100644
index a5bbfdb..000
--- a/debian/patches/0001-Install-.mli.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From: Pierre Chambart 
-Date: Tue, 15 Nov 2011 15:32:19 +0100
-Subject: Install .mli
-

- Makefile  |6 +++---
- Makefile.filelist |5 +++--
- 2 files changed, 6 insertions(+), 5 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index e496e54..6b816da 100644
 a/Makefile
-+++ b/Makefile
-@@ -39,17 +39,17 @@ VERSION := $(shell head -n 1 VERSION)
- install:
-   ${OCAMLFIND} install ${PROJECTNAME} \
- -patch-version ${VERSION} \
--META ${INTF} ${IMPL} ${NATIMPL}
-+META ${INTF} ${IMPL} ${SYNTAX_INTF} ${NATIMPL} ${INTF:.cmi=.mli}
- 
- install-byte:
-   ${OCAMLFIND} install ${PROJECTNAME} \
- -patch-version ${VERSION} \
--META ${INTF} ${IMPL}
-+META ${INTF} ${IMPL} ${SYNTAX_INTF} ${INTF:.cmi=.mli}
- 
- install-opt:
-   ${OCAMLFIND} install ${PROJECTNAME} \
- -patch-version ${VERSION} \
--META ${INTF} ${NATIMPL}
-+META ${INTF} ${NATIMPL} ${SYNTAX_INTF} ${INTF:.cmi=.mli}
- 
- uninstall:
-   ${OCAMLFIND} remove ${PROJECTNAME}
-diff --git a/Makefile.filelist b/Makefile.filelist
-index 27f6122..46f4518 100644
 a/Makefile.filelist
-+++ b/Makefile.filelist
-@@ -1,5 +1,6 @@
--INTF := syntax/pa_deriving_common.cmi \
--lib/deriving_Dump.cmi \
-+SYNTAX_INTF := syntax/pa_deriving_common.cmi
-+
-+INTF := lib/deriving_Dump.cmi \
-   lib/deriving_monad.cmi \
-   lib/deriving_dynmap.cmi \
-   lib/deriving_Show.cmi \
--- 
diff --git a/debian/patches/0002-install-syntax-extension-.a.patch 
b/debian/patches/0002-install-syntax-extension-.a.patch
deleted file mode 100644
index 33d5509..000
--- a/debian/patches/0002-install-syntax-extension-.a.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Pierre Chambart 
-Date: Tue, 15 Nov 2011 15:57:49 +0100
-Subject: install syntax extension .a
-

- Makefile.filelist |2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/Makefile.filelist b/Makefile.filelist
-index 46f4518..48c050b 100644
 a/Makefile.filelist
-+++ b/Makefile.filelist
-@@ -20,6 +20,7 @@ IMPL := syntax/pa_deriving_common.cmo \
- NATIMPL := syntax/pa_deriving_common.cmx \
-syntax/pa_deriving.cmx \
-syntax/pa_deriving.cmxa \
-+   syntax/pa_deriving.a \
-lib/deriving.cmxa \
-lib/deriving.a \
- 
-@@ -30,5 +31,6 @@ IMPL += syntax/pa_deriving_tc.cmo \
- 
- NATIMPL += syntax/pa_deriving_tc.cmx \
-syntax/pa_deriving_tc.cmxa \
-+ syntax/pa_deriving_tc.a
- 
- endif
--- 
diff --git 
a/debian/patches/0003-syntax-package-exists-only-when-dev-is-installed.patch 
b/debian/patches/0003-syntax-package-exists-only-when-dev-is-installed.patch
deleted file mode 100644
index b3bedf0..000
--- a/debian/patches/0003-syntax-package-exists-only-when-dev-is-installed.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Pierre Chambart 
-Date: Mon, 21 Nov 2011 15:59:31 +0100
-Subject: syntax package exists only when -dev is installed
-

- META.in |1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/META.in b/META.in
-index f525d10..3281177 100644
 a/META.in
-+++ b/META.in
-@@ -6,6 +6,7 @@ archive(byte)   = "deriving.cma"
- archive(native) = "deriving.cmxa"
- 
- package "syntax" (
-+  exists_if = "pa_deriving.cma"
-   requires(syntax) = "camlp4,unix"
-   requires(syntax, toploop) += "%%NAME%%"
-   archive(syntax, preprocessor) = "pa_deriving.cma"
--- 
diff --git a/debian/patches/0004-build-cmxs.patch 
b/debian/patches/0004-build-cmxs.patch
deleted file mode 100644
index 4162f64..000
--- a/debian/patches/0004-build-cmxs.patch
+++ /dev/null
@@ -1,104 +0,0 @@
-From: Pierre Chambart 
-Date: Mon, 21 Nov 2011 16:54:02 +0100
-Subject: build cmxs
-

- Makefile.config   |2 ++
- Makefile.filelist |9 -
- lib/Makefile  |7 ++-
- syntax/Makefile   |8 
- 4 files changed, 24 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.config b/Makefile.config
-index b2fa5d3..6b33f7b 100644
 a/Makefile.config
-+++ b/Makefile.config
-@@ -2,4 +2,6 @@
- PROJECTNAME := deriving-ocsigen
- OCAMLFIND := ocamlfind
- 
-+NATDYNLINK :=YES
-+
- TYPECONV := $(shell ${OCAMLFIND} query type-conv 2>/dev/null)
-diff --git a/Makefile.filelist b/Makefile.filelist
-index 48c050b..d9b59a6 100644
 a/Makefile.filelist
-+++ b/Makefile.filelist
-@@ -22,7 +22,11 @@ NATIMPL := syntax/pa_deriving_common.cmx \
-syntax/pa_deriving.cmxa \
-syntax/pa_deriving.a \
-lib/deriving.cmxa \
--   lib/deriving.a \
-+   lib/deriving.a
-+ifeq "${NATD

[Pkg-ocaml-maint-commits] [SCM] ocaml-deriving-ocsigen packaging branch, pristine-tar, updated. 727c19679d2e83966ec2537177053e97676431e1

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 727c19679d2e83966ec2537177053e97676431e1
Author: Stephane Glondu 
Date:   Fri Nov 25 22:21:24 2011 +0100

pristine-tar data for ocaml-deriving-ocsigen_0.3b.orig.tar.gz

diff --git a/ocaml-deriving-ocsigen_0.3b.orig.tar.gz.delta 
b/ocaml-deriving-ocsigen_0.3b.orig.tar.gz.delta
new file mode 100644
index 000..d522f89
Binary files /dev/null and b/ocaml-deriving-ocsigen_0.3b.orig.tar.gz.delta 
differ
diff --git a/ocaml-deriving-ocsigen_0.3b.orig.tar.gz.id 
b/ocaml-deriving-ocsigen_0.3b.orig.tar.gz.id
new file mode 100644
index 000..34217f8
--- /dev/null
+++ b/ocaml-deriving-ocsigen_0.3b.orig.tar.gz.id
@@ -0,0 +1 @@
+03874f026c7fd97733866325be0482326426755c

-- 
ocaml-deriving-ocsigen 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-deriving-ocsigen packaging annotated tag, debian/0.3b-1, created. debian/0.3b-1

2011-11-28 Thread Stephane Glondu
The annotated tag, debian/0.3b-1 has been created
at  0ad4721f818dcd888e78345a3da8372f7b45513c (tag)
   tagging  70b7cce5a0103413ffee9355a22799241cb6e726 (commit)
  replaces  debian/0.2-1
 tagged by  Stephane Glondu
on  Mon Nov 28 21:04:18 2011 +0100

- Shortlog 
Debian release 0.3b-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABCgAGBQJO0+lCAAoJEHhT2k1JiBrTASkP/ApcszHKIfSHBHIhjCdbcYY7
0tX8+sdz1YIk1K70XOkZLyD1WKkFm/2sr1Szj12kcB3fiVd3J7QkhUJR242sKuzu
xK2T2jv0bjO0blfL+6LgTbze88+uljIYjlwLCKmYMg9nxvwdFxom3Vf7tbmhHU+G
0mmX+pOr+hiFmcEVXdTTMqgSEQw+eBM95isRfEZgczN9pbKZUei+msh7bZgQF6GU
MnB0xg9wfr3aPt871JQJb1hZD4G+/OumeGNMk3WHTb+weMaprS3mI4/RYOLp1r77
lXyhFTQoij2GmazcbzT7pbuQz8l0qx4p+qPx7Wc+VzLZWbZAOKFqnWIuDVUIDCce
MQbxjEZLE/NH/JxtqwPYjnvXDdI3gAuhVQ0rfWNpufSJwS28r5pJKFgt0RkQDDw/
So4tvXRStOUvZWDkKV7TVebUTXxm0Ud54gxcrBKbjfLDxcZ4bdDkZHdnQt7iSFJ/
8q44mkYk+rQvrXTzQhylljB4e/NqfG7dvnYjKdG0LDMo6hl+2z1xg74TeS+R0GVB
tm3L2HkyP7V/Otnf3oIFgWBEpBe7WkfxLKMBeJJU6keKOFyFJcYk24B9Tdnw9B4i
QoPQokQvvttK2Hmia8/ptjnq91bXYkY73MlPsEXWdHFnPbZvLOX4RuvukJDvAb1S
AcSLy4c3+QPcpEDflOw8
=nued
-END PGP SIGNATURE-

Stephane Glondu (6):
  Imported Upstream version 0.3b
  Merge commit 'upstream/0.3b'
  New upstream release
  Remove all patches
  New deriving_num library
  Update changelog and prepare upload to unstable

---

-- 
ocaml-deriving-ocsigen 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-deriving-ocsigen packaging annotated tag, upstream/0.3b, created. upstream/0.3b

2011-11-28 Thread Stephane Glondu
The annotated tag, upstream/0.3b has been created
at  f87072e0efa8cb62c2a048ea56884ac6333914f4 (tag)
   tagging  03874f026c7fd97733866325be0482326426755c (commit)
  replaces  upstream/0.2
 tagged by  Stephane Glondu
on  Fri Nov 25 22:21:24 2011 +0100

- Shortlog 
Upstream version 0.3b

Stephane Glondu (1):
  Imported Upstream version 0.3b

---

-- 
ocaml-deriving-ocsigen 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-deriving-ocsigen packaging branch, master, updated. debian/0.2-1-6-g70b7cce

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit ef2aa4fa9aee46644a0d182e2961c0f6ca37735f
Author: Stephane Glondu 
Date:   Mon Nov 28 20:42:38 2011 +0100

New deriving_num library

diff --git a/debian/libderiving-ocsigen-ocaml.install.in 
b/debian/libderiving-ocsigen-ocaml.install.in
index 3aeb86b..a62bb32 100644
--- a/debian/libderiving-ocsigen-ocaml.install.in
+++ b/debian/libderiving-ocsigen-ocaml.install.in
@@ -1,3 +1,5 @@
 @OCamlStdlibDir@/deriving-ocsigen/META
 @OCamlStdlibDir@/deriving-ocsigen/deriving.cma
-DYN: @OCamlStdlibDir@/deriving-ocsigen/deriving.cmxs
\ No newline at end of file
+@OCamlStdlibDir@/deriving-ocsigen/deriving_num.cma
+DYN: @OCamlStdlibDir@/deriving-ocsigen/deriving.cmxs
+DYN: @OCamlStdlibDir@/deriving-ocsigen/deriving_num.cmxs

-- 
ocaml-deriving-ocsigen 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] js-of-ocaml packaging branch, master, updated. debian/1.0.7-1-12-g9e97e16

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit eec4df8b222928292162dc378e41d084d8df2526
Merge: 57986e279eec828f0dbe2c82e5879c8f11a5b871 
7077d03f09f7286dd68fd507dd966f9e955813fd
Author: Stephane Glondu 
Date:   Tue Nov 29 07:05:24 2011 +0100

Merge commit 'upstream/1.0.8'


-- 
js-of-ocaml 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] js-of-ocaml packaging branch, master, updated. debian/1.0.7-1-12-g9e97e16

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit ee9017045137b225c1ac21f7b41ec8ad9f8b6137
Author: Stephane Glondu 
Date:   Tue Nov 29 07:06:16 2011 +0100

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 557a745..c54d681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-js-of-ocaml (1.0.7-2) UNRELEASED; urgency=low
+js-of-ocaml (1.0.8-1) UNRELEASED; urgency=low
 
+  * New upstream release
   * Add libderiving-ocsigen-ocaml-dev to Build-Depends
   * Add new binary packages: js-of-ocaml, libjs-of-ocaml
 
- -- Stéphane Glondu   Thu, 24 Nov 2011 07:14:59 +0100
+ -- Stéphane Glondu   Tue, 29 Nov 2011 07:05:31 +0100
 
 js-of-ocaml (1.0.7-1) unstable; urgency=low
 

-- 
js-of-ocaml 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] js-of-ocaml packaging branch, master, updated. debian/1.0.7-1-12-g9e97e16

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 1e35b16b5c1b75719917886a45b6294e766d8158
Author: Stephane Glondu 
Date:   Tue Nov 29 07:15:08 2011 +0100

Versioned Build-Depends to libderiving-ocsigen-ocaml-dev

diff --git a/debian/control b/debian/control
index ce6f27c..2165a0a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  dh-ocaml (>= 0.9~),
  ocaml-findlib,
  liblwt-ocaml-dev (>= 2.3.0~),
- libderiving-ocsigen-ocaml-dev,
+ libderiving-ocsigen-ocaml-dev (>= 0.3),
  camlp4,
  ocaml-nox (>= 3.12.0~)
 Standards-Version: 3.9.2

-- 
js-of-ocaml 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] js-of-ocaml packaging branch, master, updated. debian/1.0.7-1-12-g9e97e16

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 7dc0788e036fe854ab4d56ae0a188f620c907e6e
Author: Stephane Glondu 
Date:   Tue Nov 29 07:32:51 2011 +0100

Install *.mli and *.cmx

diff --git a/debian/libjs-of-ocaml-dev.install.in 
b/debian/libjs-of-ocaml-dev.install.in
index d962411..8af6054 100644
--- a/debian/libjs-of-ocaml-dev.install.in
+++ b/debian/libjs-of-ocaml-dev.install.in
@@ -1,5 +1,7 @@
 @OCamlStdlibDir@/js_of_ocaml/*.js
 @OCamlStdlibDir@/js_of_ocaml/*.a
 @OCamlStdlibDir@/js_of_ocaml/*.cmi
+@OCamlStdlibDir@/js_of_ocaml/*.mli
 @OCamlStdlibDir@/js_of_ocaml/pa_*.cmo
+OPT: @OCamlStdlibDir@/js_of_ocaml/*.cmx
 OPT: @OCamlStdlibDir@/js_of_ocaml/*.cmxa

-- 
js-of-ocaml 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] js-of-ocaml packaging branch, master, updated. debian/1.0.7-1-12-g9e97e16

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 9d04953c9253455cf31f737df49c8b81e12c37f8
Author: Stephane Glondu 
Date:   Tue Nov 29 07:36:06 2011 +0100

More cleaning

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 000..954c3d9
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,4 @@
+lib/deriving_json.cmxa
+lib/deriving_json.cmxs
+lib/deriving_json/deriving_Json.cmx
+lib/deriving_json/deriving_Json_lexer.cmx
diff --git a/debian/rules b/debian/rules
index ee69f78..f9d252d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,3 +45,4 @@ override_dh_auto_install:
 override_dh_auto_clean:
dh_auto_clean
-cd $(CURDIR)/doc && make clean
+   rm -Rf doc/api-html/

-- 
js-of-ocaml 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] js-of-ocaml packaging branch, master, updated. debian/1.0.7-1-12-g9e97e16

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 9e97e1697f84e9c965964afcbc61b2e289aab965
Author: Stephane Glondu 
Date:   Tue Nov 29 07:31:19 2011 +0100

Update changelog and prepare upload to unstable

diff --git a/debian/changelog b/debian/changelog
index c54d681..cf6fbd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-js-of-ocaml (1.0.8-1) UNRELEASED; urgency=low
+js-of-ocaml (1.0.8-1) unstable; urgency=low
 
   * New upstream release
   * Add libderiving-ocsigen-ocaml-dev to Build-Depends
   * Add new binary packages: js-of-ocaml, libjs-of-ocaml
 
- -- Stéphane Glondu   Tue, 29 Nov 2011 07:05:31 +0100
+ -- Stéphane Glondu   Tue, 29 Nov 2011 07:46:26 +0100
 
 js-of-ocaml (1.0.7-1) unstable; urgency=low
 

-- 
js-of-ocaml 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] js-of-ocaml packaging branch, pristine-tar, updated. ad3b0e37748c418b183657303e55f33c1fceb4cc

2011-11-28 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit ad3b0e37748c418b183657303e55f33c1fceb4cc
Author: Stephane Glondu 
Date:   Tue Nov 29 07:05:24 2011 +0100

pristine-tar data for js-of-ocaml_1.0.8.orig.tar.gz

diff --git a/js-of-ocaml_1.0.8.orig.tar.gz.delta 
b/js-of-ocaml_1.0.8.orig.tar.gz.delta
new file mode 100644
index 000..eff6fc6
Binary files /dev/null and b/js-of-ocaml_1.0.8.orig.tar.gz.delta differ
diff --git a/js-of-ocaml_1.0.8.orig.tar.gz.id b/js-of-ocaml_1.0.8.orig.tar.gz.id
new file mode 100644
index 000..9a76c19
--- /dev/null
+++ b/js-of-ocaml_1.0.8.orig.tar.gz.id
@@ -0,0 +1 @@
+7077d03f09f7286dd68fd507dd966f9e955813fd

-- 
js-of-ocaml 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] js-of-ocaml packaging annotated tag, debian/1.0.8-1, created. debian/1.0.8-1

2011-11-28 Thread Stephane Glondu
The annotated tag, debian/1.0.8-1 has been created
at  c7302eb8208fa9182044d903798444e136560da3 (tag)
   tagging  9e97e1697f84e9c965964afcbc61b2e289aab965 (commit)
  replaces  debian/1.0.7-1
 tagged by  Stephane Glondu
on  Tue Nov 29 07:51:36 2011 +0100

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

iQIcBAABCgAGBQJO1ID4AAoJEHhT2k1JiBrTpk4QAIvnssa4juXsTdGmc38Gwcjp
u5Hheeu6cXzf0kBlj8CD6U740hTxnX2Vw4YnGEOfS6TvAQsRF8+NyA+zVd/5pR9B
xmcznufGAcbkdKPPQb9gRNAB5xlnJsJ1e+qEMURQyQ/7LZP6dfhAXr7rHJj2DWiM
JeOWvedO878O7wGfLyLUdQAzu8DOqKgdmq2tsjV4nnTq4Mni2fwdgO489kHIl0m6
lxDgCJOZb0j2QkP/NkGMcZ/FDncR+zIrdZw+pZu3Wdo5tdEUa91YCsiWRpJM/Idk
c2a6Jif4zOgXfOAuPeaS7HJwxr7VOH2Sml+Bcaopq6af3ITT92WnJAhs1YpSaRbt
HKOCngBELK52RUZOuSnUbU8ldMUU+DzatpKvQ5JUCVL9v3/ZRXkjY9q6F8HMhym+
F7hbbWqvwEOVxYUot9G1WaKzhJg1F81/h8xqyM+pEkgSJOm0uU4omUJrlybRNz4W
L1m0DmbSF4p1cMwviyO5iPooAh/YQZ0Jp7hSwmHMDJsmjG0YUVo9OO/kkXoCUJGu
1NDfTuumQQy3E6zLqS8cTzwxBzTs8afrmZvBCJ4o8olTfYkDyxxafZnu3p9UP2Ms
LcOn2rzEBkDb9XgX6zjOfD6uhujX0ZWEfL2ND7J+W7lusyAEaIRUcONocpLuW6Xl
CLnTE1uDCXlHCCBosPCf
=Nx6a
-END PGP SIGNATURE-

Stephane Glondu (12):
  Add libderiving-ocsigen-ocaml-dev to Build-Depends
  Add new binary package: libderiving-ocaml
  Split out a js-of-ocaml binary package
  Call dh_install with --fail-missing
  Update changelog
  Imported Upstream version 1.0.8
  Merge commit 'upstream/1.0.8'
  New upstream release
  Versioned Build-Depends to libderiving-ocsigen-ocaml-dev
  Install *.mli and *.cmx
  More cleaning
  Update changelog and prepare upload to unstable

---

-- 
js-of-ocaml 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] js-of-ocaml packaging annotated tag, upstream/1.0.8, created. upstream/1.0.8

2011-11-28 Thread Stephane Glondu
The annotated tag, upstream/1.0.8 has been created
at  fc207f19560fcb174a226c6b23f8fb0c7cb8b081 (tag)
   tagging  7077d03f09f7286dd68fd507dd966f9e955813fd (commit)
  replaces  upstream/1.0.7
 tagged by  Stephane Glondu
on  Tue Nov 29 07:05:24 2011 +0100

- Shortlog 
Upstream version 1.0.8

Stephane Glondu (1):
  Imported Upstream version 1.0.8

---

-- 
js-of-ocaml 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