[Pkg-ocaml-maint-commits] r6324 - /trunk/packages/camlpdf/

2009-03-08 Thread toots
Author: toots
Date: Mon Mar  9 02:24:13 2009
New Revision: 6324

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6324
Log:
Moved packaging to git

Removed:
trunk/packages/camlpdf/


___
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] r6316 - in /trunk/packages/json-wheel/trunk/debian: changelog control control.in libjson-wheel-ocaml-dev.install.in rules

2009-03-07 Thread toots
Author: toots
Date: Sat Mar  7 18:37:13 2009
New Revision: 6316

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6316
Log:
Prepared new upstream release..

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

Modified: trunk/packages/json-wheel/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/changelog?rev=6316op=diff
==
--- trunk/packages/json-wheel/trunk/debian/changelog (original)
+++ trunk/packages/json-wheel/trunk/debian/changelog Sat Mar  7 18:37:13 2009
@@ -1,3 +1,11 @@
+json-wheel (1.0.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added build-dep on dh_ocaml.
+  * Updated install files to use new ocaml related variables. 
+
+ -- Romain Beauxis to...@rastageeks.org  Sat, 07 Mar 2009 19:26:58 +0100
+
 json-wheel (1.0.4-4) unstable; urgency=low
 
   * Fixed wrong dh_install call 

Modified: trunk/packages/json-wheel/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control?rev=6316op=diff
==
--- trunk/packages/json-wheel/trunk/debian/control (original)
+++ trunk/packages/json-wheel/trunk/debian/control Sat Mar  7 18:37:13 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org 
 Uploaders: Romain Beauxis to...@rastageeks.org
-Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), ocaml-nox, 
ocaml-findlib, libocamlnet-ocaml-dev
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), ocaml-nox, 
ocaml-findlib, libocamlnet-ocaml-dev, dh-ocaml
 Standards-Version: 3.8.0
 Homepage: http://martin.jambon.free.fr/json-wheel.html
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
@@ -11,7 +11,9 @@
 Package: libjson-wheel-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ocaml-dev, 
${shlibs:Depends}
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, 
+ libocamlnet-ocaml-dev, ${shlibs:Depends},
+ ${misc:Depends}
 Description: OCaml API to JSON data format
  json-wheel provides an API to generate and read JSON
  data from an OCaml program. It maps each types of data

Modified: trunk/packages/json-wheel/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control.in?rev=6316op=diff
==
--- trunk/packages/json-wheel/trunk/debian/control.in (original)
+++ trunk/packages/json-wheel/trunk/debian/control.in Sat Mar  7 18:37:13 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org 
 Uploaders: Romain Beauxis to...@rastageeks.org
-Build-Depends: @cdbs@, ocaml-findlib, libocamlnet-ocaml-dev
+Build-Depends: @cdbs@, ocaml-findlib, libocamlnet-ocaml-dev, dh-ocaml
 Standards-Version: 3.8.0
 Homepage: http://martin.jambon.free.fr/json-wheel.html
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
@@ -11,7 +11,9 @@
 Package: libjson-wheel-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ocaml-dev, 
