--- unity-greeter-session-broadcast-0.1+14.10.20140601.orig/debian/changelog +++ unity-greeter-session-broadcast-0.1+14.10.20140601/debian/changelog @@ -0,0 +1,98 @@ +unity-greeter-session-broadcast (0.1+14.10.20140601-0ubuntu2) vivid; urgency=medium + + * This package does not depend on upstart to be pid 1. + + -- Dimitri John Ledkov Sat, 31 Jan 2015 22:18:34 +0000 + +unity-greeter-session-broadcast (0.1+14.10.20140601-0ubuntu1) utopic; urgency=low + + [ Ted Gould ] + * UAL name change + + -- Ubuntu daily release Sun, 01 Jun 2014 21:36:48 +0000 + +unity-greeter-session-broadcast (0.1+14.04.20140324-0ubuntu1) trusty; urgency=low + + [ Michael Terry ] + * Switch to handling URLs instead of AppIDs. + + [ Ted Gould ] + * Sound menu action support + + -- Ubuntu daily release Mon, 24 Mar 2014 14:57:45 +0000 + +unity-greeter-session-broadcast (0.1+14.04.20140217.1-0ubuntu1) trusty; urgency=low + + [ Ted Gould ] + * Use new Upstart dbus syntax. + * Merge policy and manual test. + * Flushing trunk with a release + + [ Didier Roche ] + * Add libupstart-app-launch2-dev build-dep, which isn't needed itself + but it enables to not build on archs unsupported by upstart-app- + launch (which is a binary dep). + + -- Ubuntu daily release Mon, 17 Feb 2014 18:05:24 +0000 + +unity-greeter-session-broadcast (0.1+13.10.20130924.1-0ubuntu1) saucy; urgency=low + + [ Michael Terry ] + * Add a RequestHomeShown method and ShowHome signal for when we want + the dash to show itself and hide the applications. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Tue, 24 Sep 2013 06:03:43 +0000 + +unity-greeter-session-broadcast (0.1+13.10.20130902-0ubuntu1) saucy; urgency=low + + [ Michael Terry ] + * Don't build or install the library right now. It's not finished and + isn't used yet. + + [ Ted Gould ] + * Get name owner and make sure it matches the sender. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 23 + + -- Ubuntu daily release Mon, 02 Sep 2013 02:04:14 +0000 + +unity-greeter-session-broadcast (0.1+13.10.20130830.2-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 20 + + -- Ubuntu daily release Fri, 30 Aug 2013 10:04:18 +0000 + +unity-greeter-session-broadcast (0.1+13.10.20130830.1-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Remove debian/watch + * debian/control: + - Modifications related to compliance with our packaging standards + * Added copyright info in the source code + * Automatic snapshot from revision 14 (bootstrap) + + [ Michael Terry ] + * Implement the basic service. Adds RequestApplicationStart method + which sends out a StartApplication signal. + * Fix licensing to specify GPL-3 or LGPL-3 as appropriate. + + [ Ted Gould ] + * Signal the start instead of starting it directly. + + [ Łukasz 'sil2100' Zemczak ] + * The name for copyright is COPYING, not COPYRIGHT in our projects + + [ Ubuntu daily release ] + * Automatic snapshot from revision 19 + + -- Ubuntu daily release Fri, 30 Aug 2013 06:04:22 +0000 + +unity-greeter-session-broadcast (0.1-0ubuntu1) saucy; urgency=low + + * Start + + -- Ted Gould Thu, 27 Jun 2013 11:36:18 -0500 --- unity-greeter-session-broadcast-0.1+14.10.20140601.orig/debian/compat +++ unity-greeter-session-broadcast-0.1+14.10.20140601/debian/compat @@ -0,0 +1 @@ +9 --- unity-greeter-session-broadcast-0.1+14.10.20140601.orig/debian/control +++ unity-greeter-session-broadcast-0.1+14.10.20140601/debian/control @@ -0,0 +1,64 @@ +Source: unity-greeter-session-broadcast +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + dbus-test-runner, + debhelper (>= 9), + dh-autoreconf, + gtester2xunit, + intltool, + libdbus-1-dev, + libdbustest1-dev, + libglib2.0-bin, + python3-dbusmock, +# This build-dep isn't needed as per itself, but it enables to not build +# on archs unsupported by ubuntu-app-launch which is a binary dep + libubuntu-app-launch2-dev, +Standards-Version: 3.9.4 +Homepage: http://launchpad.net/unity-greeter-session-broadcast +# If you aren't a member of ~indicator-applet-developers but need to upload +# packaging changes, just go ahead. ~indicator-applet-developers will notice +# and sync up the code again. +Vcs-Bzr: http://bazaar.launchpad.net/~indicator-applet-developers/unity-greeter-session-broadcast/ +Vcs-Browser: https://code.launchpad.net/~indicator-applet-developers/unity-greeter-session-broadcast/ + +Package: unity-greeter-session-broadcast +Architecture: any +Depends: upstart-bin (>= 1.10-0ubuntu2), + url-dispatcher-tools, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Service to allow the greeter to communicate to sessions + Allows for the greeter to send events that can be picked up by the user's + session and acted on if allowed by the user. + . + This package provides a service for Unity's Greeter Session Broadcast + +#Package: libunity-greeter-session-broadcast1 +#Section: libs +#Architecture: any +#Depends: ${misc:Depends}, +# ${shlibs:Depends}, +#Pre-Depends: ${misc:Pre-Depends}, +#Multi-Arch: same +#Recommends: unity-greeter-session-broadcast (= ${binary:Version}), +#Description: library for sending requests to the user session +# Sends requests to the broadcast service so that they can be seen +# by the user session. +# . +# This package contains shared libraries to be used by the greeter. +# +#Package: libunity-greeter-session-broadcast1-dev +#Section: libdevel +#Architecture: any +#Depends: libglib2.0-dev, +# libunity-greeter-session-broadcast1 (= ${binary:Version}), +# ${misc:Depends}, +# ${shlibs:Depends}, +#Multi-Arch: same +#Description: library for sending requests to the user session +# Sends requests to the broadcast service so that they can be seen +# by the user session. +# . +# This package contains files that are needed to build the greeter. --- unity-greeter-session-broadcast-0.1+14.10.20140601.orig/debian/copyright +++ unity-greeter-session-broadcast-0.1+14.10.20140601/debian/copyright @@ -0,0 +1,44 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Unity Greeter Session Broadcast +Source: http://launchpad.net/unity-greeter-session-broadcast + +Files: * +Copyright: 2013 Canonical, Ltd. +License: GPL-3 + +Files: libunity-greeter-session-broadcast/*.c + libunity-greeter-session-broadcast/*.h +Copyright: 2013 Canonical, Ltd. +License: LGPL-3 + +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU 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' + +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General Public License + can be found in `/usr/share/common-licenses/LGPL-3' --- unity-greeter-session-broadcast-0.1+14.10.20140601.orig/debian/libunity-greeter-session-broadcast1-dev.install +++ unity-greeter-session-broadcast-0.1+14.10.20140601/debian/libunity-greeter-session-broadcast1-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/libunity-greeter-session-broadcast-1/* +debian/tmp/usr/lib/*/libunity-greeter-session-broadcast.so +debian/tmp/usr/lib/*/pkgconfig/unity-greeter-session-broadcast-1.pc --- unity-greeter-session-broadcast-0.1+14.10.20140601.orig/debian/libunity-greeter-session-broadcast1.install +++ unity-greeter-session-broadcast-0.1+14.10.20140601/debian/libunity-greeter-session-broadcast1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/libunity-greeter-session-broadcast.so.1* --- unity-greeter-session-broadcast-0.1+14.10.20140601.orig/debian/rules +++ unity-greeter-session-broadcast-0.1+14.10.20140601/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 +export G_MESSAGES_DEBUG=all + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp + +override_dh_install: + dh_install --fail-missing --- unity-greeter-session-broadcast-0.1+14.10.20140601.orig/debian/source/format +++ unity-greeter-session-broadcast-0.1+14.10.20140601/debian/source/format @@ -0,0 +1 @@ +1.0 --- unity-greeter-session-broadcast-0.1+14.10.20140601.orig/debian/unity-greeter-session-broadcast.install +++ unity-greeter-session-broadcast-0.1+14.10.20140601/debian/unity-greeter-session-broadcast.install @@ -0,0 +1,5 @@ +etc/dbus-1 +usr/lib/*/unity-greeter-session-broadcast +usr/share/dbus-1 +usr/share/glib-2.0 +usr/share/upstart/sessions