[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=1&rev=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=5801&op=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] [SCM] OCaml bindings for the PAM library annotated tag, debian/1.1-1, created. debian/1.1-1

2008-06-23 Thread Stephane Glondu
The annotated tag, debian/1.1-1 has been created
at  2b9134ca7550c8ce353016349cf4e48a6fc0 (tag)
   tagging  ef4605c497fcec19c77d7d85eea543bddb9842e3 (commit)
  replaces  upstream/1.1
 tagged by  Stephane Glondu
on  Mon Jun 23 16:52:42 2008 +0200

- Shortlog 
Debian release 1.1-1

Stephane Glondu (20):
  Improve the Makefile
  Initial import of meta-files
  Set up build system
  Improve the Makefile
  Install shared stubs
  Filling in dependencies
  Remove excessive free()
  Merge branch 'upstream+patches'
  Document patches in Debian changelog
  Merge branch 'upstream'
  New upstream release
  Install CHANGES file
  Add Vcs-Browser and Vcs-Git headers to debian/control
  Bump Standards-Version to 3.8.0 (no changes)
  Bump debhelper compatibility level to 7
  Switch to machine-parsable copyright file format
  Split dependency lines
  Use cdbs
  Change also debhelper version in Build-Depends
  Prepare for release

---

-- 
OCaml bindings for the PAM 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] [SCM] OCaml bindings for the PAM library branch, master, updated. upstream/1.1-20-gef4605c

2008-06-23 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit ef4605c497fcec19c77d7d85eea543bddb9842e3
Author: Stephane Glondu <[EMAIL PROTECTED]>
Date:   Mon Jun 23 16:25:38 2008 +0200

Prepare for release

diff --git a/debian/changelog b/debian/changelog
index 20b0df6..869de71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ocamlpam (1.1-1) UNRELEASED; urgency=low
+ocamlpam (1.1-1) unstable; urgency=low
 
   * Initial release (Closes: #476482)
 
- -- Stephane Glondu <[EMAIL PROTECTED]>  Sun, 15 Jun 2008 01:29:14 +0200
+ -- Stephane Glondu <[EMAIL PROTECTED]>  Mon, 23 Jun 2008 16:25:03 +0200

-- 
OCaml bindings for the PAM 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] r5800 - in /trunk/packages/liquidsoap/trunk/debian: changelog control control.in

2008-06-23 Thread toots
Author: toots
Date: Mon Jun 23 10:03:17 2008
New Revision: 5800

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

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=5800&op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Mon Jun 23 10:03:17 2008
@@ -1,3 +1,10 @@
+liquidsoap (0.3.7-3) unstable; urgency=low
+
+  * Rebuild against fixed ocaml-bjack
+  * Bumped build-dep version for ocaml-bjack
+
+ -- Romain Beauxis <[EMAIL PROTECTED]>  Mon, 23 Jun 2008 12:01:27 +0200
+
 liquidsoap (0.3.7-2) unstable; urgency=low
 
   * Created /usr/share/liquidsoap directory, needed for

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5800&op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Mon Jun 23 10:03:17 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, libmagic-ocaml-dev, libbjack-ocaml-dev (>= 0.1.0-3)
+  libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (>= 0.1.1-1)
 Standards-Version: 3.8.0
 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=5800&op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control.in (original)
+++ trunk/packages/liquidsoap/trunk/debian/control.in Mon Jun 23 10:03:17 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, libmagic-ocaml-dev, libbjack-ocaml-dev (>= 0.1.0-3)
+  libxmlplaylist-ocaml-dev, libmagic-ocaml-dev, libbjack-ocaml-dev (>= 0.1.1-1)
 Standards-Version: 3.8.0
 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] r5799 - /tags/packages/ocaml-bjack/0.1.1-1/

2008-06-23 Thread toots
Author: toots
Date: Mon Jun 23 08:59:41 2008
New Revision: 5799

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

Added:
tags/packages/ocaml-bjack/0.1.1-1/
  - copied from r5798, 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] 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=1&rev=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=5798&op=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=5798&op=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