[Pkg-ocaml-maint-commits] [SCM] ocaml-dbus packaging branch, master, updated. debian/0.06-1-2-g12cb2d5

2008-08-03 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit 12cb2d59133202c9215b447e40cd574fb78cc962
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sun Aug 3 23:23:42 2008 +0200

Protect pathname using ".

diff --git a/debian/rules b/debian/rules
index 6c52373..59f0b48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,8 +38,8 @@ DEB_MAKE_INSTALL_TARGET  += 
OCAMLDESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
 OCAML_OCAMLDOC_PACKAGES = libdbus-ocaml-dev
 
 clean::
-   $(RM) '$(CURDIR)/debian/libdbus-ocaml-dev.dirs'
-   $(RM) '$(CURDIR)/debian/libdbus-ocaml.dirs'
+   -$(RM) '$(CURDIR)/debian/libdbus-ocaml-dev.dirs'
+   -$(RM) '$(CURDIR)/debian/libdbus-ocaml.dirs'
 
 install/libdbus-ocaml-dev::
mv $(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)/dbus/*.so 
$(DESTDIR)/$(OCAML_DLL_DIR)/

-- 
ocaml-dbus packaging

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


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. 5dc3352edb72f8a2d25c5ac87fe91fef0feb0d0e

2008-08-03 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit 5dc3352edb72f8a2d25c5ac87fe91fef0feb0d0e
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sun Aug 3 23:03:37 2008 +0200

Use correct watch file.

diff --git a/debian/watch b/debian/watch
index 79a00e3..af9ba5b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://code.google.com/p/bitmatch/downloads/list/ocaml-bitmatch-([0-9\.]*).tar.gz

+http://code.google.com/p/bitmatch/downloads/list \
+ http://bitmatch.googlecode.com/files/ocaml-bitmatch-([0-9\.]*).tar.gz

-- 
ocaml-bitmatch packaging

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


[Pkg-ocaml-maint-commits] r5910 - /trunk/packages/lablgtk/trunk/debian/changelog

2008-08-03 Thread gildor
Author: gildor
Date: Sun Aug  3 20:16:53 2008
New Revision: 5910

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5910
Log:
NOT RELEASED YET

Modified:
trunk/packages/lablgtk/trunk/debian/changelog

Modified: trunk/packages/lablgtk/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/changelog?rev=5910&op=diff
==
--- trunk/packages/lablgtk/trunk/debian/changelog (original)
+++ trunk/packages/lablgtk/trunk/debian/changelog Sun Aug  3 20:16:53 2008
@@ -1,3 +1,9 @@
+lablgtk2 (2.10.1-3) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+ -- Sylvain Le Gall <[EMAIL PROTECTED]>  Fri, 23 May 2008 13:06:09 +0200
+
 lablgtk2 (2.10.1-2) unstable; urgency=low
 
   [ Sylvain Le Gall ]


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


[Pkg-ocaml-maint-commits] r5909 - in /trunk/packages/ocaml-benchmark/upstream: ocaml-benchmark_0.6.orig.tar.gz ocaml-benchmark_0.8.orig.tar.gz

2008-08-03 Thread gildor
Author: gildor
Date: Sun Aug  3 20:15:28 2008
New Revision: 5909

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5909
Log:
* New upstream release

Added:
trunk/packages/ocaml-benchmark/upstream/ocaml-benchmark_0.8.orig.tar.gz   
(with props)
Removed:
trunk/packages/ocaml-benchmark/upstream/ocaml-benchmark_0.6.orig.tar.gz

Added: trunk/packages/ocaml-benchmark/upstream/ocaml-benchmark_0.8.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/upstream/ocaml-benchmark_0.8.orig.tar.gz?rev=5909&op=file
==
Binary file - no diff available.

Propchange: 
trunk/packages/ocaml-benchmark/upstream/ocaml-benchmark_0.8.orig.tar.gz
--
svn:mime-type = application/octet-stream


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


[Pkg-ocaml-maint-commits] r5908 - in /trunk/packages/ocaml-benchmark/trunk/debian: changelog control.in patches/00list patches/01destdir.dpatch patches/02gettimeofday.dpatch rules

2008-08-03 Thread gildor
Author: gildor
Date: Sun Aug  3 20:14:36 2008
New Revision: 5908

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5908
Log:
* New upstream version
* Remove debian/control.in
* Remove patch 01destdir, applied upstream
* Apply patch 02gettimeofday, to have a WALL time with a precision better
  than 1 second (replace Unix.time by Unix.gettimeofay)

Added:
trunk/packages/ocaml-benchmark/trunk/debian/patches/02gettimeofday.dpatch   
(with props)
Removed:
trunk/packages/ocaml-benchmark/trunk/debian/control.in
trunk/packages/ocaml-benchmark/trunk/debian/patches/01destdir.dpatch
Modified:
trunk/packages/ocaml-benchmark/trunk/debian/changelog
trunk/packages/ocaml-benchmark/trunk/debian/patches/00list
trunk/packages/ocaml-benchmark/trunk/debian/rules

Modified: trunk/packages/ocaml-benchmark/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/changelog?rev=5908&op=diff
==
--- trunk/packages/ocaml-benchmark/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-benchmark/trunk/debian/changelog Sun Aug  3 20:14:36 
2008
@@ -1,13 +1,17 @@
-ocaml-benchmark (0.6-8) UNRELEASED; urgency=low
+ocaml-benchmark (0.8-1) UNRELEASED; urgency=low
 
   [ Sylvain Le Gall ]
-  * NOT RELEASED YET
+  * New upstream version
+  * Remove debian/control.in
   * Use ocaml 3.10.0-9 for generating .ocamldoc-apiref automatically
+  * Remove patch 01destdir, applied upstream
+  * Apply patch 02gettimeofday, to have a WALL time with a precision better
+than 1 second (replace Unix.time by Unix.gettimeofay)
 
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 
- -- Sylvain Le Gall <[EMAIL PROTECTED]>  Thu, 18 Oct 2007 01:11:04 +0200
+ -- Sylvain Le Gall <[EMAIL PROTECTED]>  Fri,  6 Jun 2008 10:57:25 +0200
 
 ocaml-benchmark (0.6-7) unstable; urgency=low
 

Modified: trunk/packages/ocaml-benchmark/trunk/debian/patches/00list
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/patches/00list?rev=5908&op=diff
==
--- trunk/packages/ocaml-benchmark/trunk/debian/patches/00list (original)
+++ trunk/packages/ocaml-benchmark/trunk/debian/patches/00list Sun Aug  3 
20:14:36 2008
@@ -1,1 +1,1 @@
-01destdir
+02gettimeofday

Added: trunk/packages/ocaml-benchmark/trunk/debian/patches/02gettimeofday.dpatch
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/patches/02gettimeofday.dpatch?rev=5908&op=file
==
--- trunk/packages/ocaml-benchmark/trunk/debian/patches/02gettimeofday.dpatch 
(added)
+++ trunk/packages/ocaml-benchmark/trunk/debian/patches/02gettimeofday.dpatch 
Sun Aug  3 20:14:36 2008
@@ -1,0 +1,41 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02gettimeofday.dpatch by Sylvain Le Gall <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad trunk~/benchmark.ml trunk/benchmark.ml
+--- trunk~/benchmark.ml2007-01-31 16:49:04.0 +
 trunk/benchmark.ml 2008-06-06 09:14:47.0 +
+@@ -44,7 +44,7 @@
+ 
+ let make n =
+   let tms = Unix.times () in
+-  { wall = Unix.time ();
++  { wall = Unix.gettimeofday ();
+ utime = tms.Unix.tms_utime;   stime = tms.Unix.tms_stime;
+ cutime = tms.Unix.tms_cutime; cstime = tms.Unix.tms_cstime;
+ iters = n }
+@@ -90,15 +90,15 @@
+   let f x = sprintf "%*.*f" fwidth fdigits x in
+   match style with
+   | All ->
+-  sprintf "%2.0f WALL (%s usr %s sys + %s cusr %s csys = %s CPU)%s"
+-b.wall (f b.utime) (f b.stime) (f b.cutime) (f b.cstime) (f(pt +. ct))
++  sprintf "%s WALL (%s usr %s sys + %s cusr %s csys = %s CPU)%s"
++(f b.wall) (f b.utime) (f b.stime) (f b.cutime) (f b.cstime) (f(pt +. 
ct))
+ (iter_info pt)
+   | No_child ->
+-  sprintf "%2.0f WALL (%s usr + %s sys = %s CPU)%s"
+-b.wall (f b.utime) (f b.stime) (f pt) (iter_info pt)
++  sprintf "%s WALL (%s usr + %s sys = %s CPU)%s"
++(f b.wall) (f b.utime) (f b.stime) (f pt) (iter_info pt)
+   | No_parent ->
+-  sprintf "%2.0f WALL (%s cusr + %s csys = %s CPU)%s"
+-b.wall (f b.cutime) (f b.cstime) (f ct) (iter_info ct)
++  sprintf "%s WALL (%s cusr + %s csys = %s CPU)%s"
++(f b.wall) (f b.cutime) (f b.cstime) (f ct) (iter_info ct)
+   | Nil -> ""
+   | Auto -> assert false
+ 

Propchange: 
trunk/packages/ocaml-benchmark/trunk/debian/patches/02gettimeofday.dpatch
--
svn:executable = *

Modified: trunk/packages/ocaml-benchmark/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/rul

[Pkg-ocaml-maint-commits] r5907 - /tags/packages/json-wheel/1.0.4-1/

2008-08-03 Thread toots
Author: toots
Date: Sun Aug  3 11:21:37 2008
New Revision: 5907

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5907
Log:
[svn-buildpackage] Tagging json-wheel (1.0.4-1)

Added:
tags/packages/json-wheel/1.0.4-1/
  - copied from r5906, trunk/packages/json-wheel/trunk/


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


[Pkg-ocaml-maint-commits] r5906 - /tags/packages/json-wheel/

2008-08-03 Thread toots
Author: toots
Date: Sun Aug  3 11:21:25 2008
New Revision: 5906

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5906
Log:
Creating json-wheel/ directory.

Added:
tags/packages/json-wheel/


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


[Pkg-ocaml-maint-commits] r5905 - /trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in

2008-08-03 Thread toots
Author: toots
Date: Sun Aug  3 11:17:33 2008
New Revision: 5905

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5905
Log:
Fixed install.in for json-wheel

Modified:
trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in

Modified: 
trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in?rev=5905&op=diff
==
--- trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in 
(original)
+++ trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in 
Sun Aug  3 11:17:33 2008
@@ -1,2 +1,5 @@
-usr/lib/ocaml/@OCamlABI@/json-wheel/*
+usr/lib/ocaml/@OCamlABI@/json-wheel/META
+usr/lib/ocaml/@OCamlABI@/json-wheel/*.a
+usr/lib/ocaml/@OCamlABI@/json-wheel/*.cm*
+usr/lib/ocaml/@OCamlABI@/json-wheel/*.ml*
 usr/bin/jsoncat


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


[Pkg-ocaml-maint-commits] r5904 - in /trunk/packages/json-static/trunk/debian: control control.in

2008-08-03 Thread toots
Author: toots
Date: Sun Aug  3 11:13:29 2008
New Revision: 5904

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5904
Log:
Fixed build-dep and binary-dep on json-wheel for json-static

Modified:
trunk/packages/json-static/trunk/debian/control
trunk/packages/json-static/trunk/debian/control.in

Modified: trunk/packages/json-static/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/debian/control?rev=5904&op=diff
==
--- trunk/packages/json-static/trunk/debian/control (original)
+++ trunk/packages/json-static/trunk/debian/control Sun Aug  3 11:13:29 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
 Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, 
ocaml-findlib, camlp4-extra
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, 
ocaml-findlib, camlp4-extra, libjson-wheel-ocaml-dev
 Standards-Version: 3.8.0
 Homepage: http://martin.jambon.free.fr/json-static.html
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/
@@ -11,7 +11,7 @@
 Package: libjson-static-camlp4-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, camlp4
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, camlp4, 
libjson-wheel-ocaml-dev
 Description: JSON validator and converter for OCaml
  json-static is a tool for converting parsed JSON data 
  with an unchecked structure into specialized OCaml 

Modified: trunk/packages/json-static/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/debian/control.in?rev=5904&op=diff
==
--- trunk/packages/json-static/trunk/debian/control.in (original)
+++ trunk/packages/json-static/trunk/debian/control.in Sun Aug  3 11:13:29 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
 Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
-Build-Depends: @cdbs@, ocaml-findlib, camlp4-extra
+Build-Depends: @cdbs@, ocaml-findlib, camlp4-extra, libjson-wheel-ocaml-dev
 Standards-Version: 3.8.0
 Homepage: http://martin.jambon.free.fr/json-static.html
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/
@@ -11,7 +11,7 @@
 Package: libjson-static-camlp4-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, camlp4
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, camlp4, 
libjson-wheel-ocaml-dev
 Description: JSON validator and converter for OCaml
  json-static is a tool for converting parsed JSON data 
  with an unchecked structure into specialized OCaml 


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