[Pkg-ocaml-maint-commits] [SCM] obus packaging branch, master, updated. debian/1.1.2-2-5-gabf78a3

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit ac6d7e12e1aba40586d24f1fbe42229b58fcf623
Merge: 484d43394d0492cabdde49b6231615d9ae19e527 
c057bbc52befe29a8047a3871a5dead9818528ad
Author: Stephane Glondu 
Date:   Sat Jul 30 13:16:01 2011 +0200

Merge commit 'upstream/1.1.3'


-- 
obus 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] obus packaging branch, master, updated. debian/1.1.2-2-5-gabf78a3

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit fb2e331b53c6b430b071c3d5e18d56e75f43e037
Author: Stephane Glondu 
Date:   Sat Jul 30 13:16:15 2011 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 0dfc653..7ee9dd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obus (1.1.3-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Stéphane Glondu   Sat, 30 Jul 2011 13:16:12 +0200
+
 obus (1.1.2-2) unstable; urgency=low
 
   * Disable all tests needing a working DBus daemon

-- 
obus 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] obus packaging branch, master, updated. debian/1.1.2-2-5-gabf78a3

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit abf78a31e6027cec05fdd4d150b7652d4303c5f8
Author: Stephane Glondu 
Date:   Sat Jul 30 13:31:55 2011 +0200

Plugins are no longer built by upstream build system...

