--- usensord-1.0+14.04.20140404.orig/debian/changelog +++ usensord-1.0+14.04.20140404/debian/changelog @@ -0,0 +1,33 @@ +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.0+14.04.20140404.orig/debian/compat +++ usensord-1.0+14.04.20140404/debian/compat @@ -0,0 +1 @@ +9 --- usensord-1.0+14.04.20140404.orig/debian/control +++ usensord-1.0+14.04.20140404/debian/control @@ -0,0 +1,28 @@ +Source: usensord +Section: utils +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + dh-golang, + golang-go, +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}, +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.0+14.04.20140404.orig/debian/copyright +++ usensord-1.0+14.04.20140404/debian/copyright @@ -0,0 +1,43 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: usensord +Source: https://launchpad.net/usensord + +Files: dbus/* +Copyright: Copyright (c) 2009 papamitra +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +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.0+14.04.20140404.orig/debian/golang-usensord-dev.install +++ usensord-1.0+14.04.20140404/debian/golang-usensord-dev.install @@ -0,0 +1 @@ +usr/share/gocode --- usensord-1.0+14.04.20140404.orig/debian/rules +++ usensord-1.0+14.04.20140404/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.0+14.04.20140404.orig/debian/usensord.conf +++ usensord-1.0+14.04.20140404/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.0+14.04.20140404.orig/debian/usensord.install +++ usensord-1.0+14.04.20140404/debian/usensord.install @@ -0,0 +1,2 @@ +debian/usensord.conf /usr/share/upstart/sessions/ +usr/bin --- usensord-1.0+14.04.20140404.orig/debian/usensord.lintian-overrides +++ usensord-1.0+14.04.20140404/debian/usensord.lintian-overrides @@ -0,0 +1,2 @@ +binary-without-manpage +hardening-no-relro