[Pkg-ocaml-maint-commits] r5418 - in /trunk/packages/ocaml-duppy/trunk/debian: changelog control control.in

toots at users.alioth.debian.org toots at users.alioth.debian.org
Thu Apr 3 10:02:17 UTC 2008


Author: toots
Date: Thu Apr  3 10:02:17 2008
New Revision: 5418

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5418
Log:
Fixed typos in debian/control

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=5418&op=diff
==============================================================================
--- trunk/packages/ocaml-duppy/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-duppy/trunk/debian/changelog Thu Apr  3 10:02:17 2008
@@ -1,6 +1,7 @@
 ocaml-duppy (0.1.0-2) unstable; urgency=low
 
-  * Fixed debian/copyright 
+  * Fixed debian/copyright
+  * Fixed typos in debian/control
 
  -- Romain Beauxis <toots at rastageeks.org>  Thu, 03 Apr 2008 10:09:44 +0100
 

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=5418&op=diff
==============================================================================
--- trunk/packages/ocaml-duppy/trunk/debian/control (original)
+++ trunk/packages/ocaml-duppy/trunk/debian/control Thu Apr  3 10:02:17 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Liquidsoap Debian Packaging <savonet-debian at lists.sourceforge.net>
 Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, ocaml-findlib, libpcre-ocaml-dev
+Build-Depends: cdbs (>= 0.4.23), debhelper (>= 5), ocaml-nox, ocaml-findlib, libpcre-ocaml-dev
 Standards-Version: 3.7.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-duppy/trunk
@@ -15,8 +15,8 @@
 Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib
 Description: Advanced scheduler for OCaml
  Duppy is an event scheduler written for OCaml. It allows the user
- to executes tasks according to events on unix sockets, or a given 
- delay.
+ to execute tasks according to some events on unix sockets, or 
+ a given delay.
  .
  Several threaded queues can proceed tasks in parallel. Tasks are 
  processed according to an abstract notion of priority.

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=5418&op=diff
==============================================================================
--- trunk/packages/ocaml-duppy/trunk/debian/control.in (original)
+++ trunk/packages/ocaml-duppy/trunk/debian/control.in Thu Apr  3 10:02:17 2008
@@ -15,8 +15,8 @@
 Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib
 Description: Advanced scheduler for OCaml
  Duppy is an event scheduler written for OCaml. It allows the user
- to executes tasks according to events on unix sockets, or a given 
- delay.
+ to execute tasks according to some events on unix sockets, or 
+ a given delay.
  .
  Several threaded queues can proceed tasks in parallel. Tasks are 
  processed according to an abstract notion of priority.




More information about the Pkg-ocaml-maint-commits mailing list