--- usensord-1.1+15.04.20150422.1.orig/debian/changelog +++ usensord-1.1+15.04.20150422.1/debian/changelog @@ -0,0 +1,73 @@ +usensord (1.1+15.04.20150422.1-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Ricardo Mendoza ] + * Take a powerd state while theres an active vibration request, also + give a grace period after vibration ended before suspending, so as + to not peg the hardware actuator if the cpu goes offline before the + end timer has expired. (LP: #1442166) + + -- CI Train Bot Wed, 22 Apr 2015 23:37:14 +0000 + +usensord (1.1+14.10.20140701-0ubuntu1) utopic; urgency=low + + [ Sergio Schvezov ] + * Returning a UnknownInterface dbus error when recving a message not + on the haptic interface. + + -- Ubuntu daily release Tue, 01 Jul 2014 15:15:26 +0000 + +usensord (1.1+14.10.20140528-0ubuntu1) utopic; urgency=medium + + [ Sergio Schvezov ] + * Removing the in source dbus in preference of the packaged one. + * Using Built-Using for the binary packages. + * Removing package overrides. + + -- Ubuntu daily release Wed, 28 May 2014 12:03:36 +0000 + +usensord (1.0+14.10.20140430-0ubuntu1) utopic; urgency=low + + [ Sergio Schvezov ] + * Using a more common busname for usensord in general. Adding a repeat + parameter to VibratePattern. Adding a waitgroup to not exit too + early on tests (and possible other uses after refactoring). Adding + some godoc strings. + + -- Ubuntu daily release Wed, 30 Apr 2014 15:12:28 +0000 + +usensord (1.0+14.04.20140404-0ubuntu1) trusty; urgency=low + + [ Dimitri John Ledkov ] + * Fix upstart session job to start/stop when session bus starts/stop, + rather than start when any dbus event is emitted. (LP: #1302516) + (LP: #1302516) + + -- Ubuntu daily release Fri, 04 Apr 2014 12:44:17 +0000 + +usensord (1.0+14.04.20140123-0ubuntu1) trusty; urgency=low + + [ Sergio Schvezov ] + * Changing package priority to optional. + * VibratePattern non blocking and sleep on on so off is not hidden. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 14 + + -- Ubuntu daily release Thu, 23 Jan 2014 15:53:20 +0000 + +usensord (1.0+14.04.20140110-0ubuntu1) trusty; urgency=low + + [ Sergio Schvezov ] + * Initial release. + * Automatic snapshot from revision 10 (bootstrap) + + [ Robert Bruce Park ] + * Copyright fixes requested by didrocks. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 11 + + -- Ubuntu daily release Fri, 10 Jan 2014 18:13:48 +0000 --- usensord-1.1+15.04.20150422.1.orig/debian/compat +++ usensord-1.1+15.04.20150422.1/debian/compat @@ -0,0 +1 @@ +9 --- usensord-1.1+15.04.20150422.1.orig/debian/control +++ usensord-1.1+15.04.20150422.1/debian/control @@ -0,0 +1,30 @@ +Source: usensord +Section: utils +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + dh-golang, + golang-go, + golang-go-dbus-dev, +Standards-Version: 3.9.5 +Homepage: http://launchpad.net/usensord +Vcs-Bzr: lp:usensord +Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/usensord/trunk/files + +Package: usensord +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Built-Using: ${misc:Built-Using} +Description: Ubuntu Touch Sensor Service + Daemon that provides standard access to sensors for Ubuntu Touch + over DBus. + +Package: golang-usensord-dev +Architecture: all +Depends: ${misc:Depends}, +Description: Ubuntu Touch Sensor Service development package + Daemon that provides standard access to sensors for Ubuntu Touch + over DBus. + . + This package provides the sources of the usensord go package. --- usensord-1.1+15.04.20150422.1.orig/debian/copyright +++ usensord-1.1+15.04.20150422.1/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: usensord +Source: https://launchpad.net/usensord + +Files: * +Copyright: Copyright (C) 2013 Canonical, Ltd. +License: GPL-3 + This program is free software: you can redistribute it and/or modify it + under the terms of the the GNU General Public License version 3, as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR + PURPOSE. See the applicable version of the GNU Lesser General Public + License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-3' --- usensord-1.1+15.04.20150422.1.orig/debian/golang-usensord-dev.install +++ usensord-1.1+15.04.20150422.1/debian/golang-usensord-dev.install @@ -0,0 +1 @@ +usr/share/gocode --- usensord-1.1+15.04.20150422.1.orig/debian/rules +++ usensord-1.1+15.04.20150422.1/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DH_OPTIONS +export DH_GOPKG := launchpad.net/usensord + +# Tests are currently broken +override_dh_auto_test: + +%: + dh $@ --buildsystem=golang --with=golang --fail-missing --- usensord-1.1+15.04.20150422.1.orig/debian/usensord.conf +++ usensord-1.1+15.04.20150422.1/debian/usensord.conf @@ -0,0 +1,6 @@ +description "usensord service for haptics support" + +start on started dbus +stop on stopped dbus + +exec usensord --- usensord-1.1+15.04.20150422.1.orig/debian/usensord.install +++ usensord-1.1+15.04.20150422.1/debian/usensord.install @@ -0,0 +1,2 @@ +debian/usensord.conf /usr/share/upstart/sessions/ +usr/bin