Source: schedwiclnt
Section: net
Priority: extra
Maintainer: Herve Quatremain <rv4m@yahoo.co.uk>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libgnutls-dev (>= 2.2.0), libwrap0-dev, libcgroup-dev
Standards-Version: 3.9.1.0
Homepage: http://www.nongnu.org/schedwi

Package: schedwiclnt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Task scheduler
 Schedwi is a task scheduler.  It can run scripts or commands on remote
 clients at a specified date and time and its chaining capability allows
 tasks to be run in sequence.  Schedwi is composed of the following
 components:
 .
  * The server schedules the tasks and submits them to the clients.
    The execution of a task can be triggered by date and time but also
    by the result of a previous task or by the existence of a file on a
    remote client (useful when a task must process a file generated by
    a previous task).
 .
  * The clients (or agents) receive the task requests from the server
    and run them on the local host.  They report the execution status
    to the server.
 .
  * An interface allows the administrators to follow the task
    scheduling in real time and to define new tasks.
 .
 This package is the agent - or client - part of Schedwi.
 It comes as a daemon and must be run on every computer of the network.