${shlibs:Depends}
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, 
+ libocamlnet-ocaml-dev, ${shlibs:Depends},
+ ${misc:Depends}
 Description: OCaml API to JSON data format
  json-wheel provides an API to generate and read JSON
  data from an OCaml program. It maps each types of data

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=6316op=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 
Sat Mar  7 18:37:13 2009
@@ -1,3 +1,5 @@
-usr/lib/ocaml/@OCamlABI@/json-wheel/META
-usr/lib/ocaml/@OCamlABI@/json-wheel/*.cm*
-usr/lib/ocaml/@OCamlABI@/json-wheel/*.ml*
+...@ocamlstdlibdir@/json-wheel/META
+...@ocamlstdlibdir@/json-wheel/*.cm*
+...@ocamlstdlibdir@/json-wheel/*.ml*
+OPT: @OCamlStdlibDir@/json-wheel/*.a
+OPT: usr/bin/jsoncat

Modified: trunk/packages/json-wheel/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/rules?rev=6316op=diff

[Pkg-ocaml-maint-commits] r6320 - /trunk/packages/json-wheel/

2009-03-07 Thread toots
Author: toots
Date: Sat Mar  7 19:02:11 2009
New Revision: 6320

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6320
Log:
Moved packaging to git..

Removed:
trunk/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] r6321 - /trunk/packages/json-static/

2009-03-07 Thread toots
Author: toots
Date: Sat Mar  7 19:09:36 2009
New Revision: 6321

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6321
Log:
Moved packaging to git..

Removed:
trunk/packages/json-static/


___
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] r6109 - in /trunk/packages/ocaml-mad: trunk/debian/changelog upstream/ocaml-mad_0.3.4.orig.tar.gz upstream/ocaml-mad_0.3.5.orig.tar.gz

2009-01-04 Thread toots
Author: toots
Date: Sun Jan  4 23:39:01 2009
New Revision: 6109

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6109
Log:
Prepared new upstream release..

Added:
trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.5.orig.tar.gz   (with props)
Removed:
trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.4.orig.tar.gz
Modified:
trunk/packages/ocaml-mad/trunk/debian/changelog

Modified: trunk/packages/ocaml-mad/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk/debian/changelog?rev=6109op=diff
==
--- trunk/packages/ocaml-mad/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-mad/trunk/debian/changelog Sun Jan  4 23:39:01 2009
@@ -1,3 +1,9 @@
+ocaml-mad (0.3.5-1) experimental; urgency=low
+
+  * New upstream release. 
+
+ -- Romain Beauxis to...@rastageeks.org  Mon, 05 Jan 2009 00:30:46 +0100
+
 ocaml-mad (0.3.4-3) experimental; urgency=low
 
   * New upload to experimental to build against ocaml 3.11.

Added: trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.5.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.5.orig.tar.gz?rev=6109op=file
==
Binary file - no diff available.

Propchange: trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.5.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] r6110 - /tags/packages/ocaml-mad/0.3.5-1/

2009-01-04 Thread toots
Author: toots
Date: Sun Jan  4 23:42:53 2009
New Revision: 6110

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6110
Log:
[svn-buildpackage] Tagging ocaml-mad (0.3.5-1)

Added:
tags/packages/ocaml-mad/0.3.5-1/
  - copied from r6109, trunk/packages/ocaml-mad/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] r6103 - in /trunk/packages/lablgl/trunk/debian: changelog control

2008-12-16 Thread toots
Author: toots
Date: Wed Dec 17 00:38:55 2008
New Revision: 6103

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6103
Log:
Prepared fixed upload for experimental..

Modified:
trunk/packages/lablgl/trunk/debian/changelog
trunk/packages/lablgl/trunk/debian/control

Modified: trunk/packages/lablgl/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgl/trunk/debian/changelog?rev=6103op=diff
==
--- trunk/packages/lablgl/trunk/debian/changelog (original)
+++ trunk/packages/lablgl/trunk/debian/changelog Wed Dec 17 00:38:55 2008
@@ -1,3 +1,10 @@
+lablgl (1.03-4) experimental; urgency=low
+
+  * Fixed versioning of camlp4 to force resolution against ocaml 3.11
+on experimental.
+
+ -- Romain Beauxis to...@rastageeks.org  Wed, 17 Dec 2008 01:37:31 +0100
+
 lablgl (1.03-3) experimental; urgency=low
 
   * Upload to experimental to build against ocaml 3.11.

Modified: trunk/packages/lablgl/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgl/trunk/debian/control?rev=6103op=diff
==
--- trunk/packages/lablgl/trunk/debian/control (original)
+++ trunk/packages/lablgl/trunk/debian/control Wed Dec 17 00:38:55 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Sven Luther lut...@debian.org, Samuel Mimram 
smim...@debian.org, Julien Cristau julien.cris...@ens-lyon.org, Sylvain Le 
Gall gil...@debian.org, Ralf Treinen trei...@debian.org
-Build-Depends: debhelper (= 4.0), ocaml (= 3.11.0-1), tcl8.4-dev, tk8.4-dev, 
xlibmesa-gl-dev|libgl-dev, libglu1-xorg-dev|libglu-dev, freeglut3-dev, x-dev, 
libxmu-dev, libx11-dev, dpatch, dpkg-dev (= 1.13.19), docbook-xml (= 4.4), 
docbook-xsl, libxml2-utils, xsltproc, camlp4 (= 3.10.0), dh-ocaml
+Build-Depends: debhelper (= 4.0), ocaml (= 3.11.0-1), tcl8.4-dev, tk8.4-dev, 
xlibmesa-gl-dev|libgl-dev, libglu1-xorg-dev|libglu-dev, freeglut3-dev, x-dev, 
libxmu-dev, libx11-dev, dpatch, dpkg-dev (= 1.13.19), docbook-xml (= 4.4), 
docbook-xsl, libxml2-utils, xsltproc, camlp4 (= 3.11.0), dh-ocaml
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/lablgl/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgl/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] r6101 - in /trunk/packages/lablgl/trunk/debian: changelog control

2008-12-15 Thread toots
Author: toots
Date: Mon Dec 15 16:39:57 2008
New Revision: 6101

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6101
Log:
Prepared next upload..

Modified:
trunk/packages/lablgl/trunk/debian/changelog
trunk/packages/lablgl/trunk/debian/control

Modified: trunk/packages/lablgl/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgl/trunk/debian/changelog?rev=6101op=diff
==
--- trunk/packages/lablgl/trunk/debian/changelog (original)
+++ trunk/packages/lablgl/trunk/debian/changelog Mon Dec 15 16:39:57 2008
@@ -1,8 +1,10 @@
-lablgl (1.03-3) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Ralf Treinen trei...@debian.org  Mon, 07 Apr 2008 20:55:08 +0200
+lablgl (1.03-3) experimental; urgency=low
+
+  * Upload to experimental to build against ocaml 3.11.
+  * Versioned build-dep on ocaml to avoid confusion. 
+  * Added build-dep on dh-ocaml (needs the file ocaml-docbase-template.txt).
+
+ -- Romain Beauxis to...@rastageeks.org  Mon, 15 Dec 2008 17:12:48 +0100
 
 lablgl (1.03-2) experimental; urgency=low
 

Modified: trunk/packages/lablgl/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgl/trunk/debian/control?rev=6101op=diff
==
--- trunk/packages/lablgl/trunk/debian/control (original)
+++ trunk/packages/lablgl/trunk/debian/control Mon Dec 15 16:39:57 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Sven Luther lut...@debian.org, Samuel Mimram 
smim...@debian.org, Julien Cristau julien.cris...@ens-lyon.org, Sylvain Le 
Gall gil...@debian.org, Ralf Treinen trei...@debian.org
-Build-Depends: debhelper (= 4.0), ocaml (= 3.10.0-8), tcl8.4-dev, tk8.4-dev, 
xlibmesa-gl-dev|libgl-dev, libglu1-xorg-dev|libglu-dev, freeglut3-dev, x-dev, 
libxmu-dev, libx11-dev, dpatch, dpkg-dev (= 1.13.19), docbook-xml (= 4.4), 
docbook-xsl, libxml2-utils, xsltproc, camlp4 (= 3.10.0)
+Build-Depends: debhelper (= 4.0), ocaml (= 3.11.0-1), tcl8.4-dev, tk8.4-dev, 
xlibmesa-gl-dev|libgl-dev, libglu1-xorg-dev|libglu-dev, freeglut3-dev, x-dev, 
libxmu-dev, libx11-dev, dpatch, dpkg-dev (= 1.13.19), docbook-xml (= 4.4), 
docbook-xsl, libxml2-utils, xsltproc, camlp4 (= 3.10.0), dh-ocaml
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/lablgl/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgl/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] r6102 - /tags/packages/lablgl/1.03-3/

2008-12-15 Thread toots
Author: toots
Date: Mon Dec 15 16:42:38 2008
New Revision: 6102

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6102
Log:
[svn-buildpackage] Tagging lablgl (1.03-3)

Added:
tags/packages/lablgl/1.03-3/
  - copied from r6101, trunk/packages/lablgl/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] r6099 - in /trunk/packages/ocaml-xmlplaylist/trunk/debian: changelog control control.in libxmlplaylist-ocaml-dev.install.in rules watch

2008-12-14 Thread toots
Author: toots
Date: Mon Dec 15 00:43:58 2008
New Revision: 6099

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6099
Log:
Prepared next upload..

Added:
trunk/packages/ocaml-xmlplaylist/trunk/debian/control
trunk/packages/ocaml-xmlplaylist/trunk/debian/control.in   (contents, props 
changed)
  - copied, changed from r6098, 
trunk/packages/ocaml-xmlplaylist/trunk/debian/control
trunk/packages/ocaml-xmlplaylist/trunk/debian/watch
Modified:
trunk/packages/ocaml-xmlplaylist/trunk/debian/changelog

trunk/packages/ocaml-xmlplaylist/trunk/debian/libxmlplaylist-ocaml-dev.install.in
trunk/packages/ocaml-xmlplaylist/trunk/debian/rules

Modified: trunk/packages/ocaml-xmlplaylist/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-xmlplaylist/trunk/debian/changelog?rev=6099op=diff
==
--- trunk/packages/ocaml-xmlplaylist/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-xmlplaylist/trunk/debian/changelog Mon Dec 15 00:43:58 
2008
@@ -1,3 +1,14 @@
+ocaml-xmlplaylist (0.1.1-2) experimental; urgency=low
+
+  * New upload to experimental to build against ocaml 3.11.
+  * Versioned ocaml-related build-dep to avoid confusion.
+  * Switched to cdbs
+  * Added dh-ocaml to build-deps.
+  * Updated standards to 3.8.0.
+  * Added watch file.
+
+ -- Romain Beauxis to...@rastageeks.org  Mon, 15 Dec 2008 01:38:10 +0100
+
 ocaml-xmlplaylist (0.1.1-1) unstable; urgency=low
 
   [ Stefano Zacchiroli ]

Added: trunk/packages/ocaml-xmlplaylist/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-xmlplaylist/trunk/debian/control?rev=6099op=file
==
--- trunk/packages/ocaml-xmlplaylist/trunk/debian/control (added)
+++ trunk/packages/ocaml-xmlplaylist/trunk/debian/control Mon Dec 15 00:43:58 
2008
@@ -1,0 +1,24 @@
+Source: ocaml-xmlplaylist
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
+Uploaders: Samuel Mimram smim...@debian.org, Romain Beauxis 
to...@rastageeks.org
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 4.2.0), ocaml-nox (= 
3.11.0-1), ocaml-findlib (= 1.2.3), libxml-light-ocaml-dev (= 2.2-10), 
dh-ocaml
+Standards-Version: 3.8.0
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-xmlplaylist/trunk
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-xmlplaylist/trunk/
+
+Package: libxmlplaylist-ocaml-dev
+Section: libdevel
+Architecture: any
+Homepage: http://savonet.sourceforge.net/
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libxml-light-ocaml-dev, 
${misc:Depends}
+Description: Playlist parser for various xml formats
+ This module implements basic playlist parsing
+ for various xml formats.
+ .
+ Currently supported formats are:
+  * podcast (rss)
+  * xspf
+  * smil
+  * asx

Copied: trunk/packages/ocaml-xmlplaylist/trunk/debian/control.in (from r6098, 
trunk/packages/ocaml-xmlplaylist/trunk/debian/control)
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-xmlplaylist/trunk/debian/control.in?rev=6099op=diff
==
--- trunk/packages/ocaml-xmlplaylist/trunk/debian/control (original)
+++ trunk/packages/ocaml-xmlplaylist/trunk/debian/control.in Mon Dec 15 
00:43:58 2008
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Samuel Mimram smim...@debian.org, Romain Beauxis 
to...@rastageeks.org
-Build-Depends: debhelper (= 4.2.0), ocaml-nox (= 3.10), ocaml-findlib, 
libxml-light-ocaml-dev
-Standards-Version: 3.7.3
+Build-Depends: @cdbs@, ocaml-findlib, libxml-light-ocaml-dev, dh-ocaml
+Standards-Version: 3.8.0
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-xmlplaylist/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-xmlplaylist/trunk/
 
@@ -12,7 +12,7 @@
 Section: libdevel
 Architecture: any
 Homepage: http://savonet.sourceforge.net/
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libxml-light-ocaml-dev
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libxml-light-ocaml-dev, 
${misc:Depends}
 Description: Playlist parser for various xml formats
  This module implements basic playlist parsing
  for various xml formats.

Propchange: trunk/packages/ocaml-xmlplaylist/trunk/debian/control.in
--
svn:mergeinfo = 

Modified: 
trunk/packages/ocaml-xmlplaylist/trunk/debian/libxmlplaylist-ocaml-dev.install.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-xmlplaylist/trunk/debian/libxmlplaylist-ocaml-dev.install.in?rev=6099op=diff
==
--- 
trunk/packages

[Pkg-ocaml-maint-commits] r6100 - /tags/packages/ocaml-xmlplaylist/0.1.1-2/

2008-12-14 Thread toots
Author: toots
Date: Mon Dec 15 00:47:00 2008
New Revision: 6100

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6100
Log:
[svn-buildpackage] Tagging ocaml-xmlplaylist (0.1.1-2)

Added:
tags/packages/ocaml-xmlplaylist/0.1.1-2/
  - copied from r6099, trunk/packages/ocaml-xmlplaylist/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] r6059 - /tags/packages/ocaml-magic/0.7.3-3/

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 21:15:09 2008
New Revision: 6059

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6059
Log:
[svn-buildpackage] Tagging ocaml-magic (0.7.3-3)

Added:
tags/packages/ocaml-magic/0.7.3-3/
  - copied from r6058, trunk/packages/ocaml-magic/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] r6060 - /trunk/packages/ocaml-magic/trunk/debian/changelog

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 21:17:35 2008
New Revision: 6060

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6060
Log:
Fixed typo

Modified:
trunk/packages/ocaml-magic/trunk/debian/changelog

Modified: trunk/packages/ocaml-magic/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/changelog?rev=6060op=diff
==
--- trunk/packages/ocaml-magic/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-magic/trunk/debian/changelog Sat Dec 13 21:17:35 2008
@@ -1,4 +1,4 @@
-ocaml-magic (0.7.3-3) experiemental; urgency=low
+ocaml-magic (0.7.3-3) experimental; urgency=low
 
   * New upload to build against released 3.11
   * Updated ocaml-related build-deps.


___
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] r6063 - in /trunk/packages/ocaml-magic/trunk/debian: control control.in

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 21:24:30 2008
New Revision: 6063

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6063
Log:
Added minor fixes, thks to lintian..

Modified:
trunk/packages/ocaml-magic/trunk/debian/control
trunk/packages/ocaml-magic/trunk/debian/control.in

Modified: trunk/packages/ocaml-magic/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/control?rev=6063op=diff
==
--- trunk/packages/ocaml-magic/trunk/debian/control (original)
+++ trunk/packages/ocaml-magic/trunk/debian/control Sat Dec 13 21:24:30 2008
@@ -12,7 +12,7 @@
 Package: libmagic-ocaml
 Architecture: any
 Section: libs
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml bindings for the File type determination library
  Libmagic is a library for classifying files according to magic number tests.
  This package provides OCaml interface to the C library.
@@ -22,7 +22,7 @@
 Package: libmagic-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libmagic-dev, libmagic-ocaml (= 
${binary:Version})
+Depends: ocaml-nox-${F:OCamlABI}, libmagic-dev, libmagic-ocaml (= 
${binary:Version}), ${misc:Depends}
 Description: OCaml bindings for the File type determination library
  Libmagic is a library for classifying files according to magic number tests.
  This package provides OCaml interface to the C library.

Modified: trunk/packages/ocaml-magic/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/control.in?rev=6063op=diff
==
--- trunk/packages/ocaml-magic/trunk/debian/control.in (original)
+++ trunk/packages/ocaml-magic/trunk/debian/control.in Sat Dec 13 21:24:30 2008
@@ -12,7 +12,7 @@
 Package: libmagic-ocaml
 Architecture: any
 Section: libs
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml bindings for the File type determination library
  Libmagic is a library for classifying files according to magic number tests.
  This package provides OCaml interface to the C library.
@@ -22,7 +22,7 @@
 Package: libmagic-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libmagic-dev, libmagic-ocaml (= 
${binary:Version})
+Depends: ocaml-nox-${F:OCamlABI}, libmagic-dev, libmagic-ocaml (= 
${binary:Version}), ${misc:Depends}
 Description: OCaml bindings for the File type determination library
  Libmagic is a library for classifying files according to magic number tests.
  This package provides OCaml interface to the C library.


___
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] r6069 - /tags/packages/ocaml-ao/0.1.9-2/

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 21:52:04 2008
New Revision: 6069

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6069
Log:
[svn-buildpackage] Tagging ocaml-ao (0.1.9-2)

Added:
tags/packages/ocaml-ao/0.1.9-2/
  - copied from r6068, trunk/packages/ocaml-ao/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] r6070 - in /trunk/packages/ocaml-ao/trunk/debian: control control.in

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 21:55:30 2008
New Revision: 6070

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6070
Log:
Added missing build-dep

Modified:
trunk/packages/ocaml-ao/trunk/debian/control
trunk/packages/ocaml-ao/trunk/debian/control.in

Modified: trunk/packages/ocaml-ao/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk/debian/control?rev=6070op=diff
==
--- trunk/packages/ocaml-ao/trunk/debian/control (original)
+++ trunk/packages/ocaml-ao/trunk/debian/control Sat Dec 13 21:55:30 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Samuel Mimram smim...@debian.org, Romain Beauxis 
to...@rastageeks.org
-Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 4.2.0), ocaml-nox (= 
3.11.0-1), libao-dev, ocaml-findlib (= 1.2.3), pkg-config
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 4.2.0), ocaml-nox (= 
3.11.0-1), libao-dev, ocaml-findlib (= 1.2.3), pkg-config, dh-ocaml
 Standards-Version: 3.8.0
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk

Modified: trunk/packages/ocaml-ao/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk/debian/control.in?rev=6070op=diff
==
--- trunk/packages/ocaml-ao/trunk/debian/control.in (original)
+++ trunk/packages/ocaml-ao/trunk/debian/control.in Sat Dec 13 21:55:30 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Samuel Mimram smim...@debian.org, Romain Beauxis 
to...@rastageeks.org
-Build-Depends: @cdbs@, libao-dev, ocaml-findlib (= 1.2.3), pkg-config
+Build-Depends: @cdbs@, libao-dev, ocaml-findlib (= 1.2.3), pkg-config, 
dh-ocaml
 Standards-Version: 3.8.0
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ao/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-ao/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] r6071 - /tags/packages/ocaml-ao/0.1.9-2/

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 21:57:33 2008
New Revision: 6071

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6071
Log:
[svn-buildpackage] Removing old tag ocaml-ao-0.1.9-2

Removed:
tags/packages/ocaml-ao/0.1.9-2/


___
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] r6078 - in /trunk/packages/ocaml-dtools/trunk/debian: changelog control control.in libdtools-ocaml-dev.install.in rules

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 22:26:21 2008
New Revision: 6078

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6078
Log:
Prepared next upload..

Added:
trunk/packages/ocaml-dtools/trunk/debian/control
trunk/packages/ocaml-dtools/trunk/debian/control.in   (contents, props 
changed)
  - copied, changed from r6077, 
trunk/packages/ocaml-dtools/trunk/debian/control
Modified:
trunk/packages/ocaml-dtools/trunk/debian/changelog
trunk/packages/ocaml-dtools/trunk/debian/libdtools-ocaml-dev.install.in
trunk/packages/ocaml-dtools/trunk/debian/rules

Modified: trunk/packages/ocaml-dtools/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/debian/changelog?rev=6078op=diff
==
--- trunk/packages/ocaml-dtools/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-dtools/trunk/debian/changelog Sat Dec 13 22:26:21 2008
@@ -1,3 +1,13 @@
+ocaml-dtools (0.1.6-2) experimental; urgency=low
+
+  * New upload to experimental to build against ocaml 3.11.
+  * Versioned ocaml-related build-dep to avoid confusion.
+  * Switched to cdbs
+  * Added dh-ocaml to build-deps.
+  * Updated standards to 3.8.0.
+
+ -- Romain Beauxis to...@rastageeks.org  Sat, 13 Dec 2008 23:19:31 +0100
+
 ocaml-dtools (0.1.6-1) unstable; urgency=low
 
   [ Stefano Zacchiroli ] 

Added: trunk/packages/ocaml-dtools/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/debian/control?rev=6078op=file
==
--- trunk/packages/ocaml-dtools/trunk/debian/control (added)
+++ trunk/packages/ocaml-dtools/trunk/debian/control Sat Dec 13 22:26:21 2008
@@ -1,0 +1,22 @@
+Source: ocaml-dtools
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
+Uploaders: Romain Beauxis to...@rastageeks.org, Samuel Mimram 
smim...@debian.org
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 4.2.0), ocaml-nox (= 
3.11.0-1), ocaml-findlib (= 1.2.3), dh-ocaml
+Standards-Version: 3.8.0
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/
+
+Package: libdtools-ocaml-dev
+Section: libdevel
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${misc:Depends}
+Description: library for writing daemons in OCaml
+ dtools is a set of useful functions for writing daemon services in OCaml.
+ .
+ It includes support for:
+  * configuration options
+  * logging
+  * detaching and writing PID file
+  * start-up and shutdown task manager

Copied: trunk/packages/ocaml-dtools/trunk/debian/control.in (from r6077, 
trunk/packages/ocaml-dtools/trunk/debian/control)
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/debian/control.in?rev=6078op=diff
==
--- trunk/packages/ocaml-dtools/trunk/debian/control (original)
+++ trunk/packages/ocaml-dtools/trunk/debian/control.in Sat Dec 13 22:26:21 2008
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Romain Beauxis to...@rastageeks.org, Samuel Mimram 
smim...@debian.org
-Build-Depends: debhelper (= 4.2.0), ocaml-nox (= 3.10), ocaml-findlib
-Standards-Version: 3.7.3
+Build-Depends: @cdbs@, ocaml-findlib, dh-ocaml
+Standards-Version: 3.8.0
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/
 
 Package: libdtools-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${misc:Depends}
 Description: library for writing daemons in OCaml
  dtools is a set of useful functions for writing daemon services in OCaml.
  .

Propchange: trunk/packages/ocaml-dtools/trunk/debian/control.in
--
svn:mergeinfo = 

Modified: 
trunk/packages/ocaml-dtools/trunk/debian/libdtools-ocaml-dev.install.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/debian/libdtools-ocaml-dev.install.in?rev=6078op=diff
==
--- trunk/packages/ocaml-dtools/trunk/debian/libdtools-ocaml-dev.install.in 
(original)
+++ trunk/packages/ocaml-dtools/trunk/debian/libdtools-ocaml-dev.install.in Sat 
Dec 13 22:26:21 2008
@@ -1,4 +1,1 @@
-usr/lib/ocaml/@OCamlABI@/dtools/META
-usr/lib/ocaml/@OCamlABI@/dtools/*.cm*
-usr/lib/ocaml/@OCamlABI@/dtools/*.ml*
-usr/lib/ocaml/@OCamlABI@/dtools/*.a
+src/META src/*.a src/*.cm* usr/lib/ocaml/@OCamlABI@/dtools

Modified: trunk

[Pkg-ocaml-maint-commits] r6079 - /tags/packages/ocaml-dtools/0.1.6-2/

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 22:26:39 2008
New Revision: 6079

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6079
Log:
[svn-buildpackage] Tagging ocaml-dtools (0.1.6-2)

Added:
tags/packages/ocaml-dtools/0.1.6-2/
  - copied from r6078, trunk/packages/ocaml-dtools/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] r6082 - in /trunk/packages/ocaml-mad/trunk/debian: changelog control control.in libmad-ocaml-dev.install.in libmad-ocaml.install.in rules

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 22:42:28 2008
New Revision: 6082

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6082
Log:
Prepared next upload..

Added:
trunk/packages/ocaml-mad/trunk/debian/control
trunk/packages/ocaml-mad/trunk/debian/control.in   (contents, props changed)
  - copied, changed from r6057, 
trunk/packages/ocaml-mad/trunk/debian/control
Modified:
trunk/packages/ocaml-mad/trunk/debian/changelog
trunk/packages/ocaml-mad/trunk/debian/libmad-ocaml-dev.install.in
trunk/packages/ocaml-mad/trunk/debian/libmad-ocaml.install.in
trunk/packages/ocaml-mad/trunk/debian/rules

Modified: trunk/packages/ocaml-mad/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk/debian/changelog?rev=6082op=diff
==
--- trunk/packages/ocaml-mad/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-mad/trunk/debian/changelog Sat Dec 13 22:42:28 2008
@@ -1,3 +1,13 @@
+ocaml-mad (0.3.4-3) experimental; urgency=low
+
+  * New upload to experimental to build against ocaml 3.11.
+  * Versioned ocaml-related build-dep to avoid confusion.
+  * Switched to cdbs
+  * Added dh-ocaml to build-deps.
+  * Updated standards to 3.8.0.
+
+ -- Romain Beauxis to...@rastageeks.org  Sat, 13 Dec 2008 23:37:47 +0100
+
 ocaml-mad (0.3.4-2) unstable; urgency=low
 
   * Upload to unstable now that the transition is over.

Added: trunk/packages/ocaml-mad/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk/debian/control?rev=6082op=file
==
--- trunk/packages/ocaml-mad/trunk/debian/control (added)
+++ trunk/packages/ocaml-mad/trunk/debian/control Sat Dec 13 22:42:28 2008
@@ -1,0 +1,44 @@
+Source: ocaml-mad
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
+Uploaders: Romain Beauxis to...@rastageeks.org, Samuel Mimram 
smim...@debian.org 
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 4.2.0), ocaml-nox (= 
3.11.0-1), libmad0-dev, ocaml-findlib (= 1.2.3), pkg-config, dh-ocaml
+Standards-Version: 3.8.0
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk/
+
+Package: libmad-ocaml
+Section: libs
+Architecture: any
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Description: OCaml bindings for the MAD library
+ This OCaml library interfaces the MAD C library to decode MPEG files.
+ The MAD library currently only supports the MPEG 1 standard, but fully
+ implements all three audio layers (Layer I, Layer II, and Layer III, the
+ latter often colloquially known as MP3.)
+ .
+ MAD has the following special features:
+   - 100% fixed-point (integer) computation
+   - completely new implementation based on the ISO/IEC 11172-3 standard
+   - distributed under the terms of the GNU General Public License (GPL)
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libmad-ocaml-dev
+Section: libdevel
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABI}, libmad0-dev, libmad-ocaml (= 
${binary:Version}), ${misc:Depends}
+Description: OCaml bindings for the MAD library
+ This OCaml library interfaces the MAD C library to decode MPEG files.
+ The MAD library currently only supports the MPEG 1 standard, but fully
+ implements all three audio layers (Layer I, Layer II, and Layer III, the
+ latter often colloquially known as MP3.)
+ .
+ MAD has the following special features:
+   - 100% fixed-point (integer) computation
+   - completely new implementation based on the ISO/IEC 11172-3 standard
+   - distributed under the terms of the GNU General Public License (GPL)
+ .
+ This package contains all the development stuff you need to use ocaml-mad
+ in your programs.

Copied: trunk/packages/ocaml-mad/trunk/debian/control.in (from r6057, 
trunk/packages/ocaml-mad/trunk/debian/control)
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk/debian/control.in?rev=6082op=diff
==
--- trunk/packages/ocaml-mad/trunk/debian/control (original)
+++ trunk/packages/ocaml-mad/trunk/debian/control.in Sat Dec 13 22:42:28 2008
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Romain Beauxis to...@rastageeks.org, Samuel Mimram 
smim...@debian.org 
-Build-Depends: debhelper ( 4.0.0), dpkg-dev (= 1.13.19), libmad0-dev, 
ocaml-nox (= 3.10), ocaml-findlib, pkg-config
-Standards-Version: 3.7.3
+Build-Depends: @cdbs@, libmad0-dev, ocaml-findlib, pkg-config, dh-ocaml
+Standards-Version: 3.8.0
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk
 Vcs-Browser: 
http

[Pkg-ocaml-maint-commits] r6083 - /tags/packages/ocaml-mad/0.3.4-3/

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 22:42:50 2008
New Revision: 6083

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6083
Log:
[svn-buildpackage] Tagging ocaml-mad (0.3.4-3)

Added:
tags/packages/ocaml-mad/0.3.4-3/
  - copied from r6082, trunk/packages/ocaml-mad/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] r6085 - /tags/packages/ocaml-ogg/0.2.0-2/

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 22:53:16 2008
New Revision: 6085

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6085
Log:
[svn-buildpackage] Tagging ocaml-ogg (0.2.0-2)

Added:
tags/packages/ocaml-ogg/0.2.0-2/
  - copied from r6084, trunk/packages/ocaml-ogg/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] r6089 - /tags/packages/ocaml-taglib/0.1.2-2/

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 23:06:27 2008
New Revision: 6089

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6089
Log:
[svn-buildpackage] Tagging ocaml-taglib (0.1.2-2)

Added:
tags/packages/ocaml-taglib/0.1.2-2/
  - copied from r6088, trunk/packages/ocaml-taglib/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] r6090 - in /trunk/packages/camomile/trunk/debian: changelog control control.in

2008-12-13 Thread toots
Author: toots
Date: Sat Dec 13 23:37:31 2008
New Revision: 6090

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6090
Log:
Prepared upload to experimental.

Modified:
trunk/packages/camomile/trunk/debian/changelog
trunk/packages/camomile/trunk/debian/control
trunk/packages/camomile/trunk/debian/control.in

Modified: trunk/packages/camomile/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camomile/trunk/debian/changelog?rev=6090op=diff
==
--- trunk/packages/camomile/trunk/debian/changelog (original)
+++ trunk/packages/camomile/trunk/debian/changelog Sat Dec 13 23:37:31 2008
@@ -1,13 +1,17 @@
-camomile (0.7.1-4) UNRELEASED; urgency=low
+camomile (0.7.1-4) experimental; urgency=low
 
   [ Sylvain Le Gall ]
-  * NOT RELEASED YET
   * Use ocaml 3.10.0-9 for generating .ocamldoc-apiref automatically
 
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 
- -- Sylvain Le Gall gil...@debian.org  Thu, 18 Oct 2007 01:08:43 +0200
+  [ Romain Beauxis ]
+  * Upload to experimental to build against ocaml 3.11
+  * Versioned ocaml-relared build-deps to avoid confusion. 
+  * Added build-dep on dh-ocaml.
+
+ -- Romain Beauxis to...@rastageeks.org  Sun, 14 Dec 2008 00:11:29 +0100
 
 camomile (0.7.1-3) unstable; urgency=low
 

Modified: trunk/packages/camomile/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camomile/trunk/debian/control?rev=6090op=diff
==
--- trunk/packages/camomile/trunk/debian/control (original)
+++ trunk/packages/camomile/trunk/debian/control Sat Dec 13 23:37:31 2008
@@ -2,8 +2,8 @@
 Section: libdevel
 Priority: optional
 Maintainer: Sylvain Le Gall gil...@debian.org
-Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), dpatch, ocaml-nox (= 
3.10.0-9), po4a, docbook-xml (= 4.4), docbook-xsl, libxml2-utils, xsltproc, 
ocaml-findlib (= 1.1.2pl1-4), dpkg-dev (= 1.13.19),
- camlp4 (= 3.10.0-4)
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), dpatch, ocaml-nox (= 
3.11.0-1), po4a, docbook-xml (= 4.4), docbook-xsl, libxml2-utils, xsltproc, 
ocaml-findlib (= 1.2.3), dpkg-dev (= 1.13.19), dh-ocaml, 
+ camlp4 (= 3.11.0-1)
 Standards-Version: 3.7.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/camomile/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camomile/trunk/

Modified: trunk/packages/camomile/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camomile/trunk/debian/control.in?rev=6090op=diff
==
--- trunk/packages/camomile/trunk/debian/control.in (original)
+++ trunk/packages/camomile/trunk/debian/control.in Sat Dec 13 23:37:31 2008
@@ -2,8 +2,8 @@
 Section: libdevel
 Priority: optional
 Maintainer: Sylvain Le Gall gil...@debian.org
-Build-Depends: @cdbs@, ocaml-findlib (= 1.1.2pl1-4), dpkg-dev (= 1.13.19),
- camlp4 (= 3.10.0-4)
+Build-Depends: @cdbs@, ocaml-findlib (= 1.2.3), dpkg-dev (= 1.13.19), 
dh-ocaml, 
+ camlp4 (= 3.11.0-1)
 Standards-Version: 3.7.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/camomile/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camomile/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] r6049 - in /trunk/packages/ocaml-magic/trunk/debian: changelog control control.in

2008-12-02 Thread toots
Author: toots
Date: Tue Dec  2 13:25:16 2008
New Revision: 6049

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6049
Log:
Prepared upload to experimental..

Modified:
trunk/packages/ocaml-magic/trunk/debian/changelog
trunk/packages/ocaml-magic/trunk/debian/control
trunk/packages/ocaml-magic/trunk/debian/control.in

Modified: trunk/packages/ocaml-magic/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/changelog?rev=6049op=diff
==
--- trunk/packages/ocaml-magic/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-magic/trunk/debian/changelog Tue Dec  2 13:25:16 2008
@@ -1,3 +1,12 @@
+ocaml-magic (0.7.3-2) experimental; urgency=low
+
+  * Upload to experimental to build against 3.11
+  * Versioned ocaml related build-dep to avoid confusion
+  * Added dh-ocaml to build-dep
+  * Bumped standards version (no change needed)
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Tue, 02 Dec 2008 14:21:02 +0100
+
 ocaml-magic (0.7.3-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/packages/ocaml-magic/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/control?rev=6049op=diff
==
--- trunk/packages/ocaml-magic/trunk/debian/control (original)
+++ trunk/packages/ocaml-magic/trunk/debian/control Tue Dec  2 13:25:16 2008
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
 Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
-Build-Depends: cdbs (= 0.4.23), debhelper (= 5), ocaml-nox, libmagic-dev, 
ocaml-findlib
-Standards-Version: 3.7.3
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), ocaml-nox (= 
3.11.0~beta1-1), libmagic-dev, ocaml-findlib (= 1.2.1-6), dh-ocaml
+Standards-Version: 3.8.0
 Homepage: http://sourceforge.net/projects/ocaml-magic/
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/

Modified: trunk/packages/ocaml-magic/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/control.in?rev=6049op=diff
==
--- trunk/packages/ocaml-magic/trunk/debian/control.in (original)
+++ trunk/packages/ocaml-magic/trunk/debian/control.in Tue Dec  2 13:25:16 2008
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
 Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
-Build-Depends: @cdbs@, libmagic-dev, ocaml-findlib
-Standards-Version: 3.7.3
+Build-Depends: @cdbs@, libmagic-dev, ocaml-findlib (= 1.2.1-6), dh-ocaml
+Standards-Version: 3.8.0
 Homepage: http://sourceforge.net/projects/ocaml-magic/
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/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] r6053 - /tags/packages/xml-light/2.2-9/

2008-12-02 Thread toots
Author: toots
Date: Tue Dec  2 18:36:50 2008
New Revision: 6053

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6053
Log:
[svn-buildpackage] Tagging xml-light (2.2-9)

Added:
tags/packages/xml-light/2.2-9/
  - copied from r6052, trunk/packages/xml-light/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] r6045 - in /trunk/packages/liquidsoap: liq-contrib/ liq-contrib/trunk/ liq-contrib/trunk/debian/ liq-contrib/trunk/debian/patches/ tarballs/

2008-11-30 Thread toots
Author: toots
Date: Sun Nov 30 23:52:57 2008
New Revision: 6045

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6045
Log:
Initial packaging for liq-contrib..

Added:
trunk/packages/liquidsoap/liq-contrib/   (with props)
trunk/packages/liquidsoap/liq-contrib/trunk/
trunk/packages/liquidsoap/liq-contrib/trunk/debian/   (with props)
trunk/packages/liquidsoap/liq-contrib/trunk/debian/changelog
trunk/packages/liquidsoap/liq-contrib/trunk/debian/compat
trunk/packages/liquidsoap/liq-contrib/trunk/debian/control
trunk/packages/liquidsoap/liq-contrib/trunk/debian/control.in
trunk/packages/liquidsoap/liq-contrib/trunk/debian/copyright
trunk/packages/liquidsoap/liq-contrib/trunk/debian/install
trunk/packages/liquidsoap/liq-contrib/trunk/debian/links
trunk/packages/liquidsoap/liq-contrib/trunk/debian/manpages
trunk/packages/liquidsoap/liq-contrib/trunk/debian/patches/
trunk/packages/liquidsoap/liq-contrib/trunk/debian/patches/fix_install.sh
trunk/packages/liquidsoap/liq-contrib/trunk/debian/patches/series
trunk/packages/liquidsoap/liq-contrib/trunk/debian/rules   (with props)
trunk/packages/liquidsoap/liq-contrib/trunk/debian/svn-deblayout
trunk/packages/liquidsoap/liq-contrib/trunk/debian/watch
trunk/packages/liquidsoap/tarballs/liq-contrib_08.11.orig.tar.gz   (with 
props)

Propchange: trunk/packages/liquidsoap/liq-contrib/
--
--- svn:ignore (added)
+++ svn:ignore Sun Nov 30 23:52:57 2008
@@ -1,0 +1,1 @@
+build-area

Propchange: trunk/packages/liquidsoap/liq-contrib/trunk/debian/
--
mergeWithUpstream = 1

Added: trunk/packages/liquidsoap/liq-contrib/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/liq-contrib/trunk/debian/changelog?rev=6045op=file
==
--- trunk/packages/liquidsoap/liq-contrib/trunk/debian/changelog (added)
+++ trunk/packages/liquidsoap/liq-contrib/trunk/debian/changelog Sun Nov 30 
23:52:57 2008
@@ -1,0 +1,5 @@
+liq-contrib (08.11-1) unstable; urgency=low
+
+  * Initial release (Closes: #507412)
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Sun, 30 Nov 2008 16:38:10 +0100

Added: trunk/packages/liquidsoap/liq-contrib/trunk/debian/compat
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/liq-contrib/trunk/debian/compat?rev=6045op=file
==
--- trunk/packages/liquidsoap/liq-contrib/trunk/debian/compat (added)
+++ trunk/packages/liquidsoap/liq-contrib/trunk/debian/compat Sun Nov 30 
23:52:57 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/liquidsoap/liq-contrib/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/liq-contrib/trunk/debian/control?rev=6045op=file
==
--- trunk/packages/liquidsoap/liq-contrib/trunk/debian/control (added)
+++ trunk/packages/liquidsoap/liq-contrib/trunk/debian/control Sun Nov 30 
23:52:57 2008
@@ -1,0 +1,24 @@
+Source: liq-contrib
+Section: sound
+Priority: optional
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
+Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
+Build-Depends: debhelper (= 5), quilt, patchutils (= 0.2.25), cdbs (= 
0.4.27)
+Build-Depends-Indep: liquidsoap
+Standards-Version: 3.8.0
+Homepage: http://savonet.sf.net/
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/liq-contrib/trunk
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/liq-contrib/trunk/
+
+Package: liq-contrib
+Architecture: all
+Depends: liquidsoap
+Description: contributed scripts for liquidsoap
+ liq-contrib contains various scripts implemented using
+ the liquidsoap audio streaming language.
+ .
+ Currently, it contains:
+  o liq123: a command line audio player
+  o streamliqueur: an audio stream ripper
+  o simpleliq: a program to create and test simple streaming
+examples using the liquidsoap language.

Added: trunk/packages/liquidsoap/liq-contrib/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/liq-contrib/trunk/debian/control.in?rev=6045op=file
==
--- trunk/packages/liquidsoap/liq-contrib/trunk/debian/control.in (added)
+++ trunk/packages/liquidsoap/liq-contrib/trunk/debian/control.in Sun Nov 30 
23:52:57 2008
@@ -1,0 +1,24 @@
+Source: liq-contrib
+Section: sound
+Priority: optional
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
+Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
+Build-Depends: @cdbs@
+Build-Depends-Indep: liquidsoap
+Standards-Version: 3.8.0

[Pkg-ocaml-maint-commits] r6044 - in /trunk/packages/liquidsoap/trunk/debian: control control.in

2008-11-26 Thread toots
Author: toots
Date: Wed Nov 26 10:00:45 2008
New Revision: 6044

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6044
Log:
Added sox to build-dep and dependencies (used for txt2speech)

Modified:
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/control.in

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=6044op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Wed Nov 26 10:00:45 2008
@@ -11,7 +11,7 @@
   python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev (= 
0.1.2+2),
   libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
   libpcre-ocaml-dev, libxml-light-ocaml-dev, libladspa-ocaml-dev, 
-  libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
+  libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, sox, 
   libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (= 0.1.1)
 Standards-Version: 3.8.0
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
@@ -20,7 +20,7 @@
 
 Package: liquidsoap
 Architecture: any
-Depends: ${shlibs:Depends}, libcamomile-ocaml-data, wget, adduser
+Depends: ${shlibs:Depends}, libcamomile-ocaml-data, wget, sox, adduser
 Recommends: logrotate
 Suggests: icecast2, festival, liguidsoap
 Description: audio streaming language

Modified: trunk/packages/liquidsoap/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control.in?rev=6044op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control.in (original)
+++ trunk/packages/liquidsoap/trunk/debian/control.in Wed Nov 26 10:00:45 2008
@@ -11,7 +11,7 @@
   python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev (= 
0.1.2+2),
   libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
   libpcre-ocaml-dev, libxml-light-ocaml-dev, libladspa-ocaml-dev, 
-  libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
+  libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, sox, 
   libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (= 0.1.1)
 Standards-Version: 3.8.0
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
@@ -20,7 +20,7 @@
 
 Package: liquidsoap
 Architecture: any
-Depends: ${shlibs:Depends}, libcamomile-ocaml-data, wget, adduser
+Depends: ${shlibs:Depends}, libcamomile-ocaml-data, wget, sox, adduser
 Recommends: logrotate
 Suggests: icecast2, festival, liguidsoap
 Description: audio streaming language


___
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] r6030 - in /trunk/packages/liquidsoap: lenny/ lenny/debian/ lenny/debian/patches/ tarballs/ trunk/debian/ trunk/debian/patches/

2008-11-10 Thread toots
Author: toots
Date: Mon Nov 10 17:12:00 2008
New Revision: 6030

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6030
Log:
 * Started lenny branch
 * Applied patch to fix deterministic scrip file name in trunk/ and lenny/
 * Removed portaudio from the build dependencies, since this feature is not 
mature enough

Added:
trunk/packages/liquidsoap/lenny/
  - copied from r6029, tags/packages/liquidsoap/0.3.6-4/
trunk/packages/liquidsoap/lenny/debian/patches/fix_tmp_file.patch
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.6.orig.tar.gz   (with 
props)
trunk/packages/liquidsoap/trunk/debian/patches/
trunk/packages/liquidsoap/trunk/debian/patches/fix_tmp_file.patch
trunk/packages/liquidsoap/trunk/debian/patches/series
Modified:
trunk/packages/liquidsoap/lenny/debian/changelog
trunk/packages/liquidsoap/lenny/debian/control
trunk/packages/liquidsoap/lenny/debian/control.in
trunk/packages/liquidsoap/lenny/debian/patches/series
trunk/packages/liquidsoap/trunk/debian/changelog
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/control.in
trunk/packages/liquidsoap/trunk/debian/rules

Modified: trunk/packages/liquidsoap/lenny/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/lenny/debian/changelog?rev=6030op=diff
==
--- trunk/packages/liquidsoap/lenny/debian/changelog (original)
+++ trunk/packages/liquidsoap/lenny/debian/changelog Mon Nov 10 17:12:00 2008
@@ -1,3 +1,13 @@
+liquidsoap (0.3.6-4lenny1) testing-security; urgency=high
+
+  * Added patch to fix liquigsoap's temporary file creation.
+Thanks to Tobias Klauser for providing a patch.
+  Closes: #496360
+  * Desactivated portaudio option, since it is buggy and should
+be tested more. 
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Mon, 10 Nov 2008 17:32:30 +0100
+
 liquidsoap (0.3.6-4) unstable; urgency=high
 
   * Updated fix for smartcross

Modified: trunk/packages/liquidsoap/lenny/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/lenny/debian/control?rev=6030op=diff
==
--- trunk/packages/liquidsoap/lenny/debian/control (original)
+++ trunk/packages/liquidsoap/lenny/debian/control Mon Nov 10 17:12:00 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
 Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 4.2.0), quilt, patchutils (= 0.2.25), cdbs (= 
0.4.27), ocaml-nox, ocaml-findlib, libshout-ocaml-dev, libogg-ocaml-dev (= 
0.1.1), libvorbis-ocaml-dev (= 0.4.0), libmad-ocaml-dev (= 0.3.2), 
libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), libcamomile-ocaml-dev, 
festival, wget, libxml-dom-perl, texlive, python-gtk2-dev, python, 
python-support (= 0.3), libao-ocaml-dev, libalsa-ocaml-dev (= 0.1.2), 
libpcre-ocaml-dev, libxml-light-ocaml-dev, libextlib-ocaml-dev, 
libladspa-ocaml-dev, libportaudio-ocaml-dev, libsoundtouch-ocaml-dev
+Build-Depends: debhelper (= 4.2.0), quilt, patchutils (= 0.2.25), cdbs (= 
0.4.27), ocaml-nox, ocaml-findlib, libshout-ocaml-dev, libogg-ocaml-dev (= 
0.1.1), libvorbis-ocaml-dev (= 0.4.0), libmad-ocaml-dev (= 0.3.2), 
libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), libcamomile-ocaml-dev, 
festival, wget, libxml-dom-perl, texlive, python-gtk2-dev, python, 
python-support (= 0.3), libao-ocaml-dev, libalsa-ocaml-dev (= 0.1.2), 
libpcre-ocaml-dev, libxml-light-ocaml-dev, libextlib-ocaml-dev, 
libladspa-ocaml-dev, libsoundtouch-ocaml-dev
 Standards-Version: 3.7.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/

Modified: trunk/packages/liquidsoap/lenny/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/lenny/debian/control.in?rev=6030op=diff
==
--- trunk/packages/liquidsoap/lenny/debian/control.in (original)
+++ trunk/packages/liquidsoap/lenny/debian/control.in Mon Nov 10 17:12:00 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
 Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
-Build-Depends: @cdbs@, ocaml-nox, ocaml-findlib, libshout-ocaml-dev, 
libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), libmad-ocaml-dev 
(= 0.3.2), libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), 
libcamomile-ocaml-dev, festival, wget, libxml-dom-perl, texlive, 
python-gtk2-dev, python, python-support (= 0.3), libao-ocaml-dev, 
libalsa-ocaml-dev (= 0.1.2), libpcre-ocaml-dev, libxml-light-ocaml-dev, 
libextlib-ocaml-dev, libladspa-ocaml-dev, libportaudio-ocaml-dev, 
libsoundtouch-ocaml-dev
+Build

[Pkg-ocaml-maint-commits] r6031 - /tags/packages/liquidsoap/0.3.8.1+2-2/

2008-11-10 Thread toots
Author: toots
Date: Mon Nov 10 17:14:42 2008
New Revision: 6031

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6031
Log:
[svn-buildpackage] Tagging liquidsoap (0.3.8.1+2-2)

Added:
tags/packages/liquidsoap/0.3.8.1+2-2/
  - copied from r6030, trunk/packages/liquidsoap/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] r6034 - /trunk/packages/liquidsoap/lenny/debian/changelog

2008-11-10 Thread toots
Author: toots
Date: Tue Nov 11 02:11:23 2008
New Revision: 6034

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6034
Log:
fix typo..

Modified:
trunk/packages/liquidsoap/lenny/debian/changelog

Modified: trunk/packages/liquidsoap/lenny/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/lenny/debian/changelog?rev=6034op=diff
==
--- trunk/packages/liquidsoap/lenny/debian/changelog (original)
+++ trunk/packages/liquidsoap/lenny/debian/changelog Tue Nov 11 02:11:23 2008
@@ -1,6 +1,6 @@
 liquidsoap (0.3.6-4lenny1) testing-security; urgency=high
 
-  * Added patch to fix liquigsoap's temporary file creation.
+  * Added patch to fix liguidsoap's temporary file creation.
 Thanks to Tobias Klauser for providing a patch.
   Closes: #496360
   * Desactivated portaudio option, since it is buggy and should


___
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] r6035 - /tags/packages/liquidsoap/0.3.6-4lenny1/

2008-11-10 Thread toots
Author: toots
Date: Tue Nov 11 02:32:17 2008
New Revision: 6035

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=6035
Log:
[svn-buildpackage] Tagging liquidsoap (0.3.6-4lenny1)

Added:
tags/packages/liquidsoap/0.3.6-4lenny1/
  - copied from r6034, trunk/packages/liquidsoap/lenny/


___
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] r5991 - /trunk/packages/ocaml-lastfm/trunk/debian/changelog

2008-09-17 Thread toots
Author: toots
Date: Wed Sep 17 16:54:24 2008
New Revision: 5991

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5991
Log:
Prepared ocaml-lastfm 0.1.3-1

Modified:
trunk/packages/ocaml-lastfm/trunk/debian/changelog

Modified: trunk/packages/ocaml-lastfm/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-lastfm/trunk/debian/changelog?rev=5991op=diff
==
--- trunk/packages/ocaml-lastfm/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-lastfm/trunk/debian/changelog Wed Sep 17 16:54:24 2008
@@ -1,3 +1,9 @@
+ocaml-lastfm (0.1.3-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Wed, 17 Sep 2008 18:53:50 +0200
+
 ocaml-lastfm (0.1.2-1) unstable; urgency=low
 
   [ Stefano Zacchiroli ]


___
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] r5929 - in /trunk/packages/liquidsoap: tarballs/liquidsoap_0.3.8.1.orig.tar.gz tarballs/liquidsoap_0.3.8.orig.tar.gz trunk/debian/changelog trunk/debian/control trunk/debian/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 10:53:00 2008
New Revision: 5929

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5929
Log:
Prepared 0.3.8.1-1

Added:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz   (with 
props)
Removed:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.orig.tar.gz
trunk/packages/liquidsoap/trunk/debian/patches/
Modified:
trunk/packages/liquidsoap/trunk/debian/changelog
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/rules

Added: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz?rev=5929op=file
==
Binary file - no diff available.

Propchange: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5929op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Mon Aug 11 10:53:00 2008
@@ -1,6 +1,7 @@
-liquidsoap (0.3.8-2) unstable; urgency=low
+liquidsoap (0.3.8.1-1) unstable; urgency=low
 
-  * Fixed default transition for smart_crossfade 
+  * New upstream release fixing several issues 
+in smart_crossfade
 
  -- Romain Beauxis [EMAIL PROTECTED]  Sat, 09 Aug 2008 17:52:53 +0200
 

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5929op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Mon Aug 11 10:53:00 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
 Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 4.2.0), quilt, patchutils (= 0.2.25), cdbs (= 
0.4.27), 
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 4.2.0), 
   ocaml-nox, ocaml-findlib, libshout-ocaml-dev, 
   libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), 
   libmad-ocaml-dev (= 0.3.4), libdtools-ocaml-dev (= 0.1.4), 
libtaglib-ocaml-dev,

Modified: trunk/packages/liquidsoap/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/rules?rev=5929op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/rules (original)
+++ trunk/packages/liquidsoap/trunk/debian/rules Mon Aug 11 10:53:00 2008
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # In order to regenerate 'debian/control' :
 #   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean


___
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] r5930 - /tags/packages/liquidsoap/0.3.8.1-1/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 10:55:43 2008
New Revision: 5930

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5930
Log:
[svn-buildpackage] Tagging liquidsoap (0.3.8.1-1)

Added:
tags/packages/liquidsoap/0.3.8.1-1/
  - copied from r5929, trunk/packages/liquidsoap/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] r5931 - /trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 10:57:52 2008
New Revision: 5931

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5931
Log:
Added correct .orig tarball..

Modified:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz

Modified: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz?rev=5931op=diff
==
Binary files - no diff available.


___
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] r5932 - in /trunk/packages/liquidsoap: tarballs/liquidsoap_0.3.8.1+2.orig.tar.gz tarballs/liquidsoap_0.3.8.1.orig.tar.gz trunk/debian/changelog

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 12:36:13 2008
New Revision: 5932

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5932
Log:
Prepared 0.3.8.1+2-1

Added:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1+2.orig.tar.gz   (with 
props)
Removed:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz
Modified:
trunk/packages/liquidsoap/trunk/debian/changelog

Added: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1+2.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1%2B2.orig.tar.gz?rev=5932op=file
==
Binary file - no diff available.

Propchange: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1+2.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5932op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Mon Aug 11 12:36:13 2008
@@ -1,3 +1,10 @@
+liquidsoap (0.3.8.1+2-1) unstable; urgency=low
+
+  * There was a mistake with previous source tarball.
+Reuploading a fixed one
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Mon, 11 Aug 2008 14:30:45 +0200
+
 liquidsoap (0.3.8.1-1) unstable; urgency=low
 
   * New upstream release fixing several issues 


___
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] r5933 - /tags/packages/liquidsoap/0.3.8.1+2-1/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 12:36:29 2008
New Revision: 5933

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5933
Log:
[svn-buildpackage] Tagging liquidsoap (0.3.8.1+2-1)

Added:
tags/packages/liquidsoap/0.3.8.1+2-1/
  - copied from r5932, trunk/packages/liquidsoap/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] r5935 - /tags/packages/json-static/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 17:09:55 2008
New Revision: 5935

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

Added:
tags/packages/json-static/


___
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] r5936 - /tags/packages/json-static/0.9.6-1/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 17:10:01 2008
New Revision: 5936

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5936
Log:
[svn-buildpackage] Tagging json-static (0.9.6-1)

Added:
tags/packages/json-static/0.9.6-1/
  - copied from r5935, trunk/packages/json-static/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] r5922 - in /trunk/packages/json-wheel/trunk/debian: ./ changelog libjson-wheel-ocaml-dev.install.in manpages rules

2008-08-10 Thread toots
Author: toots
Date: Sun Aug 10 08:37:45 2008
New Revision: 5922

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5922
Log:
Fixed build on non native archs

Removed:
trunk/packages/json-wheel/trunk/debian/manpages
Modified:
trunk/packages/json-wheel/trunk/debian/   (props changed)
trunk/packages/json-wheel/trunk/debian/changelog
trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in
trunk/packages/json-wheel/trunk/debian/rules

Propchange: trunk/packages/json-wheel/trunk/debian/
--
mergeWithUpstream = 1

Modified: trunk/packages/json-wheel/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/changelog?rev=5922op=diff
==
--- trunk/packages/json-wheel/trunk/debian/changelog (original)
+++ trunk/packages/json-wheel/trunk/debian/changelog Sun Aug 10 08:37:45 2008
@@ -1,3 +1,9 @@
+json-wheel (1.0.4-2) unstable; urgency=low
+
+  * Fixed build on non native archs 
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Sun, 10 Aug 2008 10:34:31 +0200
+
 json-wheel (1.0.4-1) unstable; urgency=low
 
   * Initial release and upload to unstable

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=5922op=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 10 08:37:45 2008
@@ -2,4 +2,3 @@
 usr/lib/ocaml/@OCamlABI@/json-wheel/*.a
 usr/lib/ocaml/@OCamlABI@/json-wheel/*.cm*
 usr/lib/ocaml/@OCamlABI@/json-wheel/*.ml*
-usr/bin/jsoncat

Modified: trunk/packages/json-wheel/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/rules?rev=5922op=diff
==
--- trunk/packages/json-wheel/trunk/debian/rules (original)
+++ trunk/packages/json-wheel/trunk/debian/rules Sun Aug 10 08:37:45 2008
@@ -14,10 +14,11 @@
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_INSTALL_ARGS :=  --list-missing
 DEB_INSTALL_CHANGELOGS := Changes
-DEB_MAKE_BUILD_TARGET := bcl jsoncat
+DEB_MAKE_BUILD_TARGET := bcl
 
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
-DEB_MAKE_BUILD_TARGET += ncl
+DEB_MAKE_BUILD_TARGET += ncl jsoncat
+   DEB_INSTALL_MANPAGES_libjson-wheel-ocaml-dev = debian/jsoncat.1
 endif
 
 
@@ -28,3 +29,7 @@
mkdir -p $(PREFIX)/bin
make html
 
+install/libjson-wheel-ocaml-dev::
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
+   dh_install --sourcedir=debian/tmp  usr/bin/jsoncat
+endif


___
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] r5923 - /tags/packages/json-wheel/1.0.4-2/

2008-08-10 Thread toots
Author: toots
Date: Sun Aug 10 08:57:50 2008
New Revision: 5923

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

Added:
tags/packages/json-wheel/1.0.4-2/
  - copied from r5922, 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] r5924 - in /trunk/packages/json-wheel/trunk/debian: changelog libjson-wheel-ocaml-dev.install.in rules

2008-08-10 Thread toots
Author: toots
Date: Sun Aug 10 09:17:22 2008
New Revision: 5924

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5924
Log:
Really fix build on non native archs

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

Modified: trunk/packages/json-wheel/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/changelog?rev=5924op=diff
==
--- trunk/packages/json-wheel/trunk/debian/changelog (original)
+++ trunk/packages/json-wheel/trunk/debian/changelog Sun Aug 10 09:17:22 2008
@@ -1,3 +1,9 @@
+json-wheel (1.0.4-3) unstable; urgency=low
+
+  * Really fix build on non native archs. 
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Sun, 10 Aug 2008 11:16:09 +0200
+
 json-wheel (1.0.4-2) unstable; urgency=low
 
   * Fixed build on non native archs 

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=5924op=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 10 09:17:22 2008
@@ -1,4 +1,3 @@
 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*

Modified: trunk/packages/json-wheel/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/rules?rev=5924op=diff
==
--- trunk/packages/json-wheel/trunk/debian/rules (original)
+++ trunk/packages/json-wheel/trunk/debian/rules Sun Aug 10 09:17:22 2008
@@ -31,5 +31,5 @@
 
 install/libjson-wheel-ocaml-dev::
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
-   dh_install --sourcedir=debian/tmp  usr/bin/jsoncat
+   dh_install --sourcedir=debian/tmp  usr/bin/jsoncat 
usr/lib/ocaml/$(OCAML_ABI)/json-wheel/*.a
 endif


___
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] r5925 - /tags/packages/json-wheel/1.0.4-3/

2008-08-10 Thread toots
Author: toots
Date: Sun Aug 10 09:20:59 2008
New Revision: 5925

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

Added:
tags/packages/json-wheel/1.0.4-3/
  - copied from r5924, 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] r5926 - in /trunk/packages/json-wheel/trunk/debian: changelog rules

2008-08-10 Thread toots
Author: toots
Date: Sun Aug 10 12:30:47 2008
New Revision: 5926

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5926
Log:
Fixed wrong dh_install call..

Modified:
trunk/packages/json-wheel/trunk/debian/changelog
trunk/packages/json-wheel/trunk/debian/rules

Modified: trunk/packages/json-wheel/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/changelog?rev=5926op=diff
==
--- trunk/packages/json-wheel/trunk/debian/changelog (original)
+++ trunk/packages/json-wheel/trunk/debian/changelog Sun Aug 10 12:30:47 2008
@@ -1,3 +1,9 @@
+json-wheel (1.0.4-4) unstable; urgency=low
+
+  * Fixed wrong dh_install call 
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Sun, 10 Aug 2008 14:30:09 +0200
+
 json-wheel (1.0.4-3) unstable; urgency=low
 
   * Really fix build on non native archs. 

Modified: trunk/packages/json-wheel/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/rules?rev=5926op=diff
==
--- trunk/packages/json-wheel/trunk/debian/rules (original)
+++ trunk/packages/json-wheel/trunk/debian/rules Sun Aug 10 12:30:47 2008
@@ -31,5 +31,6 @@
 
 install/libjson-wheel-ocaml-dev::
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
-   dh_install --sourcedir=debian/tmp  usr/bin/jsoncat 
usr/lib/ocaml/$(OCAML_ABI)/json-wheel/*.a
+   dh_install --sourcedir=debian/tmp  usr/bin/jsoncat 
+   dh_install --sourcedir=debian/tmp  
usr/lib/ocaml/$(OCAML_ABI)/json-wheel/*.a
 endif


___
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=1rev=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=5904op=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=5904op=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


[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=1rev=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=5905op=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] 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=1rev=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] r5899 - in /trunk/packages/json-wheel: ./ tarballs/ trunk/ trunk/debian/

2008-08-01 Thread toots
Author: toots
Date: Fri Aug  1 07:24:15 2008
New Revision: 5899

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5899
Log:
Initial packaging for json-wheel

Added:
trunk/packages/json-wheel/tarballs/
trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz   (with 
props)
trunk/packages/json-wheel/trunk/
trunk/packages/json-wheel/trunk/debian/
trunk/packages/json-wheel/trunk/debian/changelog
trunk/packages/json-wheel/trunk/debian/compat
trunk/packages/json-wheel/trunk/debian/control
trunk/packages/json-wheel/trunk/debian/control.in
trunk/packages/json-wheel/trunk/debian/copyright
trunk/packages/json-wheel/trunk/debian/jsoncat.1
trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.docs
trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in
trunk/packages/json-wheel/trunk/debian/manpages
trunk/packages/json-wheel/trunk/debian/rules   (with props)
trunk/packages/json-wheel/trunk/debian/svn-deblayout
trunk/packages/json-wheel/trunk/debian/watch
Modified:
trunk/packages/json-wheel/   (props changed)

Propchange: trunk/packages/json-wheel/
--
--- svn:ignore (added)
+++ svn:ignore Fri Aug  1 07:24:15 2008
@@ -1,0 +1,1 @@
+build-area

Added: trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz?rev=5899op=file
==
Binary file - no diff available.

Propchange: trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz
--
svn:mime-type = application/octet-stream

Added: trunk/packages/json-wheel/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/changelog?rev=5899op=file
==
--- trunk/packages/json-wheel/trunk/debian/changelog (added)
+++ trunk/packages/json-wheel/trunk/debian/changelog Fri Aug  1 07:24:15 2008
@@ -1,0 +1,7 @@
+json-wheel (1.0.4-1) unstable; urgency=low
+
+  * Initial release and upload to unstable
+Closes: #493105
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Fri, 01 Aug 2008 08:55:56 +0200
+

Added: trunk/packages/json-wheel/trunk/debian/compat
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/compat?rev=5899op=file
==
--- trunk/packages/json-wheel/trunk/debian/compat (added)
+++ trunk/packages/json-wheel/trunk/debian/compat Fri Aug  1 07:24:15 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/json-wheel/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control?rev=5899op=file
==
--- trunk/packages/json-wheel/trunk/debian/control (added)
+++ trunk/packages/json-wheel/trunk/debian/control Fri Aug  1 07:24:15 2008
@@ -1,0 +1,24 @@
+Source: json-wheel
+Section: devel
+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
+Standards-Version: 3.8.0
+Homepage: http://martin.jambon.free.fr/json-wheel.html
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
+
+Package: libjson-wheel-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}
+Description: OCaml API to JSON data format
+ json-wheel provides an API to generate and read JSON
+ data from an OCaml program. It maps each types of data
+ defined in the JSON specification to a typed variable
+ in OCaml
+ .
+ json-wheel can also be used in conjonction with 
+ json-static to provide a convenient syntax extension
+ to OCaml dedicated to parsing an validating JSON
+ data.

Added: trunk/packages/json-wheel/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control.in?rev=5899op=file
==
--- trunk/packages/json-wheel/trunk/debian/control.in (added)
+++ trunk/packages/json-wheel/trunk/debian/control.in Fri Aug  1 07:24:15 2008
@@ -1,0 +1,24 @@
+Source: json-wheel
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED] 
+Uploaders: Romain Beauxis [EMAIL PROTECTED]
+Build-Depends: @cdbs@, ocaml-findlib
+Standards-Version: 3.8.0
+Homepage: http://martin.jambon.free.fr/json-wheel.html
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
+
+Package: libjson-wheel-ocaml-dev

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

2008-08-01 Thread toots
Author: toots
Date: Fri Aug  1 07:32:55 2008
New Revision: 5900

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5900
Log:
Added missing dep and build-dep..

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

Modified: trunk/packages/json-wheel/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control?rev=5900op=diff
==
--- trunk/packages/json-wheel/trunk/debian/control (original)
+++ trunk/packages/json-wheel/trunk/debian/control Fri Aug  1 07:32:55 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
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), ocaml-nox, 
ocaml-findlib, libocamlnet-ocaml-dev
 Standards-Version: 3.8.0
 Homepage: http://martin.jambon.free.fr/json-wheel.html
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
@@ -11,7 +11,7 @@
 Package: libjson-wheel-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ocaml-dev, 
${shlibs:Depends}
 Description: OCaml API to JSON data format
  json-wheel provides an API to generate and read JSON
  data from an OCaml program. It maps each types of data

Modified: trunk/packages/json-wheel/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control.in?rev=5900op=diff
==
--- trunk/packages/json-wheel/trunk/debian/control.in (original)
+++ trunk/packages/json-wheel/trunk/debian/control.in Fri Aug  1 07:32:55 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED] 
 Uploaders: Romain Beauxis [EMAIL PROTECTED]
-Build-Depends: @cdbs@, ocaml-findlib
+Build-Depends: @cdbs@, ocaml-findlib, libocamlnet-ocaml-dev
 Standards-Version: 3.8.0
 Homepage: http://martin.jambon.free.fr/json-wheel.html
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
@@ -11,7 +11,7 @@
 Package: libjson-wheel-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ocaml-dev, 
${shlibs:Depends}
 Description: OCaml API to JSON data format
  json-wheel provides an API to generate and read JSON
  data from an OCaml program. It maps each types of data


___
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] r5902 - /trunk/packages/json-static/

2008-08-01 Thread toots
Author: toots
Date: Sat Aug  2 01:20:06 2008
New Revision: 5902

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5902
Log:
Initial directory for json-static

Added:
trunk/packages/json-static/


___
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] r5903 - in /trunk/packages/json-static: ./ tarballs/ trunk/ trunk/debian/

2008-08-01 Thread toots
Author: toots
Date: Sat Aug  2 01:44:40 2008
New Revision: 5903

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5903
Log:
Initial packaging for json-static...

Added:
trunk/packages/json-static/tarballs/
trunk/packages/json-static/tarballs/json-static_0.9.6.orig.tar.gz   (with 
props)
trunk/packages/json-static/trunk/
trunk/packages/json-static/trunk/debian/
trunk/packages/json-static/trunk/debian/changelog
trunk/packages/json-static/trunk/debian/compat
trunk/packages/json-static/trunk/debian/control
trunk/packages/json-static/trunk/debian/control.in
trunk/packages/json-static/trunk/debian/copyright
trunk/packages/json-static/trunk/debian/libjson-static-camlp4-dev.docs   
(with props)
trunk/packages/json-static/trunk/debian/libjson-static-camlp4-dev.examples  
 (with props)

trunk/packages/json-static/trunk/debian/libjson-static-camlp4-dev.install.in   
(with props)
trunk/packages/json-static/trunk/debian/rules   (with props)
trunk/packages/json-static/trunk/debian/svn-deblayout
trunk/packages/json-static/trunk/debian/watch
Modified:
trunk/packages/json-static/   (props changed)

Propchange: trunk/packages/json-static/
--
--- svn:ignore (added)
+++ svn:ignore Sat Aug  2 01:44:40 2008
@@ -1,0 +1,1 @@
+build-area

Added: trunk/packages/json-static/tarballs/json-static_0.9.6.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/tarballs/json-static_0.9.6.orig.tar.gz?rev=5903op=file
==
Binary file - no diff available.

Propchange: trunk/packages/json-static/tarballs/json-static_0.9.6.orig.tar.gz
--
svn:mime-type = application/octet-stream

Added: trunk/packages/json-static/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/debian/changelog?rev=5903op=file
==
--- trunk/packages/json-static/trunk/debian/changelog (added)
+++ trunk/packages/json-static/trunk/debian/changelog Sat Aug  2 01:44:40 2008
@@ -1,0 +1,7 @@
+json-static (0.9.6-1) unstable; urgency=low
+
+  * Initial release and upload to unstable
+Closes: #493109
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Sat, 02 Aug 2008 03:29:47 +0200
+

Added: trunk/packages/json-static/trunk/debian/compat
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/debian/compat?rev=5903op=file
==
--- trunk/packages/json-static/trunk/debian/compat (added)
+++ trunk/packages/json-static/trunk/debian/compat Sat Aug  2 01:44:40 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/json-static/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/debian/control?rev=5903op=file
==
--- trunk/packages/json-static/trunk/debian/control (added)
+++ trunk/packages/json-static/trunk/debian/control Sat Aug  2 01:44:40 2008
@@ -1,0 +1,25 @@
+Source: json-static
+Section: devel
+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
+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/
+
+Package: libjson-static-camlp4-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, camlp4
+Description: JSON validator and converter for OCaml
+ json-static is a tool for converting parsed JSON data 
+ with an unchecked structure into specialized OCaml 
+ types and vice-versa. 
+ . 
+ By reading a type definition, the preprocessor inserts 
+ code that converts between OCaml types and untyped 
+ JSON data.
+ . 
+ Type definitions are written in a syntax which is 
+ very close to regular OCaml type definitions.

Added: 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=5903op=file
==
--- trunk/packages/json-static/trunk/debian/control.in (added)
+++ trunk/packages/json-static/trunk/debian/control.in Sat Aug  2 01:44:40 2008
@@ -1,0 +1,25 @@
+Source: json-static
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED] 
+Uploaders: Romain Beauxis [EMAIL PROTECTED]
+Build-Depends: @cdbs@, ocaml-findlib, camlp4-extra
+Standards-Version: 3.8.0
+Homepage: http://martin.jambon.free.fr/json-static.html
+Vcs

[Pkg-ocaml-maint-commits] r5890 - in /trunk/packages/liquidsoap: tarballs/liquidsoap_0.3.7.orig.tar.gz tarballs/liquidsoap_0.3.8.orig.tar.gz trunk/debian/changelog trunk/debian/control trunk/debian/co

2008-07-30 Thread toots
Author: toots
Date: Wed Jul 30 08:01:02 2008
New Revision: 5890

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5890
Log:
Prepared 0.3.8-1

Added:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.orig.tar.gz   (with 
props)
Removed:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.7.orig.tar.gz
trunk/packages/liquidsoap/trunk/debian/patches/
Modified:
trunk/packages/liquidsoap/trunk/debian/changelog
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/control.in
trunk/packages/liquidsoap/trunk/debian/rules

Added: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.orig.tar.gz?rev=5890op=file
==
Binary file - no diff available.

Propchange: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5890op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Wed Jul 30 08:01:02 2008
@@ -1,3 +1,14 @@
+liquidsoap (0.3.8-1) unstable; urgency=low
+
+  * New upstream release
+  * Dropped patch applied upstream
+  * Versioned build-dep on ocaml-duppy to build against the fixed
+version
+  Closes: #489702
+  * Switched to format 3.0 (quilt)
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Wed, 30 Jul 2008 09:46:23 +0200
+
 liquidsoap (0.3.7-3) unstable; urgency=low
 
   * Rebuild against fixed ocaml-bjack

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5890op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Wed Jul 30 08:01:02 2008
@@ -3,17 +3,18 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
 Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 4.2.0), quilt, patchutils (= 0.2.25), cdbs (= 
0.4.27), 
+Build-Depends: cdbs (= 0.4.23), debhelper (= 4.2.0), 
   ocaml-nox, ocaml-findlib, libshout-ocaml-dev, 
   libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), 
   libmad-ocaml-dev (= 0.3.4), libdtools-ocaml-dev (= 0.1.4), 
libtaglib-ocaml-dev,
   libcamomile-ocaml-dev, festival, libxml-dom-perl, python-gtk2-dev, 
-  python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev,
+  python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev (= 
0.1.2+2),
   libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
   libpcre-ocaml-dev, libxml-light-ocaml-dev, libladspa-ocaml-dev, 
   libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
-  libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (= 0.1.1-1)
+  libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (= 0.1.1)
 Standards-Version: 3.8.0
+Format: 3.0 (quilt)
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/
 Homepage: http://savonet.sourceforge.net/

Modified: trunk/packages/liquidsoap/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control.in?rev=5890op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control.in (original)
+++ trunk/packages/liquidsoap/trunk/debian/control.in Wed Jul 30 08:01:02 2008
@@ -8,12 +8,13 @@
   libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), 
   libmad-ocaml-dev (= 0.3.4), libdtools-ocaml-dev (= 0.1.4), 
libtaglib-ocaml-dev,
   libcamomile-ocaml-dev, festival, libxml-dom-perl, python-gtk2-dev, 
-  python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev,
+  python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev (= 
0.1.2+2),
   libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
   libpcre-ocaml-dev, libxml-light-ocaml-dev, libladspa-ocaml-dev, 
   libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
-  libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (= 0.1.1-1)
+  libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (= 0.1.1)
 Standards-Version: 3.8.0
+Format: 3.0 (quilt)
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser

[Pkg-ocaml-maint-commits] r5891 - in /trunk/packages/liquidsoap/trunk/debian: control control.in

2008-07-30 Thread toots
Author: toots
Date: Wed Jul 30 14:02:23 2008
New Revision: 5891

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5891
Log:
Format 3.0 (quilt) was a bit too early... :)

Modified:
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/control.in

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5891op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Wed Jul 30 14:02:23 2008
@@ -14,7 +14,6 @@
   libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
   libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (= 0.1.1)
 Standards-Version: 3.8.0
-Format: 3.0 (quilt)
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/
 Homepage: http://savonet.sourceforge.net/

Modified: trunk/packages/liquidsoap/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control.in?rev=5891op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control.in (original)
+++ trunk/packages/liquidsoap/trunk/debian/control.in Wed Jul 30 14:02:23 2008
@@ -14,7 +14,6 @@
   libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
   libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (= 0.1.1)
 Standards-Version: 3.8.0
-Format: 3.0 (quilt)
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/
 Homepage: http://savonet.sourceforge.net/


___
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] r5892 - /tags/packages/liquidsoap/0.3.8-1/

2008-07-30 Thread toots
Author: toots
Date: Wed Jul 30 14:03:34 2008
New Revision: 5892

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5892
Log:
[svn-buildpackage] Tagging liquidsoap (0.3.8-1)

Added:
tags/packages/liquidsoap/0.3.8-1/
  - copied from r5891, trunk/packages/liquidsoap/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] r5894 - /tags/packages/liquidsoap/0.3.8-1/

2008-07-30 Thread toots
Author: toots
Date: Wed Jul 30 14:13:43 2008
New Revision: 5894

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5894
Log:
[svn-buildpackage] Removing old tag liquidsoap-0.3.8-1

Removed:
tags/packages/liquidsoap/0.3.8-1/


___
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] r5895 - /tags/packages/liquidsoap/0.3.8-1/

2008-07-30 Thread toots
Author: toots
Date: Wed Jul 30 14:14:09 2008
New Revision: 5895

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5895
Log:
[svn-buildpackage] Tagging liquidsoap (0.3.8-1)

Added:
tags/packages/liquidsoap/0.3.8-1/
  - copied from r5894, trunk/packages/liquidsoap/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] r5876 - /trunk/packages/camlpdf/trunk/debian/changelog

2008-07-23 Thread toots
Author: toots
Date: Wed Jul 23 21:07:28 2008
New Revision: 5876

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5876
Log:
Prepared next release, thanks glondu !

Modified:
trunk/packages/camlpdf/trunk/debian/changelog

Modified: trunk/packages/camlpdf/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlpdf/trunk/debian/changelog?rev=5876op=diff
==
--- trunk/packages/camlpdf/trunk/debian/changelog (original)
+++ trunk/packages/camlpdf/trunk/debian/changelog Wed Jul 23 21:07:28 2008
@@ -1,4 +1,4 @@
-camlpdf (0.3-3) UNRELEASED; urgency=low
+camlpdf (0.3-3) unstable; urgency=low
 
   * Fix FTBFS on non-native architectures (Closes: #492034)
 


___
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] r5877 - /tags/packages/camlpdf/0.3-3/

2008-07-23 Thread toots
Author: toots
Date: Wed Jul 23 21:08:34 2008
New Revision: 5877

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5877
Log:
[svn-buildpackage] Tagging camlpdf (0.3-3)

Added:
tags/packages/camlpdf/0.3-3/
  - copied from r5876, trunk/packages/camlpdf/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] r5843 - /tags/packages/camlpdf/

2008-07-08 Thread toots
Author: toots
Date: Tue Jul  8 09:54:53 2008
New Revision: 5843

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5843
Log:
Creating camlpdf/ directory.

Added:
tags/packages/camlpdf/


___
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] r5818 - /tags/packages/ocaml-duppy/0.1.2-1/

2008-07-01 Thread toots
Author: toots
Date: Tue Jul  1 13:06:53 2008
New Revision: 5818

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5818
Log:
[svn-buildpackage] Removing old tag ocaml-duppy-0.1.2-1

Removed:
tags/packages/ocaml-duppy/0.1.2-1/


___
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] r5820 - in /trunk/packages/ocaml-duppy: tarballs/ocaml-duppy_0.1.2+2.orig.tar.gz tarballs/ocaml-duppy_0.1.2.orig.tar.gz trunk/debian/changelog

2008-07-01 Thread toots
Author: toots
Date: Tue Jul  1 13:51:09 2008
New Revision: 5820

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5820
Log:
Epoch didn't work, adding +2...

Added:
trunk/packages/ocaml-duppy/tarballs/ocaml-duppy_0.1.2+2.orig.tar.gz
  - copied unchanged from r5817, 
trunk/packages/ocaml-duppy/tarballs/ocaml-duppy_0.1.2.orig.tar.gz
Removed:
trunk/packages/ocaml-duppy/tarballs/ocaml-duppy_0.1.2.orig.tar.gz
Modified:
trunk/packages/ocaml-duppy/trunk/debian/changelog

Modified: trunk/packages/ocaml-duppy/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-duppy/trunk/debian/changelog?rev=5820op=diff
==
--- trunk/packages/ocaml-duppy/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-duppy/trunk/debian/changelog Tue Jul  1 13:51:09 2008
@@ -1,7 +1,7 @@
-ocaml-duppy (1:0.1.2-1) unstable; urgency=low
+ocaml-duppy (0.1.2+2-1) unstable; urgency=low
 
   * New upstream release
-  * There was a mistake with previous version: bumping epoch.
+  * There was a mistake with previous version, hence adding +2.
 
  -- Romain Beauxis [EMAIL PROTECTED]  Tue, 01 Jul 2008 15:03:09 +0200
 


___
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] r5821 - /tags/packages/ocaml-duppy/0.1.2-1/debian/changelog

2008-07-01 Thread toots
Author: toots
Date: Tue Jul  1 13:52:23 2008
New Revision: 5821

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5821
Log:
Removed wrong upload..

Modified:
tags/packages/ocaml-duppy/0.1.2-1/debian/changelog

Modified: tags/packages/ocaml-duppy/0.1.2-1/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/tags/packages/ocaml-duppy/0.1.2-1/debian/changelog?rev=5821op=diff
==
--- tags/packages/ocaml-duppy/0.1.2-1/debian/changelog (original)
+++ tags/packages/ocaml-duppy/0.1.2-1/debian/changelog Tue Jul  1 13:52:23 2008
@@ -1,10 +1,3 @@
-ocaml-duppy (1:0.1.2-1) unstable; urgency=low
-
-  * New upstream release
-  * There was a mistake with previous version: bumping epoch.
-
- -- Romain Beauxis [EMAIL PROTECTED]  Tue, 01 Jul 2008 15:03:09 +0200
-
 ocaml-duppy (0.1.2-1) unstable; urgency=low
 
   * New upstream release


___
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] r5810 - in /trunk/packages/camlpdf/trunk/debian: changelog control control.in

2008-06-28 Thread toots
Author: toots
Date: Sat Jun 28 16:26:13 2008
New Revision: 5810

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5810
Log:
Finished 0.3-1..

Modified:
trunk/packages/camlpdf/trunk/debian/changelog
trunk/packages/camlpdf/trunk/debian/control
trunk/packages/camlpdf/trunk/debian/control.in

Modified: trunk/packages/camlpdf/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlpdf/trunk/debian/changelog?rev=5810op=diff
==
--- trunk/packages/camlpdf/trunk/debian/changelog (original)
+++ trunk/packages/camlpdf/trunk/debian/changelog Sat Jun 28 16:26:13 2008
@@ -1,5 +1,5 @@
 camlpdf (0.3-1) unstable; urgency=low
 
-  * Initial upload to unstable (Closes: 485949)
+  * Initial upload to unstable (Closes: #485949)
 
  -- Romain Beauxis [EMAIL PROTECTED]  Thu, 12 Jun 2008 14:14:29 +0200

Modified: trunk/packages/camlpdf/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlpdf/trunk/debian/control?rev=5810op=diff
==
--- trunk/packages/camlpdf/trunk/debian/control (original)
+++ trunk/packages/camlpdf/trunk/debian/control Sat Jun 28 16:26:13 2008
@@ -12,7 +12,7 @@
 Package: libcamlpdf-ocaml-dev
 Architecture: any
 Section: non-free/libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libzip-ocaml-dev
+Depends: ocaml-nox-${F:OCamlABI}, libzip-ocaml-dev
 Recommends: ocaml-findlib
 Description: library for reading, writing and manipulating PDF files and data
  CamlPDF consists of a set of low level modules for representing,

Modified: trunk/packages/camlpdf/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlpdf/trunk/debian/control.in?rev=5810op=diff
==
--- trunk/packages/camlpdf/trunk/debian/control.in (original)
+++ trunk/packages/camlpdf/trunk/debian/control.in Sat Jun 28 16:26:13 2008
@@ -12,7 +12,7 @@
 Package: libcamlpdf-ocaml-dev
 Architecture: any
 Section: non-free/libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libzip-ocaml-dev
+Depends: ocaml-nox-${F:OCamlABI}, libzip-ocaml-dev
 Recommends: ocaml-findlib
 Description: library for reading, writing and manipulating PDF files and data
  CamlPDF consists of a set of low level modules for representing,


___
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] r5805 - in /trunk/packages/ocaml-duppy/tarballs: ocaml-duppy_0.1.1.orig.tar.gz ocaml-duppy_0.1.2.orig.tar.gz

2008-06-25 Thread toots
Author: toots
Date: Wed Jun 25 13:30:28 2008
New Revision: 5805

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5805
Log:
Forgot the tarball..

Added:
trunk/packages/ocaml-duppy/tarballs/ocaml-duppy_0.1.2.orig.tar.gz   (with 
props)
Removed:
trunk/packages/ocaml-duppy/tarballs/ocaml-duppy_0.1.1.orig.tar.gz

Added: trunk/packages/ocaml-duppy/tarballs/ocaml-duppy_0.1.2.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-duppy/tarballs/ocaml-duppy_0.1.2.orig.tar.gz?rev=5805op=file
==
Binary file - no diff available.

Propchange: trunk/packages/ocaml-duppy/tarballs/ocaml-duppy_0.1.2.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] r5807 - in /trunk/packages/ocaml-duppy/trunk/debian: changelog control control.in

2008-06-25 Thread toots
Author: toots
Date: Wed Jun 25 13:36:58 2008
New Revision: 5807

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5807
Log:
Also change maintainer

Modified:
trunk/packages/ocaml-duppy/trunk/debian/changelog
trunk/packages/ocaml-duppy/trunk/debian/control
trunk/packages/ocaml-duppy/trunk/debian/control.in

Modified: trunk/packages/ocaml-duppy/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-duppy/trunk/debian/changelog?rev=5807op=diff
==
--- trunk/packages/ocaml-duppy/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-duppy/trunk/debian/changelog Wed Jun 25 13:36:58 2008
@@ -2,6 +2,7 @@
 
   * New upstream release
   * Updated standards to 3.8.0
+  * Changed maintainer to Debian OCaml Maintainers
   * Added libpcre-ocaml-dev to binary dependencies
 
  -- Romain Beauxis [EMAIL PROTECTED]  Wed, 25 Jun 2008 15:25:37 +0200

Modified: trunk/packages/ocaml-duppy/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-duppy/trunk/debian/control?rev=5807op=diff
==
--- trunk/packages/ocaml-duppy/trunk/debian/control (original)
+++ trunk/packages/ocaml-duppy/trunk/debian/control Wed Jun 25 13:36:58 2008
@@ -1,7 +1,7 @@
 Source: ocaml-duppy
 Section: devel
 Priority: optional
-Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
 Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
 Build-Depends: cdbs (= 0.4.23), debhelper (= 5), ocaml-nox, ocaml-findlib, 
libpcre-ocaml-dev
 Standards-Version: 3.8.0

Modified: trunk/packages/ocaml-duppy/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-duppy/trunk/debian/control.in?rev=5807op=diff
==
--- trunk/packages/ocaml-duppy/trunk/debian/control.in (original)
+++ trunk/packages/ocaml-duppy/trunk/debian/control.in Wed Jun 25 13:36:58 2008
@@ -1,7 +1,7 @@
 Source: ocaml-duppy
 Section: devel
 Priority: optional
-Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
 Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
 Build-Depends: @cdbs@, ocaml-findlib, libpcre-ocaml-dev
 Standards-Version: 3.8.0


___
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] r5808 - /tags/packages/ocaml-duppy/0.1.2-1/

2008-06-25 Thread toots
Author: toots
Date: Wed Jun 25 13:39:22 2008
New Revision: 5808

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5808
Log:
[svn-buildpackage] Removing old tag ocaml-duppy-0.1.2-1

Removed:
tags/packages/ocaml-duppy/0.1.2-1/


___
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] r5809 - /tags/packages/ocaml-duppy/0.1.2-1/

2008-06-25 Thread toots
Author: toots
Date: Wed Jun 25 13:40:06 2008
New Revision: 5809

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5809
Log:
[svn-buildpackage] Tagging ocaml-duppy (0.1.2-1)

Added:
tags/packages/ocaml-duppy/0.1.2-1/
  - copied from r5808, trunk/packages/ocaml-duppy/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] r5802 - in /trunk/packages/liquidsoap/trunk/debian: changelog patches/fix_task_leak_in_request_source.patch patches/series

2008-06-24 Thread toots
Author: toots
Date: Tue Jun 24 11:38:25 2008
New Revision: 5802

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5802
Log:
Dropped no more needed patch..

Removed:

trunk/packages/liquidsoap/trunk/debian/patches/fix_task_leak_in_request_source.patch
Modified:
trunk/packages/liquidsoap/trunk/debian/changelog
trunk/packages/liquidsoap/trunk/debian/patches/series

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5802op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Tue Jun 24 11:38:25 2008
@@ -2,6 +2,8 @@
 
   * Rebuild against fixed ocaml-bjack
   * Bumped build-dep version for ocaml-bjack
+  * Dropped patch for task leak in request_source.ml
+  * Updated patch for array length in playlist.next
 
  -- Romain Beauxis [EMAIL PROTECTED]  Mon, 23 Jun 2008 12:01:27 +0200
 

Modified: trunk/packages/liquidsoap/trunk/debian/patches/series
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/patches/series?rev=5802op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/patches/series (original)
+++ trunk/packages/liquidsoap/trunk/debian/patches/series Tue Jun 24 11:38:25 
2008
@@ -1,4 +1,3 @@
-fix_task_leak_in_request_source.patch
 fix_array_length_in_next.patch
 fix_interthread_mutex_lock.patch
 fix_timeout_delay_propagation.patch


___
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] r5803 - /tags/packages/liquidsoap/0.3.7-3/

2008-06-24 Thread toots
Author: toots
Date: Tue Jun 24 11:40:07 2008
New Revision: 5803

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5803
Log:
[svn-buildpackage] Tagging liquidsoap (0.3.7-3)

Added:
tags/packages/liquidsoap/0.3.7-3/
  - copied from r5802, trunk/packages/liquidsoap/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] r5798 - in /trunk/packages/ocaml-bjack: tarballs/ocaml-bjack_0.1.0.orig.tar.gz tarballs/ocaml-bjack_0.1.1.orig.tar.gz trunk/debian/changelog

2008-06-23 Thread toots
Author: toots
Date: Mon Jun 23 08:59:13 2008
New Revision: 5798

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5798
Log:
Prepared 0.1.1-1

Added:
trunk/packages/ocaml-bjack/tarballs/ocaml-bjack_0.1.1.orig.tar.gz   (with 
props)
Removed:
trunk/packages/ocaml-bjack/tarballs/ocaml-bjack_0.1.0.orig.tar.gz
Modified:
trunk/packages/ocaml-bjack/trunk/debian/changelog

Added: trunk/packages/ocaml-bjack/tarballs/ocaml-bjack_0.1.1.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/tarballs/ocaml-bjack_0.1.1.orig.tar.gz?rev=5798op=file
==
Binary file - no diff available.

Propchange: trunk/packages/ocaml-bjack/tarballs/ocaml-bjack_0.1.1.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/ocaml-bjack/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/debian/changelog?rev=5798op=diff
==
--- trunk/packages/ocaml-bjack/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-bjack/trunk/debian/changelog Mon Jun 23 08:59:13 2008
@@ -1,3 +1,9 @@
+ocaml-bjack (0.1.1-1) unstable; urgency=low
+
+  * New upstream release, fixes typo in caml_bjack_open_byte(s) 
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Mon, 23 Jun 2008 10:57:06 +0200
+
 ocaml-bjack (0.1.0-3) unstable; urgency=low
 
   * Added needed libsamplerate0-dev to dependencies 


___
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] r5801 - /trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch

2008-06-23 Thread toots
Author: toots
Date: Tue Jun 24 01:53:25 2008
New Revision: 5801

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5801
Log:
Updated patch to fix playlist issue...

Modified:

trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch

Modified: 
trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch?rev=5801op=diff
==
--- 
trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch 
(original)
+++ 
trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch 
Tue Jun 24 01:53:25 2008
@@ -2,14 +2,15 @@
 ===
 --- liquidsoap-0.3.7.orig/src/sources/playlist.ml  2008-06-03 
01:41:02.0 +0200
 +++ liquidsoap-0.3.7/src/sources/playlist.ml   2008-06-22 12:53:06.0 
+0200
-@@ -341,8 +341,9 @@
-   n
+@@ -344,8 +344,8 @@
(fun i - !playlist.((index_played+i+1) mod (Array.length 
!playlist)))
  | Randomize -
-+let l = Array.length !playlist in
  Array.init
 -  (min n (Array.length !playlist)-index_played-1)
-+  (min n (l-index_played-1 mod l))
-   (fun i - !playlist.(index_played+i+1))
+-  (fun i - !playlist.(index_played+i+1))
++  (min n (Array.length !playlist)-index_played)
++  (fun i - !playlist.(index_played+i))
  | Random - [||])
+
+ end
  


___
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] r5787 - in /trunk/packages/liquidsoap/trunk/debian: ./ patches/

2008-06-22 Thread toots
Author: toots
Date: Sun Jun 22 10:55:48 2008
New Revision: 5787

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5787
Log:
Added more patches..

Added:

trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch

trunk/packages/liquidsoap/trunk/debian/patches/fix_interthread_mutex_lock.patch

trunk/packages/liquidsoap/trunk/debian/patches/fix_task_leak_in_request_source.patch

trunk/packages/liquidsoap/trunk/debian/patches/fix_timeout_delay_propagation.patch
Modified:
trunk/packages/liquidsoap/trunk/debian/changelog
trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch
trunk/packages/liquidsoap/trunk/debian/patches/fix_vorbis_mono_output.patch
trunk/packages/liquidsoap/trunk/debian/patches/series

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5787op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Sun Jun 22 10:55:48 2008
@@ -6,6 +6,10 @@
   * Backported several fixes from upstream:
 + Fix vorbis mono output
 + Fix parameter order in documentation
++ Fix add_timeout delay propagation
++ Fix inter-thread mutex lock in playlist.ml
++ Fix task leak in request_source.ml
++ Fix array length in playlist.next
   * Enabled ocaml-bjack support
 
  -- Romain Beauxis [EMAIL PROTECTED]  Thu, 12 Jun 2008 13:47:16 +0200

Added: 
trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch?rev=5787op=file
==
--- 
trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch 
(added)
+++ 
trunk/packages/liquidsoap/trunk/debian/patches/fix_array_length_in_next.patch 
Sun Jun 22 10:55:48 2008
@@ -1,0 +1,15 @@
+Index: liquidsoap-0.3.7/src/sources/playlist.ml
+===
+--- liquidsoap-0.3.7.orig/src/sources/playlist.ml  2008-06-03 
01:41:02.0 +0200
 liquidsoap-0.3.7/src/sources/playlist.ml   2008-06-22 12:53:06.0 
+0200
+@@ -341,8 +341,9 @@
+   n
+   (fun i - !playlist.((index_played+i+1) mod (Array.length 
!playlist)))
+ | Randomize -
++let l = Array.length !playlist in
+ Array.init
+-  (min n (Array.length !playlist)-index_played-1)
++  (min n (l-index_played-1 mod l))
+   (fun i - !playlist.(index_played+i+1))
+ | Random - [||])
+ 

Added: 
trunk/packages/liquidsoap/trunk/debian/patches/fix_interthread_mutex_lock.patch
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/patches/fix_interthread_mutex_lock.patch?rev=5787op=file
==
--- 
trunk/packages/liquidsoap/trunk/debian/patches/fix_interthread_mutex_lock.patch 
(added)
+++ 
trunk/packages/liquidsoap/trunk/debian/patches/fix_interthread_mutex_lock.patch 
Sun Jun 22 10:55:48 2008
@@ -1,0 +1,26 @@
+Index: liquidsoap-0.3.7/src/sources/playlist.ml
+===
+--- liquidsoap-0.3.7.orig/src/sources/playlist.ml  2008-06-22 
12:52:28.0 +0200
 liquidsoap-0.3.7/src/sources/playlist.ml   2008-06-22 12:52:28.0 
+0200
+@@ -201,14 +201,16 @@
+ 
+   (* [reloading] avoids two reloadings being prepared at the same time. *)
+   method reload_playlist ?new_reload ?new_random ?new_playlist_uri () =
+-if Mutex.try_lock reloading then
+   Duppy.Task.add Tutils.scheduler 
+ { Duppy.Task.priority = Tutils.Maybe_blocking ;
+   Duppy.Task.events   = [`Delay 0.] ;
+-Duppy.Task.handler  = (fun _ -
+-  self#reload_playlist_internal
+-new_reload new_random new_playlist_uri ;
+-  Mutex.unlock reloading ;
++  Duppy.Task.handler  = (fun _ -
++  if Mutex.try_lock reloading then
++begin
++  self#reload_playlist_internal
++new_reload new_random new_playlist_uri ;
++  Mutex.unlock reloading 
++end ;
+   []) }
+ 
+   method reload_playlist_nobg ?new_reload ?new_random ?new_playlist_uri () =

Modified: trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch?rev=5787op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch 
(original)
+++ trunk/packages/liquidsoap

[Pkg-ocaml-maint-commits] r5789 - in /trunk/packages/liquidsoap/trunk/debian: changelog liquidsoap.dirs liquidsoap.postinst

2008-06-22 Thread toots
Author: toots
Date: Sun Jun 22 11:09:15 2008
New Revision: 5789

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5789
Log:
Create homedir in postinst...

Modified:
trunk/packages/liquidsoap/trunk/debian/changelog
trunk/packages/liquidsoap/trunk/debian/liquidsoap.dirs
trunk/packages/liquidsoap/trunk/debian/liquidsoap.postinst

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5789op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Sun Jun 22 11:09:15 2008
@@ -1,7 +1,7 @@
 liquidsoap (0.3.7-2) unstable; urgency=low
 
-  * Install /usr/share/liquidsoap directory, needed for
-liquidsoap user.
+  * Created /usr/share/liquidsoap directory, needed for
+liguidsoap.
   * Install logrotate file
   * Backported several fixes from upstream:
 + Fix vorbis mono output

Modified: trunk/packages/liquidsoap/trunk/debian/liquidsoap.dirs
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/liquidsoap.dirs?rev=5789op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/liquidsoap.dirs (original)
+++ trunk/packages/liquidsoap/trunk/debian/liquidsoap.dirs Sun Jun 22 11:09:15 
2008
@@ -2,4 +2,3 @@
 etc/init.d
 var/log/liquidsoap
 var/run/liquidsoap
-usr/share/liquidsoap

Modified: trunk/packages/liquidsoap/trunk/debian/liquidsoap.postinst
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/liquidsoap.postinst?rev=5789op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/liquidsoap.postinst (original)
+++ trunk/packages/liquidsoap/trunk/debian/liquidsoap.postinst Sun Jun 22 
11:09:15 2008
@@ -24,9 +24,16 @@
 if ! id liquidsoap /dev/null 21; then
 # Create the new system account
 adduser --system --disabled-password --disabled-login \
---home /usr/share/liquidsoap --no-create-home --ingroup liquidsoap 
liquidsoap
+--home /usr/share/liquidsoap --ingroup liquidsoap liquidsoap
 fi
 
+# Add again /usr/share/liquidsoap if user was already created
+if ! test -d /usr/share/liquidsoap; then
+mkdir /usr/share/liquidsoap
+fi
+
+# Fix directories ownership
+chown -R root:root /usr/share/liquidsoap
 chown -R liquidsoap:liquidsoap /var/log/liquidsoap /var/run/liquidsoap
 
 #DEBHELPER#


___
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] r5790 - in /trunk/packages/ocaml-bjack/trunk/debian: changelog control control.in

2008-06-22 Thread toots
Author: toots
Date: Sun Jun 22 11:19:39 2008
New Revision: 5790

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5790
Log:
Fixed deps for libbjack-ocaml-dev

Modified:
trunk/packages/ocaml-bjack/trunk/debian/changelog
trunk/packages/ocaml-bjack/trunk/debian/control
trunk/packages/ocaml-bjack/trunk/debian/control.in

Modified: trunk/packages/ocaml-bjack/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/debian/changelog?rev=5790op=diff
==
--- trunk/packages/ocaml-bjack/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-bjack/trunk/debian/changelog Sun Jun 22 11:19:39 2008
@@ -1,3 +1,11 @@
+ocaml-bjack (0.1.0-3) unstable; urgency=low
+
+  * Added needed libsamplerate0-dev to dependencies 
+for libbjack-ocaml-dev
+  * Bumped standard-versions to 3.8.0
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Sun, 22 Jun 2008 13:18:52 +0200
+
 ocaml-bjack (0.1.0-2) unstable; urgency=low
 
   * Updated copyright notice 

Modified: trunk/packages/ocaml-bjack/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/debian/control?rev=5790op=diff
==
--- trunk/packages/ocaml-bjack/trunk/debian/control (original)
+++ trunk/packages/ocaml-bjack/trunk/debian/control Sun Jun 22 11:19:39 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
 Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
 Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), ocaml-nox, libjack-dev, 
libsamplerate0-dev, ocaml-findlib, pkg-config
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://savonet.sourceforge.net/
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/
@@ -23,7 +23,7 @@
 Package: libbjack-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libjack-dev, libbjack-ocaml (= 
${binary:Version}), ocaml-findlib
+Depends: ocaml-nox-${F:OCamlABI}, libjack-dev, libsamplerate0-dev, 
libbjack-ocaml (= ${binary:Version}), ocaml-findlib
 Description: OCaml blocking interface to jack audio connection kit
  ocaml-bjack is a blocking interface to jack audio connection kit.
  Using it, you can create a jack device and read/write from it

Modified: trunk/packages/ocaml-bjack/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/debian/control.in?rev=5790op=diff
==
--- trunk/packages/ocaml-bjack/trunk/debian/control.in (original)
+++ trunk/packages/ocaml-bjack/trunk/debian/control.in Sun Jun 22 11:19:39 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
 Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
 Build-Depends: @cdbs@, libjack-dev, libsamplerate0-dev, ocaml-findlib, 
pkg-config
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://savonet.sourceforge.net/
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/
@@ -23,7 +23,7 @@
 Package: libbjack-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libjack-dev, libbjack-ocaml (= 
${binary:Version}), ocaml-findlib
+Depends: ocaml-nox-${F:OCamlABI}, libjack-dev, libsamplerate0-dev, 
libbjack-ocaml (= ${binary:Version}), ocaml-findlib
 Description: OCaml blocking interface to jack audio connection kit
  ocaml-bjack is a blocking interface to jack audio connection kit.
  Using it, you can create a jack device and read/write from it


___
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] r5768 - /trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch

2008-06-15 Thread toots
Author: toots
Date: Sun Jun 15 13:15:23 2008
New Revision: 5768

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5768
Log:
Changed fix for documentation parameter..

Modified:
trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch

Modified: trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch?rev=5768op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch 
(original)
+++ trunk/packages/liquidsoap/trunk/debian/patches/fix_parameter_doc.patch Sun 
Jun 15 13:15:23 2008
@@ -1,53 +1,21 @@
-Index: liquidsoap-0.3.7/scripts/utils.liq
-===
 liquidsoap-0.3.7.orig/scripts/utils.liq2008-06-03 01:41:03.0 
+0200
-+++ liquidsoap-0.3.7/scripts/utils.liq 2008-06-15 14:47:06.0 +0200
-@@ -15,8 +15,8 @@
- 
- # Alias for the codel[k]/code notation.
- # @category List
--# @param a Key to look for
- # @param l List of pairs (key,value)
-+# @param a Key to look for
- def list.assoc(a,l)
-   l[a]
- end
-@@ -24,8 +24,8 @@
- # list.mem_assoc(key,l) returns true if l contains a pair
- # (key,value)
- # @category List
--# @param a Key to look for
- # @param l List of pairs (key,value)
-+# @param a Key to look for
- def list.mem_assoc(a,l)
-   v = list.assoc(a,l)
-   # We check for existence, since  may indicate
-@@ -35,8 +35,8 @@
- 
- # Remove a pair from an associative list
- # @category List
--# @param a Key of pair to be removed
- # @param l List of pairs (key,value)
-+# @param a Key of pair to be removed
- def list.remove_assoc(a,l)
-   list.remove((a,list.assoc(a,l)),l)
- end
-@@ -125,15 +125,15 @@
- # Special track insensitive fallback that
- # always skip current song before switching.
- # @category Source / Track Processing
--# @param s The input source
-+# @param ~input The input source
- # @param f The fallback source
--def fallback.skip(s,f)
-+def fallback.skip(~input,f)
-   def transition(a,b) =
- source.skip(a)
- # This eats the last remaining frame from a
- sequence([a,b])
-   end
--  fallback(track_sensitive=false,transitions=[transition,transition],[s,f])
-+  
fallback(track_sensitive=false,transitions=[transition,transition],[input,f])
- end
- 
- # Compress and normalize, producing a more uniform and full sound.
+Index: trunk/liquidsoap/src/lang/lang_pp.ml
+===
+--- liquidsoap/src/lang/lang_pp.ml (revision 5147)
 liquidsoap/src/lang/lang_pp.ml (revision 5734)
+@@ -191,7 +191,5 @@
+ 
+ (* Glue the documenting comments to the corresponding PP_DEF (read pre-DEF)
+- * and strip out other comments.
+- * TODO: The parsing of comments is done at lexing, whether the comment is in
+- * documenting position or not. This could be enhanced. *)
++ * and strip out other comments. *)
+ 
+ let parse_comments tokenizer =
+@@ -232,5 +230,6 @@
+ doc
+ in
+-let main = String.concat \n (List.rev main) in
++let main = List.rev main and params = List.rev params in
++let main = String.concat \n main in
+ let doc =
+   let sort = false in


___
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] r5756 - in /trunk/packages/liquidsoap: tarballs/ trunk/debian/

2008-06-08 Thread toots
Author: toots
Date: Sun Jun  8 15:19:42 2008
New Revision: 5756

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5756
Log:
Prepared 0.3.7..

Added:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.7.orig.tar.gz   (with 
props)
Removed:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.6.orig.tar.gz
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.7~rc1.orig.tar.gz
trunk/packages/liquidsoap/trunk/debian/liq-utils.install
Modified:
trunk/packages/liquidsoap/trunk/debian/changelog
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/control.in
trunk/packages/liquidsoap/trunk/debian/liquidsoap.docs

Added: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.7.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.7.orig.tar.gz?rev=5756op=file
==
Binary file - no diff available.

Propchange: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.7.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5756op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Sun Jun  8 15:19:42 2008
@@ -1,18 +1,11 @@
-liquidsoap (0.3.7~rc1-1) experimental; urgency=low
+liquidsoap (0.3.7-1) unstable; urgency=low
 
-  * First release candidate.
-  * Upload to experimental until the transition is over,
-and the final release is done.
+  * New upstream release
   * Switched maintainer to the debian ocaml team
   * Dropped patches applied upstream
+  * Removed ocaml-alsa build-dep for non-linux archs
 
  -- Romain Beauxis [EMAIL PROTECTED]  Wed, 28 May 2008 21:25:41 -0400
-
-liquidsoap (0.3.6-5) UNRELEASED; urgency=low
-
-  * Removed ocaml-ao build-dep for non-linux archs.
-
- -- Romain Beauxis [EMAIL PROTECTED]  Thu, 08 May 2008 01:08:00 +0200
 
 liquidsoap (0.3.6-4) unstable; urgency=high
 

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5756op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Sun Jun  8 15:19:42 2008
@@ -11,8 +11,8 @@
   python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev
   libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
   libpcre-ocaml-dev, libxml-light-ocaml-dev, libladspa-ocaml-dev, 
-  libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, libbjack-ocaml-dev,
-  liblastfm-ocaml-dev, libxmlplaylist-ocaml-dev, libfaad-ocaml-dev
+  libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
+  libxmlplaylist-ocaml-dev
 Standards-Version: 3.7.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/
@@ -53,15 +53,3 @@
  .
  It can control a running instance of liquidsoap or launch its own instance.
 
-Package: liq-utils
-Architecture: all
-Depends: liquidsoap (= ${binary:Version})
-Description: set of usefull scripts using liquidsoap
- This package contains usefull scripts written in liquidsoap
- script language
- .
- Currently, it contains:
-  * liq123: audio player that supports HTTP streams, local files lastfm radios,
-and directories, in any audio formats recognized by liquidsoap.
-  * streamliqueur: stream ripper supporting HTTP and lastfm streams.
-

Modified: trunk/packages/liquidsoap/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control.in?rev=5756op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control.in (original)
+++ trunk/packages/liquidsoap/trunk/debian/control.in Sun Jun  8 15:19:42 2008
@@ -11,8 +11,8 @@
   python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev
   libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
   libpcre-ocaml-dev, libxml-light-ocaml-dev, libladspa-ocaml-dev, 
-  libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, libbjack-ocaml-dev,
-  liblastfm-ocaml-dev, libxmlplaylist-ocaml-dev, libfaad-ocaml-dev
+  libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
+  libxmlplaylist-ocaml-dev
 Standards-Version: 3.7.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap

[Pkg-ocaml-maint-commits] r5757 - /trunk/packages/liquidsoap/trunk/debian/control

2008-06-08 Thread toots
Author: toots
Date: Sun Jun  8 15:26:07 2008
New Revision: 5757

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5757
Log:
Oops..

Modified:
trunk/packages/liquidsoap/trunk/debian/control

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5757op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Sun Jun  8 15:26:07 2008
@@ -8,7 +8,7 @@
   libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), 
   libmad-ocaml-dev (= 0.3.4), libdtools-ocaml-dev (= 0.1.4), 
libtaglib-ocaml-dev
   libcamomile-ocaml-dev, festival, libxml-dom-perl, python-gtk2-dev, 
-  python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev
+  python, python-support (= 0.3), libao-ocaml-dev, libduppy-ocaml-dev, 
   libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
   libpcre-ocaml-dev, libxml-light-ocaml-dev, libladspa-ocaml-dev, 
   libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 


___
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] r5761 - in /trunk/packages/liquidsoap/trunk/debian: control control.in

2008-06-08 Thread toots
Author: toots
Date: Mon Jun  9 01:31:18 2008
New Revision: 5761

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5761
Log:
Also add ocaml-magic to build-dep..

Modified:
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/control.in

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5761op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Mon Jun  9 01:31:18 2008
@@ -12,7 +12,7 @@
   libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
   libpcre-ocaml-dev, libxml-light-ocaml-dev, libladspa-ocaml-dev, 
   libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
-  libxmlplaylist-ocaml-dev
+  libxmlplaylist-ocaml-dev, libmagic-ocaml-dev
 Standards-Version: 3.7.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/

Modified: trunk/packages/liquidsoap/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control.in?rev=5761op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control.in (original)
+++ trunk/packages/liquidsoap/trunk/debian/control.in Mon Jun  9 01:31:18 2008
@@ -12,7 +12,7 @@
   libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
   libpcre-ocaml-dev, libxml-light-ocaml-dev, libladspa-ocaml-dev, 
   libportaudio-ocaml-dev, libsoundtouch-ocaml-dev, liblastfm-ocaml-dev, 
-  libxmlplaylist-ocaml-dev
+  libxmlplaylist-ocaml-dev, libmagic-ocaml-dev
 Standards-Version: 3.7.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/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] r5754 - in /trunk/packages/ocaml-bjack/trunk/debian: changelog copyright

2008-06-07 Thread toots
Author: toots
Date: Sat Jun  7 16:14:03 2008
New Revision: 5754

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5754
Log:
Updated debian/copyright

Modified:
trunk/packages/ocaml-bjack/trunk/debian/changelog
trunk/packages/ocaml-bjack/trunk/debian/copyright

Modified: trunk/packages/ocaml-bjack/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/debian/changelog?rev=5754op=diff
==
--- trunk/packages/ocaml-bjack/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-bjack/trunk/debian/changelog Sat Jun  7 16:14:03 2008
@@ -1,6 +1,11 @@
+ocaml-bjack (0.1.0-2) unstable; urgency=low
+
+  * Updated copyright notice 
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Sat, 07 Jun 2008 18:12:42 +0200
+
 ocaml-bjack (0.1.0-1) unstable; urgency=low
 
   * Initial upload to unstable (Closes: #480438)
 
- -- Romain Beauxis [EMAIL PROTECTED]  Tue, 27 May 2008 11:32:07 +0200
-
+ -- Romain Beauxis [EMAIL PROTECTED]  Sat, 07 Jun 2008 18:12:39 +0200

Modified: trunk/packages/ocaml-bjack/trunk/debian/copyright
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/debian/copyright?rev=5754op=diff
==
--- trunk/packages/ocaml-bjack/trunk/debian/copyright (original)
+++ trunk/packages/ocaml-bjack/trunk/debian/copyright Sat Jun  7 16:14:03 2008
@@ -6,11 +6,16 @@
 Upstream Author: The Savonet Team [EMAIL PROTECTED]
 
 Copyright: Copyright (C) 2007-2008 Romain Beauxis
+  Part of the code in jack_wrapper.{c,h} was taken from 
+  bio2jack, written by Chris Morgan
+  The copyright for this code is:
+2004 Chris Morgan [EMAIL PROTECTED]
 
 License:
 
   License for this package is the GNU Lesser General Public
-  License, with the aditional exception:
+  License, with the aditional exception (the GNU Library General Public 
License 
+  is the former name for the GNU Lesser General Public License):
 
 
 As a special exception to the GNU Library General Public License, you may


___
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] r5755 - /tags/packages/ocaml-bjack/0.1.0-2/

2008-06-07 Thread toots
Author: toots
Date: Sat Jun  7 16:25:34 2008
New Revision: 5755

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5755
Log:
[svn-buildpackage] Tagging ocaml-bjack (0.1.0-2)

Added:
tags/packages/ocaml-bjack/0.1.0-2/
  - copied from r5754, trunk/packages/ocaml-bjack/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] r5720 - /trunk/packages/ocaml-mad/trunk/debian/changelog

2008-06-01 Thread toots
Author: toots
Date: Sun Jun  1 17:02:17 2008
New Revision: 5720

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5720
Log:
Prepared upload to unstable...

Modified:
trunk/packages/ocaml-mad/trunk/debian/changelog

Modified: trunk/packages/ocaml-mad/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk/debian/changelog?rev=5720op=diff
==
--- trunk/packages/ocaml-mad/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-mad/trunk/debian/changelog Sun Jun  1 17:02:17 2008
@@ -1,3 +1,9 @@
+ocaml-mad (0.3.4-2) unstable; urgency=low
+
+  * Upload to experimental now that the transition is over.
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Sun, 01 Jun 2008 13:01:23 -0400
+
 ocaml-mad (0.3.4-1) experimental; urgency=low
 
   * New upstream release, fixes file descriptor leak.


___
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] r5721 - /tags/packages/ocaml-mad/0.3.4-2/

2008-06-01 Thread toots
Author: toots
Date: Sun Jun  1 17:04:50 2008
New Revision: 5721

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5721
Log:
[svn-buildpackage] Tagging ocaml-mad (0.3.4-2)

Added:
tags/packages/ocaml-mad/0.3.4-2/
  - copied from r5720, trunk/packages/ocaml-mad/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] r5723 - /trunk/packages/ocaml-mad/trunk/debian/changelog

2008-06-01 Thread toots
Author: toots
Date: Sun Jun  1 17:13:09 2008
New Revision: 5723

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5723
Log:
Fixed typo

Modified:
trunk/packages/ocaml-mad/trunk/debian/changelog

Modified: trunk/packages/ocaml-mad/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk/debian/changelog?rev=5723op=diff
==
--- trunk/packages/ocaml-mad/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-mad/trunk/debian/changelog Sun Jun  1 17:13:09 2008
@@ -1,6 +1,6 @@
 ocaml-mad (0.3.4-2) unstable; urgency=low
 
-  * Upload to experimental now that the transition is over.
+  * Upload to unstable now that the transition is over.
 
  -- Romain Beauxis [EMAIL PROTECTED]  Sun, 01 Jun 2008 13:01:23 -0400
 


___
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] r5724 - /tags/packages/ocaml-mad/0.3.4-2/

2008-06-01 Thread toots
Author: toots
Date: Sun Jun  1 17:14:26 2008
New Revision: 5724

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5724
Log:
[svn-buildpackage] Tagging ocaml-mad (0.3.4-2)

Added:
tags/packages/ocaml-mad/0.3.4-2/
  - copied from r5723, trunk/packages/ocaml-mad/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] r5709 - in /trunk/packages/liquidsoap/trunk/debian: control control.in

2008-05-28 Thread toots
Author: toots
Date: Thu May 29 01:22:30 2008
New Revision: 5709

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5709
Log:
Moved icecast2 to suggests now that recommends are installed by default. Also 
wrapped (huge) build-deps...

Modified:
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/control.in

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5709op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Thu May 29 01:22:30 2008
@@ -3,7 +3,15 @@
 Priority: optional
 Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
 Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 4.2.0), quilt, patchutils (= 0.2.25), cdbs (= 
0.4.27-1), ocaml-nox, ocaml-findlib, libshout-ocaml-dev, libogg-ocaml-dev (= 
0.1.1), libvorbis-ocaml-dev (= 0.4.0), libmad-ocaml-dev (= 0.3.2), 
libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), libcamomile-ocaml-dev, 
festival, wget, libxml-dom-perl, texlive, python-gtk2-dev, python, 
python-support (= 0.3), libao-ocaml-dev, libalsa-ocaml-dev (= 0.1.2) 
[!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], libpcre-ocaml-dev, 
libxml-light-ocaml-dev, libextlib-ocaml-dev, libladspa-ocaml-dev, 
libportaudio-ocaml-dev, libsoundtouch-ocaml-dev
+Build-Depends: debhelper (= 4.2.0), quilt, patchutils (= 0.2.25), cdbs (= 
0.4.27-1), 
+  ocaml-nox, ocaml-findlib, libshout-ocaml-dev, 
+  libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), 
+  libmad-ocaml-dev (= 0.3.2), libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), 
+  libcamomile-ocaml-dev, festival, wget, libxml-dom-perl, texlive, 
python-gtk2-dev, 
+  python, python-support (= 0.3), libao-ocaml-dev, 
+  libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
+  libpcre-ocaml-dev, libxml-light-ocaml-dev, libextlib-ocaml-dev, 
libladspa-ocaml-dev, 
+  libportaudio-ocaml-dev, libsoundtouch-ocaml-dev
 Standards-Version: 3.7.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/
@@ -12,8 +20,7 @@
 Package: liquidsoap
 Architecture: any
 Depends: ${shlibs:Depends}, libcamomile-ocaml-data, wget, adduser
-Recommends: icecast2
-Suggests: festival, liguidsoap
+Suggests: icecast2, festival, liguidsoap
 Description: audio streaming language
  Liquidsoap is a powerful tool for building complex audio streaming systems,
  typically targeting internet radios (e.g. icecast streams).

Modified: trunk/packages/liquidsoap/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control.in?rev=5709op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control.in (original)
+++ trunk/packages/liquidsoap/trunk/debian/control.in Thu May 29 01:22:30 2008
@@ -3,7 +3,15 @@
 Priority: optional
 Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
 Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
-Build-Depends: @cdbs@, ocaml-nox, ocaml-findlib, libshout-ocaml-dev, 
libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), libmad-ocaml-dev 
(= 0.3.2), libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), 
libcamomile-ocaml-dev, festival, wget, libxml-dom-perl, texlive, 
python-gtk2-dev, python, python-support (= 0.3), libao-ocaml-dev, 
libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
libpcre-ocaml-dev, libxml-light-ocaml-dev, libextlib-ocaml-dev, 
libladspa-ocaml-dev, libportaudio-ocaml-dev, libsoundtouch-ocaml-dev
+Build-Depends: @cdbs@, 
+  ocaml-nox, ocaml-findlib, libshout-ocaml-dev, 
+  libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), 
+  libmad-ocaml-dev (= 0.3.2), libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), 
+  libcamomile-ocaml-dev, festival, wget, libxml-dom-perl, texlive, 
python-gtk2-dev, 
+  python, python-support (= 0.3), libao-ocaml-dev, 
+  libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
+  libpcre-ocaml-dev, libxml-light-ocaml-dev, libextlib-ocaml-dev, 
libladspa-ocaml-dev, 
+  libportaudio-ocaml-dev, libsoundtouch-ocaml-dev
 Standards-Version: 3.7.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/
@@ -12,8 +20,7 @@
 Package: liquidsoap
 Architecture: any
 Depends: ${shlibs:Depends}, libcamomile-ocaml-data, wget, adduser
-Recommends: icecast2
-Suggests: festival, liguidsoap
+Suggests: icecast2, festival, liguidsoap
 Description: audio streaming language
  Liquidsoap is a powerful tool for building complex audio streaming

[Pkg-ocaml-maint-commits] r5704 - in /trunk/packages/ocaml-faad: ./ tarballs/ trunk/ trunk/debian/

2008-05-27 Thread toots
Author: toots
Date: Tue May 27 16:58:16 2008
New Revision: 5704

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5704
Log:
Initial packaging for ocaml-faad

Added:
trunk/packages/ocaml-faad/tarballs/
trunk/packages/ocaml-faad/tarballs/ocaml-faad_0.1.0.orig.tar.gz   (with 
props)
trunk/packages/ocaml-faad/trunk/
trunk/packages/ocaml-faad/trunk/debian/   (with props)
trunk/packages/ocaml-faad/trunk/debian/changelog
trunk/packages/ocaml-faad/trunk/debian/compat
trunk/packages/ocaml-faad/trunk/debian/control
trunk/packages/ocaml-faad/trunk/debian/control.in
trunk/packages/ocaml-faad/trunk/debian/copyright
trunk/packages/ocaml-faad/trunk/debian/libfaad-ocaml-dev.docs
trunk/packages/ocaml-faad/trunk/debian/libfaad-ocaml-dev.install.in
trunk/packages/ocaml-faad/trunk/debian/libfaad-ocaml.install.in
trunk/packages/ocaml-faad/trunk/debian/rules   (with props)
trunk/packages/ocaml-faad/trunk/debian/svn-deblayout
trunk/packages/ocaml-faad/trunk/debian/watch
Modified:
trunk/packages/ocaml-faad/   (props changed)

Propchange: trunk/packages/ocaml-faad/
--
--- svn:ignore (added)
+++ svn:ignore Tue May 27 16:58:16 2008
@@ -1,0 +1,1 @@
+build-area

Added: trunk/packages/ocaml-faad/tarballs/ocaml-faad_0.1.0.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-faad/tarballs/ocaml-faad_0.1.0.orig.tar.gz?rev=5704op=file
==
Binary file - no diff available.

Propchange: trunk/packages/ocaml-faad/tarballs/ocaml-faad_0.1.0.orig.tar.gz
--
svn:mime-type = application/octet-stream

Propchange: trunk/packages/ocaml-faad/trunk/debian/
--
mergeWithUpstream = 1

Added: trunk/packages/ocaml-faad/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-faad/trunk/debian/changelog?rev=5704op=file
==
--- trunk/packages/ocaml-faad/trunk/debian/changelog (added)
+++ trunk/packages/ocaml-faad/trunk/debian/changelog Tue May 27 16:58:16 2008
@@ -1,0 +1,6 @@
+ocaml-faad (0.1.0-1) unstable; urgency=low
+
+  * Initial upload to unstable (Closes: #476296)
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Tue, 27 May 2008 18:49:03 +0200
+

Added: trunk/packages/ocaml-faad/trunk/debian/compat
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-faad/trunk/debian/compat?rev=5704op=file
==
--- trunk/packages/ocaml-faad/trunk/debian/compat (added)
+++ trunk/packages/ocaml-faad/trunk/debian/compat Tue May 27 16:58:16 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/ocaml-faad/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-faad/trunk/debian/control?rev=5704op=file
==
--- trunk/packages/ocaml-faad/trunk/debian/control (added)
+++ trunk/packages/ocaml-faad/trunk/debian/control Tue May 27 16:58:16 2008
@@ -1,0 +1,33 @@
+Source: ocaml-faad
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
+Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), ocaml-nox, libfaad-dev, 
ocaml-findlib, pkg-config
+Standards-Version: 3.7.3
+Homepage: http://savonet.sourceforge.net/
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-faad/trunk
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-faad/trunk/
+
+Package: libfaad-ocaml
+Architecture: any
+Section: libs
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Description: OCaml bindings to the freeware Advanced Audio Decoder
+ The freeware Advanced Audio Decoder is a library for decoding 
+ audio data using the AAC audio format. Ocaml-faad provides a 
+ programming interface in OCaml for this library.
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libfaad-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, libfaad-dev, libfaad-ocaml (= 
${binary:Version}), ocaml-findlib
+Description: OCaml bindings to the freeware Advanced Audio Decoder
+ The freeware Advanced Audio Decoder is a library for decoding
+ audio data using the AAC audio format. Ocaml-faad provides a
+ programming interface in OCaml for this library. 
+ .
+ This package contains all the development stuff you need to develop
+ OCaml programs which use ocaml-faad.

Added: trunk/packages/ocaml-faad/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-faad/trunk/debian

[Pkg-ocaml-maint-commits] r5619 - /trunk/packages/ocaml-bjack/tarballs/ocaml-bjack_0.1.0.orig.tar.gz

2008-05-10 Thread toots
Author: toots
Date: Sat May 10 23:47:53 2008
New Revision: 5619

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5619
Log:
Added correct tarball for ocambjack

Modified:
trunk/packages/ocaml-bjack/tarballs/ocaml-bjack_0.1.0.orig.tar.gz

Modified: trunk/packages/ocaml-bjack/tarballs/ocaml-bjack_0.1.0.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/tarballs/ocaml-bjack_0.1.0.orig.tar.gz?rev=5619op=diff
==
Binary files - no diff available.


___
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] r5613 - /trunk/packages/ocaml-bjack/

2008-05-09 Thread toots
Author: toots
Date: Sat May 10 00:50:42 2008
New Revision: 5613

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5613
Log:
Initial directory for ocaml-bjack

Added:
trunk/packages/ocaml-bjack/


___
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] r5601 - in /trunk/packages/liquidsoap/trunk/debian: changelog control control.in

2008-05-07 Thread toots
Author: toots
Date: Thu May  8 01:09:26 2008
New Revision: 5601

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5601
Log:
Removed ocaml-ao build-dep for non-linux archs.

Modified:
trunk/packages/liquidsoap/trunk/debian/changelog
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/control.in

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5601op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Thu May  8 01:09:26 2008
@@ -1,3 +1,9 @@
+liquidsoap (0.3.6-5) UNRELEASED; urgency=low
+
+  * Removed ocaml-ao build-dep for non-linux archs.
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Thu, 08 May 2008 01:08:00 +0200
+
 liquidsoap (0.3.6-4) unstable; urgency=high
 
   * Updated fix for smartcross

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5601op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Thu May  8 01:09:26 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
 Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 4.2.0), quilt, patchutils (= 0.2.25), cdbs (= 
0.4.27), ocaml-nox, ocaml-findlib, libshout-ocaml-dev, libogg-ocaml-dev (= 
0.1.1), libvorbis-ocaml-dev (= 0.4.0), libmad-ocaml-dev (= 0.3.2), 
libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), libcamomile-ocaml-dev, 
festival, wget, libxml-dom-perl, texlive, python-gtk2-dev, python, 
python-support (= 0.3), libao-ocaml-dev, libalsa-ocaml-dev (= 0.1.2), 
libpcre-ocaml-dev, libxml-light-ocaml-dev, libextlib-ocaml-dev, 
libladspa-ocaml-dev, libportaudio-ocaml-dev, libsoundtouch-ocaml-dev
+Build-Depends: debhelper (= 4.2.0), quilt, patchutils (= 0.2.25), cdbs (= 
0.4.27-1), ocaml-nox, ocaml-findlib, libshout-ocaml-dev, libogg-ocaml-dev (= 
0.1.1), libvorbis-ocaml-dev (= 0.4.0), libmad-ocaml-dev (= 0.3.2), 
libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), libcamomile-ocaml-dev, 
festival, wget, libxml-dom-perl, texlive, python-gtk2-dev, python, 
python-support (= 0.3), libao-ocaml-dev, libalsa-ocaml-dev (= 0.1.2) 
[!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], libpcre-ocaml-dev, 
libxml-light-ocaml-dev, libextlib-ocaml-dev, libladspa-ocaml-dev, 
libportaudio-ocaml-dev, libsoundtouch-ocaml-dev
 Standards-Version: 3.7.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/

Modified: trunk/packages/liquidsoap/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control.in?rev=5601op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control.in (original)
+++ trunk/packages/liquidsoap/trunk/debian/control.in Thu May  8 01:09:26 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
 Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED]
-Build-Depends: @cdbs@, ocaml-nox, ocaml-findlib, libshout-ocaml-dev, 
libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), libmad-ocaml-dev 
(= 0.3.2), libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), 
libcamomile-ocaml-dev, festival, wget, libxml-dom-perl, texlive, 
python-gtk2-dev, python, python-support (= 0.3), libao-ocaml-dev, 
libalsa-ocaml-dev (= 0.1.2), libpcre-ocaml-dev, libxml-light-ocaml-dev, 
libextlib-ocaml-dev, libladspa-ocaml-dev, libportaudio-ocaml-dev, 
libsoundtouch-ocaml-dev
+Build-Depends: @cdbs@, ocaml-nox, ocaml-findlib, libshout-ocaml-dev, 
libogg-ocaml-dev (= 0.1.1), libvorbis-ocaml-dev (= 0.4.0), libmad-ocaml-dev 
(= 0.3.2), libid3tag0-dev, libdtools-ocaml-dev (= 0.1.4), 
libcamomile-ocaml-dev, festival, wget, libxml-dom-perl, texlive, 
python-gtk2-dev, python, python-support (= 0.3), libao-ocaml-dev, 
libalsa-ocaml-dev (= 0.1.2) [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], 
libpcre-ocaml-dev, libxml-light-ocaml-dev, libextlib-ocaml-dev, 
libladspa-ocaml-dev, libportaudio-ocaml-dev, libsoundtouch-ocaml-dev
 Standards-Version: 3.7.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/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] r5596 - in /trunk/packages/ocaml-soundtouch: tarballs/ocaml-soundtouch_0.1.2.orig.tar.gz tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz trunk/debian/changelog trunk/debian/contr

2008-05-06 Thread toots
Author: toots
Date: Tue May  6 14:59:45 2008
New Revision: 5596

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5596
Log:
Prepared 0.1.3-1

Added:
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz 
  (with props)
trunk/packages/ocaml-soundtouch/trunk/debian/control
trunk/packages/ocaml-soundtouch/trunk/debian/control.in
  - copied, changed from r5513, 
trunk/packages/ocaml-soundtouch/trunk/debian/control
Removed:
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.2.orig.tar.gz
Modified:
trunk/packages/ocaml-soundtouch/trunk/debian/changelog
trunk/packages/ocaml-soundtouch/trunk/debian/rules

Added: 
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz?rev=5596op=file
==
Binary file - no diff available.

Propchange: 
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/ocaml-soundtouch/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/debian/changelog?rev=5596op=diff
==
--- trunk/packages/ocaml-soundtouch/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-soundtouch/trunk/debian/changelog Tue May  6 14:59:45 
2008
@@ -1,3 +1,10 @@
+ocaml-soundtouch (0.1.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Switched to cdbs
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Tue, 06 May 2008 16:46:44 +0200
+
 ocaml-soundtouch (0.1.2-1) unstable; urgency=low
 
   [ Stefano Zacchiroli ]

Added: trunk/packages/ocaml-soundtouch/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/debian/control?rev=5596op=file
==
--- trunk/packages/ocaml-soundtouch/trunk/debian/control (added)
+++ trunk/packages/ocaml-soundtouch/trunk/debian/control Tue May  6 14:59:45 
2008
@@ -1,0 +1,33 @@
+Source: ocaml-soundtouch
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
+Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
+Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), ocaml-nox, 
libsoundtouch1-dev, ocaml-findlib, pkg-config
+Standards-Version: 3.7.3
+Homepage: http://savonet.sourceforge.net/
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/
+
+Package: libsoundtouch-ocaml
+Architecture: any
+Section: libs
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Description: OCaml bindings for the sound stretching library
+ Libsoundtouch is a library that can be used to change pitch and time
+ of soundfiles independently. This package provides OCaml interface to
+ the C library.
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libsoundtouch-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, libsoundtouch1-dev, libsoundtouch-ocaml (= 
${binary:Version}), ocaml-findlib
+Description: OCaml bindings for the sound stretching library
+ Libsoundtouch is a library that can be used to change pitch and time
+ of soundfiles independently. This package provides OCaml interface to
+ the C library.
+ .
+ This package contains all the development stuff you need to develop
+ OCaml programs which use soundtouch.

Copied: trunk/packages/ocaml-soundtouch/trunk/debian/control.in (from r5513, 
trunk/packages/ocaml-soundtouch/trunk/debian/control)
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/debian/control.in?rev=5596op=diff
==
--- trunk/packages/ocaml-soundtouch/trunk/debian/control (original)
+++ trunk/packages/ocaml-soundtouch/trunk/debian/control.in Tue May  6 14:59:45 
2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
 Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5.0.0), libsoundtouch1-dev, ocaml-nox (= 3.10), 
ocaml-findlib, pkg-config
+Build-Depends: @cdbs@, libsoundtouch1-dev, ocaml-findlib, pkg-config
 Standards-Version: 3.7.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk

Modified: trunk/packages/ocaml-soundtouch/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/debian/rules?rev

[Pkg-ocaml-maint-commits] r5597 - /tags/packages/ocaml-soundtouch/0.1.3-1/

2008-05-06 Thread toots
Author: toots
Date: Tue May  6 15:00:20 2008
New Revision: 5597

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5597
Log:
[svn-buildpackage] Tagging ocaml-soundtouch (0.1.3-1)

Added:
tags/packages/ocaml-soundtouch/0.1.3-1/
  - copied from r5596, trunk/packages/ocaml-soundtouch/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] r5598 - in /trunk/packages/ocaml-soundtouch: tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz tarballs/ocaml-soundtouch_0.1.4.orig.tar.gz trunk/debian/changelog

2008-05-06 Thread toots
Author: toots
Date: Tue May  6 16:02:43 2008
New Revision: 5598

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5598
Log:
Prepared 0.1.4-1

Added:
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.4.orig.tar.gz 
  (with props)
Removed:
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz
Modified:
trunk/packages/ocaml-soundtouch/trunk/debian/changelog

Added: 
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.4.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.4.orig.tar.gz?rev=5598op=file
==
Binary file - no diff available.

Propchange: 
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.4.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/ocaml-soundtouch/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/debian/changelog?rev=5598op=diff
==
--- trunk/packages/ocaml-soundtouch/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-soundtouch/trunk/debian/changelog Tue May  6 16:02:43 
2008
@@ -1,3 +1,10 @@
+ocaml-soundtouch (0.1.4-1) unstable; urgency=low
+
+  * New upstream release, fixing pkg-config detection inconsistency
+between upstream and debian's package.
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Tue, 06 May 2008 17:00:19 +0200
+
 ocaml-soundtouch (0.1.3-1) unstable; urgency=low
 
   * New upstream release


___
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] r5599 - /tags/packages/ocaml-soundtouch/0.1.4-1/

2008-05-06 Thread toots
Author: toots
Date: Tue May  6 16:03:19 2008
New Revision: 5599

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5599
Log:
[svn-buildpackage] Tagging ocaml-soundtouch (0.1.4-1)

Added:
tags/packages/ocaml-soundtouch/0.1.4-1/
  - copied from r5598, trunk/packages/ocaml-soundtouch/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] r5522 - /tags/packages/ocaml-vorbis/0.4.1-1/

2008-04-17 Thread toots
Author: toots
Date: Thu Apr 17 13:31:14 2008
New Revision: 5522

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5522
Log:
[svn-buildpackage] Tagging ocaml-vorbis (0.4.1-1)

Added:
tags/packages/ocaml-vorbis/0.4.1-1/
  - copied from r5521, trunk/packages/ocaml-vorbis/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] r5524 - /tags/packages/ocaml-vorbis/0.4.1-1/debian/changelog

2008-04-17 Thread toots
Author: toots
Date: Thu Apr 17 13:38:05 2008
New Revision: 5524

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5524
Log:
Fixed typo in changelog

Modified:
tags/packages/ocaml-vorbis/0.4.1-1/debian/changelog

Modified: tags/packages/ocaml-vorbis/0.4.1-1/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/tags/packages/ocaml-vorbis/0.4.1-1/debian/changelog?rev=5524op=diff
==
--- tags/packages/ocaml-vorbis/0.4.1-1/debian/changelog (original)
+++ tags/packages/ocaml-vorbis/0.4.1-1/debian/changelog Thu Apr 17 13:38:05 2008
@@ -7,7 +7,7 @@
   * New upstream release, now install .cmx file
   * Changed maintainer to Debian OCaml Maintainers
 
- -- Rmain Beauxis [EMAIL PROTECTED]  Thu, 17 Apr 2008 01:38:25 +0100
+ -- Romain Beauxis [EMAIL PROTECTED]  Thu, 17 Apr 2008 01:38:25 +0100
 
 ocaml-vorbis (0.4.0-3) unstable; urgency=low
 


___
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] r5505 - in /trunk/packages/ocaml-mad: ./ trunk/debian/changelog trunk/debian/control upstream/ocaml-mad_0.3.2.orig.tar.gz upstream/ocaml-mad_0.3.3.orig.tar.gz

2008-04-16 Thread toots
Author: toots
Date: Wed Apr 16 13:30:13 2008
New Revision: 5505

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5505
Log:
Prepared ocaml-mad 0.3.3-1

Added:
trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.3.orig.tar.gz   (with props)
Removed:
trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.2.orig.tar.gz
Modified:
trunk/packages/ocaml-mad/   (props changed)
trunk/packages/ocaml-mad/trunk/debian/changelog
trunk/packages/ocaml-mad/trunk/debian/control

Propchange: trunk/packages/ocaml-mad/
--
--- svn:ignore (added)
+++ svn:ignore Wed Apr 16 13:30:13 2008
@@ -1,0 +1,1 @@
+build-area

Modified: trunk/packages/ocaml-mad/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk/debian/changelog?rev=5505op=diff
==
--- trunk/packages/ocaml-mad/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-mad/trunk/debian/changelog Wed Apr 16 13:30:13 2008
@@ -1,9 +1,14 @@
-ocaml-mad (0.3.2-5) UNRELEASED; urgency=low
+ocaml-mad (0.3.3-1) unstable; urgency=low
 
+  [ Julien Cristau ]
   * Fix FTBFS with new dpkg-dev by setting CFLAGS correctly in debian/rules
 (closes: 476038).
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 14 Apr 2008 14:01:21 +0200
+  [ Romain Beauxis ]
+  * New upstream release, now installs .cmx file
+  * Change maintainer to Debian OCaml Maintainers
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Wed, 16 Apr 2008 14:26:22 +0100
 
 ocaml-mad (0.3.2-4) unstable; urgency=high
 

Modified: trunk/packages/ocaml-mad/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/trunk/debian/control?rev=5505op=diff
==
--- trunk/packages/ocaml-mad/trunk/debian/control (original)
+++ trunk/packages/ocaml-mad/trunk/debian/control Wed Apr 16 13:30:13 2008
@@ -1,7 +1,7 @@
 Source: ocaml-mad
 Section: devel
 Priority: optional
-Maintainer:Liquidsoap Debian Packaging [EMAIL PROTECTED]
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
 Uploaders: Romain Beauxis [EMAIL PROTECTED], Samuel Mimram [EMAIL 
PROTECTED] 
 Build-Depends: debhelper ( 4.0.0), dpkg-dev (= 1.13.19), libmad0-dev, 
ocaml-nox (= 3.10), ocaml-findlib, pkg-config
 Standards-Version: 3.7.3

Added: trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.3.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.3.orig.tar.gz?rev=5505op=file
==
Binary file - no diff available.

Propchange: trunk/packages/ocaml-mad/upstream/ocaml-mad_0.3.3.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] r5506 - /tags/packages/ocaml-mad/0.3.3-1/

2008-04-16 Thread toots
Author: toots
Date: Wed Apr 16 13:31:56 2008
New Revision: 5506

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5506
Log:
[svn-buildpackage] Tagging ocaml-mad (0.3.3-1)

Added:
tags/packages/ocaml-mad/0.3.3-1/
  - copied from r5505, trunk/packages/ocaml-mad/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] r5507 - in /trunk/packages/ocaml-ogg: ./ tarballs/ocaml-ogg_0.1.1.orig.tar.gz tarballs/ocaml-ogg_0.2.0.orig.tar.gz trunk/debian/changelog trunk/debian/control trunk/debian/ru

2008-04-16 Thread toots
Author: toots
Date: Wed Apr 16 15:19:18 2008
New Revision: 5507

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5507
Log:
Prepared ocaml-ogg 0.2.0-1

Added:
trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.2.0.orig.tar.gz   (with props)
Removed:
trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.1.1.orig.tar.gz
Modified:
trunk/packages/ocaml-ogg/   (props changed)
trunk/packages/ocaml-ogg/trunk/debian/changelog
trunk/packages/ocaml-ogg/trunk/debian/control
trunk/packages/ocaml-ogg/trunk/debian/rules

Propchange: trunk/packages/ocaml-ogg/
--
--- svn:ignore (added)
+++ svn:ignore Wed Apr 16 15:19:18 2008
@@ -1,0 +1,1 @@
+build-area

Added: trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.2.0.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.2.0.orig.tar.gz?rev=5507op=file
==
Binary file - no diff available.

Propchange: trunk/packages/ocaml-ogg/tarballs/ocaml-ogg_0.2.0.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/ocaml-ogg/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk/debian/changelog?rev=5507op=diff
==
--- trunk/packages/ocaml-ogg/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-ogg/trunk/debian/changelog Wed Apr 16 15:19:18 2008
@@ -1,4 +1,4 @@
-ocaml-ogg (0.1.1-4) UNRELEASED; urgency=low
+ocaml-ogg (0.2.0-1) unstable; urgency=low
 
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
@@ -7,7 +7,14 @@
   * Fix FTBFS with new dpkg-dev by setting CFLAGS correctly in
 debian/rules (closes: 476058).
 
- -- Stefano Zacchiroli [EMAIL PROTECTED]  Mon, 31 Dec 2007 16:50:11 +0100
+  [ Romain Beauxis ]
+  * New upstream release, now installs .cmx file
+  * Changed maintainer to Debian OCaml Maintainers
+  * Updated standards to 3.7.3
+  * Removed redundant and buggy make invokation with CFLAGS
+in debian/rules
+
+ -- Romain Beauxis [EMAIL PROTECTED]  Wed, 16 Apr 2008 16:07:56 +0100
 
 ocaml-ogg (0.1.1-3) unstable; urgency=low
 

Modified: trunk/packages/ocaml-ogg/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk/debian/control?rev=5507op=diff
==
--- trunk/packages/ocaml-ogg/trunk/debian/control (original)
+++ trunk/packages/ocaml-ogg/trunk/debian/control Wed Apr 16 15:19:18 2008
@@ -1,10 +1,10 @@
 Source: ocaml-ogg
 Section: devel
 Priority: optional
-Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
+Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
 Uploaders: Samuel Mimram [EMAIL PROTECTED], Romain Beauxis [EMAIL 
PROTECTED]
 Build-Depends: debhelper (= 5.0.0), libogg-dev, ocaml-nox (= 3.10), 
ocaml-findlib, pkg-config
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk/

Modified: trunk/packages/ocaml-ogg/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-ogg/trunk/debian/rules?rev=5507op=diff
==
--- trunk/packages/ocaml-ogg/trunk/debian/rules (original)
+++ trunk/packages/ocaml-ogg/trunk/debian/rules Wed Apr 16 15:19:18 2008
@@ -10,7 +10,7 @@
 
 DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
 
-CFLAGS = -O2 -g -fPIC
+CFLAGS = -O2 -g
 
 ocamlinit:
for f in $(OFILES); do sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $$f.in  
$$f; done
@@ -23,7 +23,7 @@
 build-stamp: config.status
dh_testdir
 
-   $(MAKE) CFLAGS=$(CFLAGS)
+   $(MAKE)
 
touch build-stamp
 


___
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] r5512 - /tags/packages/ocaml-shout/0.2.6-1/

2008-04-16 Thread toots
Author: toots
Date: Wed Apr 16 15:54:07 2008
New Revision: 5512

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1rev=5512
Log:
[svn-buildpackage] Tagging ocaml-shout (0.2.6-1)

Added:
tags/packages/ocaml-shout/0.2.6-1/
  - copied from r5511, trunk/packages/ocaml-shout/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


  1   2   >