--- upstart-app-launch-0.2+13.10.20131011.orig/debian/libupstart-app-launch1.install +++ upstart-app-launch-0.2+13.10.20131011/debian/libupstart-app-launch1.install @@ -0,0 +1 @@ +usr/lib/*/libupstart-app-launch.so.1* --- upstart-app-launch-0.2+13.10.20131011.orig/debian/upstart-app-launch-tools.install +++ upstart-app-launch-0.2+13.10.20131011/debian/upstart-app-launch-tools.install @@ -0,0 +1 @@ +usr/bin/* --- upstart-app-launch-0.2+13.10.20131011.orig/debian/copyright +++ upstart-app-launch-0.2+13.10.20131011/debian/copyright @@ -0,0 +1,27 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: upstart-app-launch +Source: https://launchpad.net/upstart-app-launch + +Files: * +Copyright: 2013 Canonical +License: GPL-3 + +Files: debian/* +Copyright: 2013 Ted Gould +License: GPL-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 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 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 version 3 can be found in "/usr/share/common-licenses/GPL-3". --- upstart-app-launch-0.2+13.10.20131011.orig/debian/libupstart-app-launch1-dev.install +++ upstart-app-launch-0.2+13.10.20131011/debian/libupstart-app-launch1-dev.install @@ -0,0 +1,3 @@ +usr/lib/*/libupstart-app-launch.so +usr/lib/*/pkgconfig/* +usr/include/* --- upstart-app-launch-0.2+13.10.20131011.orig/debian/libupstart-app-launch1.symbols +++ upstart-app-launch-0.2+13.10.20131011/debian/libupstart-app-launch1.symbols @@ -0,0 +1,16 @@ +libupstart-app-launch.so.1 libupstart-app-launch1 #MINVER# + upstart_app_launch_get_primary_pid@Base 0.2 + upstart_app_launch_list_running_apps@Base 0.2 + upstart_app_launch_observer_add_app_failed@Base 0.2 + upstart_app_launch_observer_add_app_focus@Base 0.2 + upstart_app_launch_observer_add_app_resume@Base 0.2 + upstart_app_launch_observer_add_app_start@Base 0.2 + upstart_app_launch_observer_add_app_stop@Base 0.2 + upstart_app_launch_observer_delete_app_failed@Base 0.2 + upstart_app_launch_observer_delete_app_focus@Base 0.2 + upstart_app_launch_observer_delete_app_resume@Base 0.2 + upstart_app_launch_observer_delete_app_start@Base 0.2 + upstart_app_launch_observer_delete_app_stop@Base 0.2 + upstart_app_launch_pid_in_app_id@Base 0.2 + upstart_app_launch_start_application@Base 0.2 + upstart_app_launch_stop_application@Base 0.2 --- upstart-app-launch-0.2+13.10.20131011.orig/debian/control +++ upstart-app-launch-0.2+13.10.20131011/debian/control @@ -0,0 +1,72 @@ +Source: upstart-app-launch +Section: gnome +Priority: optional +Maintainer: Ted Gould +Build-Depends: click-dev (>= 0.2.2), + cmake, + dbus-x11, + debhelper (>= 9), + libdbus-1-dev, + libglib2.0-dev, + libgtest-dev, + libjson-glib-dev, + libnih-dbus-dev, + libnih-dev, + libupstart-dev, + libzeitgeist-dev, +Standards-Version: 3.9.4 +Homepage: http://launchpad.net/upstart-app-launch +# 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: https://code.launchpad.net/~indicator-applet-developers/upstart-app-launch/trunk.13.10 +Vcs-Browser: http://bazaar.launchpad.net/~indicator-applet-developers/upstart-app-launch/trunk.13.10/files + +Package: upstart-app-launch +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + click (>= 0.4.9), + click-apparmor, +Description: Upstart Job for Launching Applications + Upstart Job file and associated utilities that is used to launch + applications in a standard and confined way. + +Package: upstart-app-launch-tools +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + upstart-app-launch (= ${binary:Version}), +Description: Tools for working wtih launched applications + Upstart Job file and associated utilities that is used to launch + applications in a standard and confined way. + . + This package provides tools for working with the Upstart App Launch. + +Package: libupstart-app-launch1 +Section: libs +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Pre-Depends: ${misc:Pre-Depends}, +Multi-Arch: same +Description: library for sending requests to the upstart app launch + Upstart Job file and associated utilities that is used to launch + applications in a standard and confined way. + . + This package contains shared libraries to be used by applications. + +Package: libupstart-app-launch1-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libglib2.0-dev, + libupstart-app-launch1 (= ${binary:Version}), +Pre-Depends: ${misc:Pre-Depends}, +Multi-Arch: same +Description: library for sending requests to the upstart app launch + Upstart Job file and associated utilities that is used to launch + applications in a standard and confined way. + . + This package contains files that are needed to build applications. + --- upstart-app-launch-0.2+13.10.20131011.orig/debian/upstart-app-launch.install +++ upstart-app-launch-0.2+13.10.20131011/debian/upstart-app-launch.install @@ -0,0 +1,2 @@ +usr/share/upstart/sessions/* +usr/lib/*/upstart-app-launch/* --- upstart-app-launch-0.2+13.10.20131011.orig/debian/compat +++ upstart-app-launch-0.2+13.10.20131011/debian/compat @@ -0,0 +1 @@ +9 --- upstart-app-launch-0.2+13.10.20131011.orig/debian/rules +++ upstart-app-launch-0.2+13.10.20131011/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with click + +override_dh_click: + dh_click --name upstart-app-launch-desktop + --- upstart-app-launch-0.2+13.10.20131011.orig/debian/changelog +++ upstart-app-launch-0.2+13.10.20131011/debian/changelog @@ -0,0 +1,230 @@ +upstart-app-launch (0.2+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Bumping to version 0.2 + * Adding a libupstart-app-launch1.symbols file to match + * Use 'click info' to get manifests. (LP: #1232118) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 76 + + -- Ubuntu daily release Fri, 11 Oct 2013 02:09:14 +0000 + +upstart-app-launch (0.1+13.10.20131008.1-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * On second activations send a message to the FD.o application + interface. (LP: #1228345) + * Add observers for focused and resume. + * Testing of the second exec logic. + * Disable ZG logging for Phone 1.0. + * Need a little longer time on recent ARM builds. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 73 + + -- Ubuntu daily release Tue, 08 Oct 2013 10:07:25 +0000 + +upstart-app-launch (0.1+13.10.20130925.2-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Ensure a failed stop return doesn't block execution. (LP: #1229468) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 67 + + -- Ubuntu daily release Wed, 25 Sep 2013 18:03:51 +0000 + +upstart-app-launch (0.1+13.10.20130925.1-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Tests for the functions in the core helpers library. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 65 + + -- Ubuntu daily release Wed, 25 Sep 2013 12:54:36 +0000 + +upstart-app-launch (0.1+13.10.20130924.1-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Evil hack to allow "secondary activations" through killing the first + instance. + * Handle URLs with complex spacing by using C parsing. (LP: #1228387) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 63 + + -- Ubuntu daily release Tue, 24 Sep 2013 06:04:42 +0000 + +upstart-app-launch (0.1+13.10.20130919.4-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Support a desktop file key so legacy applications can be single + instance. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 60 + + -- Ubuntu daily release Thu, 19 Sep 2013 22:04:58 +0000 + +upstart-app-launch (0.1+13.10.20130919.3-0ubuntu1) saucy; urgency=low + + [ Loïc Minier ] + * Fix LP #1227632 by directly joining the components of the Exec line + split on % instead of joining them with spaces. (LP: #1227632) + + [ Ted Gould ] + * Only split the URIs if there are more than one. + * Try to deduce if we're on Surface Flinger. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 58 + + -- Ubuntu daily release Thu, 19 Sep 2013 14:03:55 +0000 + +upstart-app-launch (0.1+13.10.20130917.1-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * typo fix in one of the warning strings. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 54 + + -- Ubuntu daily release Tue, 17 Sep 2013 22:03:45 +0000 + +upstart-app-launch (0.1+13.10.20130912-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Don't automatically warn on a failed App ID. + * Check to see if an icon exists, and if so prepend the full path. + + [ Jamie Strandboge ] + * application-legacy.conf.in: use aa-exec-click instead of aa-exec + desktop-hook.c: use aa-exec-click instead of aa-exec (LP: #1197047) + debian/control: Depends on click-apparmor. (LP: #1197047) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 52 + + -- Ubuntu daily release Thu, 12 Sep 2013 20:33:42 +0000 + +upstart-app-launch (0.1+13.10.20130905-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Making sure to look for the application directory. (LP: #1215478) + * Handle click errors by just not setting the value. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 48 + + -- Ubuntu daily release Thu, 05 Sep 2013 09:06:43 +0000 + +upstart-app-launch (0.1+13.10.20130903-0ubuntu1) saucy; urgency=low + + [ Guenter Schwann ] + * Make libupstart-app-launch usable by C++ programs. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 45 + + -- Ubuntu daily release Tue, 03 Sep 2013 18:05:38 +0000 + +upstart-app-launch (0.1+13.10.20130827-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Completes the base functionality in the libupstart-app-launch + library. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 43 + + -- Ubuntu daily release Tue, 27 Aug 2013 14:04:33 +0000 + +upstart-app-launch (0.1+13.10.20130819-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Make setting the PATH more robust. + + [ jdstrand ] + * Update click-exec.c to setup the sandbox environment. Specifically: + - explicitly set the XDG base dirs to the user's preference - set + UBUNTU_APPLICATION_ISOLATION - set TMPDIR - set + __GL_SHADER_DISK_CACHE_PATH. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 41 + + -- Ubuntu daily release Mon, 19 Aug 2013 02:04:19 +0000 + +upstart-app-launch (0.1+13.10.20130812-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Use the click utility to determine path to the package. + * Split profile and exec into two variables. + * Add a click package hook to build desktop files. + * Flesh out the click package execution. + * Switch to CMake and add stub library. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 38 + + -- Ubuntu daily release Mon, 12 Aug 2013 18:04:33 +0000 + +upstart-app-launch (0.1+13.10.20130712-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Add support for URIs. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 32 + + -- Ubuntu daily release Fri, 12 Jul 2013 00:01:50 +0000 + +upstart-app-launch (0.1+13.10.20130703-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Split out legacy and click package startup. + * Allow setting the apparmor profile in the dekstop file. + * Add Zeitgeist logging of the start and stop of the applications. + * Adding a shell script to insert the initctl path if on buildd's. + * Switch initialization to be signal based. + * Don't run tests on buildds. + * Changing the script to check for upstart versions. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 30 + + -- Ubuntu daily release Wed, 03 Jul 2013 00:01:31 +0000 + +upstart-app-launch (0.1daily13.06.19-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Initial release + * The application config file + * Adding debian stuff + * Fixing the make file to make it work-ish + * Adding notification of isolation + * Adding a build for a small executor target + * Fleshing out desktop exec + * Adding the directory into the conf file + * Make the deb stuff work + * Now that we have the tool we need to expect a fork + * Changing the conf file to not need the script suggested by zyga on + #ubuntu-devel + * Switch from using GIO to standard GLib and exec + * Simpler pkgconfig too + * Drop the forking + * Making a little script to help with apps + * Putting some boiler plate dbus in there + * Dump out the PIDs and the nice names + * Putting the type in too + * Close the metal here + * Adding a glib build dependency. + * Searching desktop files in pre-start. + * Adding a COPYING file and file copyrights. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 22 + + -- Ubuntu daily release Wed, 19 Jun 2013 00:01:09 +0000