diff --git a/debian/libobus-ocaml.install.in b/debian/libobus-ocaml.install.in
index 8e96e4c..3c0e455 100644
--- a/debian/libobus-ocaml.install.in
+++ b/debian/libobus-ocaml.install.in
@@ -1,3 +1,2 @@
 @OCamlStdlibDir@/obus/META
 @OCamlStdlibDir@/obus/*.cma
-DYN: @OCamlStdlibDir@/obus/*.cmxs

-- 
obus 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] obus packaging branch, master, updated. debian/1.1.2-2-5-gabf78a3

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 311f9aa414086e07399b201030d7be1fe5ee93a3
Author: Stephane Glondu 
Date:   Sat Jul 30 13:17:24 2011 +0200

Refresh patches

diff --git 
a/debian/patches/0002-Disable-the-tests-that-need-a-working-dbus-daemon.patch 
b/debian/patches/0001-Disable-the-tests-that-need-a-working-dbus-daemon.patch
similarity index 100%
rename from 
debian/patches/0002-Disable-the-tests-that-need-a-working-dbus-daemon.patch
rename to 
debian/patches/0001-Disable-the-tests-that-need-a-working-dbus-daemon.patch
diff --git a/debian/patches/0001-Fix-for-type-conv-2.3.0.patch 
b/debian/patches/0001-Fix-for-type-conv-2.3.0.patch
deleted file mode 100644
index fe7c455..000
--- a/debian/patches/0001-Fix-for-type-conv-2.3.0.patch
+++ /dev/null
@@ -1,366 +0,0 @@
-From: Nicolas Dandrimont 
-Date: Sat, 11 Jun 2011 23:31:23 +0200
-Subject: Fix for type-conv >= 2.3.0~
-
-The type-conv.syntax module was renamed type-conv

- _oasis   |8 
- _tags|   62 +++---
- setup.ml |6 +++---
- src/META |2 +-
- 4 files changed, 39 insertions(+), 39 deletions(-)
-
-diff --git a/_oasis b/_oasis
-index 2cbf922..a56cd99 100644
 a/_oasis
-+++ b/_oasis
-@@ -61,7 +61,7 @@ Library obus
- OBus_util,
- OBus_xml_parser,
- OBus_config
--  BuildDepends: lwt.unix, lwt.react, lwt.syntax, lwt.syntax.log, 
type-conv.syntax, xmlm
-+  BuildDepends: lwt.unix, lwt.react, lwt.syntax, lwt.syntax.log, type-conv, 
xmlm
-   BuildTools: obus-gen-interface
-   XMETARequires: lwt.unix, lwt.react, xmlm
-   XMETADescription: Pure OCaml implementation of D-Bus
-@@ -86,10 +86,10 @@ Library "obus-syntax"
-   InternalModules: Pa_obus
-   FindlibName: syntax
-   FindlibParent: obus
--  BuildDepends: type-conv.syntax, camlp4.lib, camlp4.quotations.o
-+  BuildDepends: type-conv, camlp4.lib, camlp4.quotations.o
-   CompiledObject: byte
-   XMETAType: syntax
--  XMETARequires: camlp4, type-conv.syntax
-+  XMETARequires: camlp4, type-conv
-   XMETADescription: Syntactic sugars for defining D-Bus errors
- 
- # +---+
-@@ -185,7 +185,7 @@ Executable "obus-gen-interface"
-   Install: true
-   CompiledObject: best
-   MainIs: obus_gen_interface.ml
--  BuildDepends: lwt.unix, lwt.react, lwt.syntax, lwt.syntax.log, 
type-conv.syntax, xmlm, camlp4.quotations.o, camlp4.extend, camlp4.lib
-+  BuildDepends: lwt.unix, lwt.react, lwt.syntax, lwt.syntax.log, type-conv, 
xmlm, camlp4.quotations.o, camlp4.extend, camlp4.lib
- 
- Executable "obus-dump"
-   Path: tools
-diff --git a/_tags b/_tags
-index 8e40807..3880c41 100644
 a/_tags
-+++ b/_tags
-@@ -5,10 +5,10 @@
- : -pa_obus
- 
- # OASIS_START
--# DO NOT EDIT (digest: f199336746b3cb0dc2249cddbc36e0d8)
-+# DO NOT EDIT (digest: 210739cec55f01e17bfec3c9bc0592d3)
- # Executable obus-gen-interface
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -23,7 +23,7 @@
- "bindings/upower/obus-upower.cmxs": use_obus-upower
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -33,7 +33,7 @@
- "src/obus-idl.cmxs": use_obus-idl
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -45,7 +45,7 @@
- "bindings/network-manager/obus-network-manager.cmxs": use_obus-network-manager
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -55,7 +55,7 @@
- "bindings/notification/obus-notification.cmxs": use_obus-notification
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -63,14 +63,14 @@
- # Executable tests
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
- : pkg_lwt.react
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -80,7 +80,7 @@
- "bindings/hal/obus-hal.cmxs": use_obus-hal
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -88,7 +88,7 @@
- # Executable obus-introspect
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -97,7 +97,7 @@
- : use_obus-upower
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -107,7 +107,7 @@
- : use_obus-idl
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg_type-conv
- : pkg_lwt.unix
- : pkg_lwt.syntax.log
- : pkg_lwt.syntax
-@@ -118,7 +118,7 @@
- # Executable bus-functions
- : use_obus
- : pkg_xmlm
--: pkg_type-conv.syntax
-+: pkg

[Pkg-ocaml-maint-commits] [SCM] obus packaging branch, pristine-tar, updated. 0114cd4714720671fabd7120d0947e61e0509726

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 0114cd4714720671fabd7120d0947e61e0509726
Author: Stephane Glondu 
Date:   Sat Jul 30 13:16:01 2011 +0200

pristine-tar data for obus_1.1.3.orig.tar.gz

diff --git a/obus_1.1.3.orig.tar.gz.delta b/obus_1.1.3.orig.tar.gz.delta
new file mode 100644
index 000..d665d9c
Binary files /dev/null and b/obus_1.1.3.orig.tar.gz.delta differ
diff --git a/obus_1.1.3.orig.tar.gz.id b/obus_1.1.3.orig.tar.gz.id
new file mode 100644
index 000..862287a
--- /dev/null
+++ b/obus_1.1.3.orig.tar.gz.id
@@ -0,0 +1 @@
+c057bbc52befe29a8047a3871a5dead9818528ad

-- 
obus 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] obus packaging annotated tag, upstream/1.1.3, created. upstream/1.1.3

2011-07-30 Thread Stephane Glondu
The annotated tag, upstream/1.1.3 has been created
at  817361cc0439cb3c882cc9248f6ae1143191d844 (tag)
   tagging  c057bbc52befe29a8047a3871a5dead9818528ad (commit)
  replaces  upstream/1.1.2
 tagged by  Stephane Glondu
on  Sat Jul 30 13:16:01 2011 +0200

- Shortlog 
Upstream version 1.1.3

Stephane Glondu (1):
  Imported Upstream version 1.1.3

---

-- 
obus 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] obus packaging branch, master, updated. debian/1.1.2-2-6-g4672f26

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 4672f26269668b84b06507ded5d7a9d93d4f14c3
Author: Stephane Glondu 
Date:   Sat Jul 30 16:52:42 2011 +0200

Update upstream repository URLs

diff --git a/debian/watch b/debian/watch
index a1a952c..5502c9f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,5 +2,5 @@ version=3
 opts="uversionmangle=s/rc/~rc/" \
 http://forge.ocamlcore.org/frs/?group_id=26 .*/obus-(.*)\.tar\.gz
 # Upstream darcs repository:
