changeset 12:3bdb3a81ce5d

New upstream release 1.2.0-rc.1
author Buildbot <buildbot@kalessin.fr>
date Sun, 29 May 2016 02:46:28 +0000
parents c2460e84ca42
children f2bd8ca6376b
files debian/changelog debian/control debian/copyright debian/rules
diffstat 4 files changed, 13 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/debian/changelog	Mon Nov 30 10:57:23 2015 +0000
+++ b/debian/changelog	Sun May 29 02:46:28 2016 +0000
@@ -1,3 +1,9 @@
+lightsd (1.2.0~rc.1-1) unstable; urgency=low
+
+  * New upstream release 1.2.0-rc.1
+
+ -- Buildbot <buildbot@kalessin.fr>  Sun, 29 May 2016 02:46:27 +0000
+
 lightsd (1.1.2-1) unstable; urgency=low
 
   * New upstream release: fix LIFX LAN protocol v2 handling.
--- a/debian/control	Mon Nov 30 10:57:23 2015 +0000
+++ b/debian/control	Sun May 29 02:46:28 2016 +0000
@@ -2,8 +2,8 @@
 Section: contrib/utils
 Priority: optional
 Maintainer: Louis Opter <kalessin@kalessin.fr>
+Uploaders: Buildbot <buildbot@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
@@ -12,6 +12,7 @@
 Package: lightsd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: python3, ipython3
 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.
@@ -20,4 +21,4 @@
  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.
+ Visit https://docs.lightsd.io/ for more information.
--- a/debian/copyright	Mon Nov 30 10:57:23 2015 +0000
+++ b/debian/copyright	Sun May 29 02:46:28 2016 +0000
@@ -59,4 +59,4 @@
  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- a/debian/rules	Mon Nov 30 10:57:23 2015 +0000
+++ b/debian/rules	Sun May 29 02:46:28 2016 +0000
@@ -22,14 +22,14 @@
 endif
 
 ifeq (,$(wildcard /run))
-    RUNTIME_DIRECTORY=/run
+    RUNTIME_DIRECTORY=/var/run
 else
-    RUNTIME_DIRECTORY=/var/run
+    RUNTIME_DIRECTORY=/run
 endif
 
 # main packaging script based on dh7 syntax
 %:
-	dh $@ 
+	dh $@
 
 # debmake generated override targets
 # This is example for Cmake (See http://bugs.debian.org/641051 )