view debian/control @ 0:1d874ce53afb

Start a Debian package From Jessie.
author Louis Opter <kalessin@kalessin.fr>
date Thu, 05 Nov 2015 07:36:03 +0000
parents
children 3bdb3a81ce5d
line wrap: on
line source

Source: lightsd
Section: contrib/utils
Priority: optional
Maintainer: Louis Opter <kalessin@kalessin.fr>
Build-Depends: debhelper (>= 9), cmake (>= 2.8.9), libevent-dev (>= 2.0.19)
Suggests: python3, ipython3
Standards-Version: 3.9.6
Homepage: https://github.com/lopter/lightsd/
Vcs-Git: https://github.com/lopter/dpkg-lightsd.git
Vcs-Browser: https://github.com/lopter/dpkg-lightsd/

Package: lightsd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Centralized daemon to control your LIFX bulbs
 lightsd discovers LIFX bulbs on the local network and acts as a central
 point of control for them via a JSON-RPC interface.
 .
 The JSON-RPC interface can run over TCP, named pipes as well as Unix
 sockets and allows you to retrieve the state of the bulbs or set their
 colors. Effects, grouping and de-grouping operations are also supported.
 .
 Visit http://lightsd.readthedocs.org/ for more informations.