-#   http://darcs.ocamlcore.org/repos/obus
-#   http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=obus
+#   http://forge.ocamlcore.org/anonscm/darcs/obus/obus/
+#   http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=obus/obus

-- 
obus 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] obus packaging branch, master, updated. debian/1.1.2-2-10-g0d0148e

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit fda89cce469f97085658603e43b0dce47d3b8baa
Merge: 4672f26269668b84b06507ded5d7a9d93d4f14c3 
538a762803e1af3c3a9e4968cc6b2b388ef68fda
Author: Stephane Glondu 
Date:   Sat Jul 30 17:17:47 2011 +0200

Merge commit 'upstream/1.1.3'


-- 
obus 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] obus packaging branch, master, updated. debian/1.1.2-2-10-g0d0148e

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit def6450e616081f4177c9fb48f9649b8c8705971
Author: Stephane Glondu 
Date:   Sat Jul 30 17:18:07 2011 +0200

Revert "Plugins are no longer built by upstream build system..."

This reverts commit abf78a31e6027cec05fdd4d150b7652d4303c5f8.

diff --git a/debian/libobus-ocaml.install.in b/debian/libobus-ocaml.install.in
index 3c0e455..8e96e4c 100644
--- a/debian/libobus-ocaml.install.in
+++ b/debian/libobus-ocaml.install.in
@@ -1,2 +1,3 @@
 @OCamlStdlibDir@/obus/META
 @OCamlStdlibDir@/obus/*.cma
+DYN: @OCamlStdlibDir@/obus/*.cmxs

-- 
obus 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] obus packaging branch, master, updated. debian/1.1.2-2-10-g0d0148e

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 0d0148e1d77e515aa413d8b5cb7df9626bd2780f
Author: Stephane Glondu 
Date:   Sat Jul 30 13:19:32 2011 +0200

Update changelog and prepare upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 7ee9dd8..cd03529 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-obus (1.1.3-1) UNRELEASED; urgency=low
+obus (1.1.3-1) unstable; urgency=low
 
   * New upstream release
+- patch applied upstream: Fix-for-type-conv-2.3.0
 
- -- Stéphane Glondu   Sat, 30 Jul 2011 13:16:12 +0200
+ -- Stéphane Glondu   Sat, 30 Jul 2011 17:19:05 +0200
 
 obus (1.1.2-2) unstable; urgency=low
 

-- 
obus 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] obus packaging branch, pristine-tar, updated. 9bede08a849be9866ec4edf67a4fa73ec0af4df0

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 9bede08a849be9866ec4edf67a4fa73ec0af4df0
Author: Stephane Glondu 
Date:   Sat Jul 30 17:16:07 2011 +0200

pristine-tar data for obus_1.1.3.orig.tar.gz

diff --git a/obus_1.1.3.orig.tar.gz.delta b/obus_1.1.3.orig.tar.gz.delta
index d665d9c..2b0620d 100644
Binary files a/obus_1.1.3.orig.tar.gz.delta and b/obus_1.1.3.orig.tar.gz.delta 
differ
diff --git a/obus_1.1.3.orig.tar.gz.id b/obus_1.1.3.orig.tar.gz.id
index 862287a..80ac653 100644
--- a/obus_1.1.3.orig.tar.gz.id
+++ b/obus_1.1.3.orig.tar.gz.id
@@ -1 +1 @@
-c057bbc52befe29a8047a3871a5dead9818528ad
+538a762803e1af3c3a9e4968cc6b2b388ef68fda

-- 
obus 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] obus packaging annotated tag, upstream/1.1.3, updated. upstream/1.1.3

2011-07-30 Thread Stephane Glondu
The annotated tag, upstream/1.1.3 has been updated
to  4efca85df56d3afc1a40c04d72e6af3689089662 (tag)
  from  817361cc0439cb3c882cc9248f6ae1143191d844 (which is now obsolete)
   tagging  538a762803e1af3c3a9e4968cc6b2b388ef68fda (commit)
  replaces  upstream/1.1.2
 tagged by  Stephane Glondu
on  Sat Jul 30 17:16:07 2011 +0200

- Shortlog 
Upstream version 1.1.3

Stephane Glondu (2):
  Imported Upstream version 1.1.3
  Imported Upstream version 1.1.3

---

-- 
obus 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] obus packaging annotated tag, debian/1.1.3-1, created. debian/1.1.3-1

2011-07-30 Thread Stephane Glondu
The annotated tag, debian/1.1.3-1 has been created
at  d76153acceb0102aeae25d0b7c2e0c774683010f (tag)
   tagging  0d0148e1d77e515aa413d8b5cb7df9626bd2780f (commit)
  replaces  debian/1.1.2-2
 tagged by  Stephane Glondu
on  Sat Jul 30 17:28:54 2011 +0200

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

iQIcBAABCgAGBQJONCM2AAoJEHhT2k1JiBrTEFMP/3D0IdWSOEToQnuGSo8CJQuA
l+sBR/o4YZgdCiyZ/sUjpq2xf0xvToj4Qc1Kfw6MSgsxXhIEvMs+Gg9/moRP4D3N
5ucVFfTT6GLF8AQWiXy61osioh2Covpzxs2zgtbVTT/iJaY9/Qcmj6V0iLCSYuKt
D2Mr8rVVUlCuSIOqah1/bLyWpj8pRJYkMZYiQMTBnErC1dLK33QvzYFbfDdYzPRJ
TRT+L9sz7Q+ooEGcuI0LVXj983wloCSgAk9jdLgjQCxzIwFgKdVZlqvqJgtq407y
ov4k1bPVMlfFuzOvcVzwxwuPCTG1luuq7UEl8U7I7u7yvWy/N6DY8185RHYxsdEd
44i47PMCiLWt47El2iwaeU9CeI4PT4Ln/YgNT+gHxHEGp7a+pvhTqmkYiWVjpVJx
32YP2uVcKUaD86d5jpcoOHFvhd0Wf6vMM7PoozMuz2HsDfuG02CrbEM7C0aROK59
RX3UmOKaFeNSWE40imWLsTCduP6GDMVfKSsTBm4k5igq/rjDqvkxvC4E6HrMnzL0
WtfBIv3NiW18hQ5DRRfv79TRB8g6w0UWcueEyBfL0Da9td0ncQBii+wKXlLXi6Zi
uthLAXmn40EAtiP1EUoH4UFXGRsi9aM8QJLoPknwC2IIbPEc4Bq7uOHXs2qVoqdI
amUNZU1YCfEqwiqTUKDQ
=wc8P
-END PGP SIGNATURE-

Stephane Glondu (10):
  Imported Upstream version 1.1.3
  Merge commit 'upstream/1.1.3'
  New upstream release
  Refresh patches
  Plugins are no longer built by upstream build system...
  Update upstream repository URLs
  Imported Upstream version 1.1.3
  Merge commit 'upstream/1.1.3'
  Revert "Plugins are no longer built by upstream build system..."
  Update changelog and prepare upload to unstable

---

-- 
obus 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.2+dfsg-1-5-g4e50563

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit f837bdde1271b65d858a248ff4963b23bb7054da
Merge: 35ca6f687a30c94dd6bcb3ebffdcff1402d7f149 
c6a21a13c8e44bb21cc0c88fc07d91e46276
Author: Stephane Glondu 
Date:   Sat Jul 30 18:15:31 2011 +0200

Merge commit 'upstream/1.0.3'


-- 
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.2+dfsg-1-5-g4e50563

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit e2a8128dae24179c547f719189fec1ef75d0118f
Author: Stephane Glondu 
Date:   Sat Jul 30 18:30:17 2011 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index c3a64ec..a7ed66d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+js-of-ocaml (1.0.3-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Stéphane Glondu   Sat, 30 Jul 2011 18:29:59 +0200
+
 js-of-ocaml (1.0.2+dfsg-1) unstable; urgency=low
 
   * New upstream release

-- 
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.2+dfsg-1-5-g4e50563

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 4e50563a2521c24345c0f745fac50bd73abc1834
Author: Stephane Glondu 
Date:   Sat Jul 30 18:31:19 2011 +0200

Update changelog and prepare upload to unstable

diff --git a/debian/changelog b/debian/changelog
index a7ed66d..bec2bad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-js-of-ocaml (1.0.3-1) UNRELEASED; urgency=low
+js-of-ocaml (1.0.3-1) unstable; urgency=low
 
   * New upstream release
+- do no longer remove examples, update debian/copyright accordingly
 
- -- Stéphane Glondu   Sat, 30 Jul 2011 18:29:59 +0200
+ -- Stéphane Glondu   Sat, 30 Jul 2011 18:31:12 +0200
 
 js-of-ocaml (1.0.2+dfsg-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. cdc4a0d8f9f8842625adedc5646d142b4e6ba11d

2011-07-30 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit cdc4a0d8f9f8842625adedc5646d142b4e6ba11d
Author: Stephane Glondu 
Date:   Sat Jul 30 18:15:31 2011 +0200

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

diff --git a/js-of-ocaml_1.0.3.orig.tar.gz.delta 
b/js-of-ocaml_1.0.3.orig.tar.gz.delta
new file mode 100644
index 000..fc18960
Binary files /dev/null and b/js-of-ocaml_1.0.3.orig.tar.gz.delta differ
diff --git a/js-of-ocaml_1.0.3.orig.tar.gz.id b/js-of-ocaml_1.0.3.orig.tar.gz.id
new file mode 100644
index 000..54d5b89
--- /dev/null
+++ b/js-of-ocaml_1.0.3.orig.tar.gz.id
@@ -0,0 +1 @@
+c6a21a13c8e44bb21cc0c88fc07d91e46276

-- 
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.3-1, created. debian/1.0.3-1

2011-07-30 Thread Stephane Glondu
The annotated tag, debian/1.0.3-1 has been created
at  e7bc7f9187ecc438559ce8d8ebef671281c37a4c (tag)
   tagging  4e50563a2521c24345c0f745fac50bd73abc1834 (commit)
  replaces  debian/1.0.2+dfsg-1
 tagged by  Stephane Glondu
on  Sat Jul 30 18:39:14 2011 +0200

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

iQIcBAABCgAGBQJONDOyAAoJEHhT2k1JiBrTsKwQAJ4jx+8xmGlUuTHs4H9m6iyb
MjpyiFCnea7LJvH15LGPgu8bOZ2JblVehlm19ngS2dpOvTTx8GbDr86J8EYlnPh9
kFmdMowy0p17++AoQq7hs47fLdfbDy5Ta5J27DG6Jttf8nnk20KvMld1+IRW9LFE
A4RwTMjLM/eEPpONzUok75CW4A5AYCjMOmpWw54WRFQmTaELbcIQ245TruLvCGWO
Sg6+roKvU1pbT21mFGtH/M+ugfIeC8fiq56ftb7UmRKbtyfXL/t5eMNLVRq8Yc15
cfpuHm/7fue2vRYm/1MjBvmVagHliDWZCb2Eoy0Ux3IYY9/VmbwodSPCV9WnlQIs
y/2Wx8N6BZeFs/jF95V03d7BtOY05+MGlVmYRA2vln1AdF52FJYXpUqqnLg0VpzJ
TyeCQRn5A1urhTfzjVKslA6GjQ2Aax4m4AVnVgqDn0NwRd+ur1O89bKv0haU+LLC
DYe+X1oua0M4qZ4rUiOpw7PmgUz3SekBiTC/VjbN0ejWDsrAbFIR9mmzFhaB+gRF
NW/VcVAN352e347qm9uzb3FUu1PP6z4MKDOQfR00ROcNGBETEUaQZGzp5uaScWXU
4fgJMFaVv69IhUfwja34HaV3ydlXd6+14B+bMpPOzaRM5L7ssn8qgQn9pFXYy+ID
I6VtC6ZFhS6HurDwmT56
=Zy/c
-END PGP SIGNATURE-

Stephane Glondu (5):
  Imported Upstream version 1.0.3
  Merge commit 'upstream/1.0.3'
  New upstream release
  Update copyright file
  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.3, created. upstream/1.0.3

2011-07-30 Thread Stephane Glondu
The annotated tag, upstream/1.0.3 has been created
at  123c7d07281d8be86074c56040dc900ce9777a21 (tag)
   tagging  c6a21a13c8e44bb21cc0c88fc07d91e46276 (commit)
  replaces  upstream/1.0.2+dfsg
 tagged by  Stephane Glondu
on  Sat Jul 30 18:15:31 2011 +0200

- Shortlog 
Upstream version 1.0.3

Stephane Glondu (1):
  Imported Upstream version 1.0.3

---

-- 
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