--- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/changelog +++ ubuntu-app-launch-0.9+16.10.20160928/debian/changelog @@ -0,0 +1,784 @@ +ubuntu-app-launch (0.9+16.10.20160928-0ubuntu2) zesty; urgency=medium + + * No-change rebuild using Linaro GCC. + + -- Matthias Klose Wed, 19 Oct 2016 08:28:50 +0000 + +ubuntu-app-launch (0.9+16.10.20160928-0ubuntu1) yakkety; urgency=medium + + * Add a try/catch inside the for loop in ::list(). (LP: #1627594) + + -- Rodney Dawes Wed, 28 Sep 2016 17:43:54 +0000 + +ubuntu-app-launch (0.9+16.10.20160913.1-0ubuntu1) yakkety; urgency=medium + + [ Larry Price ] + * Recursively sweep for desktop files for libertine applications. + + [ Ted Gould ] + * Fixes, tools and tests related to listing applications + * Migrate starting and stopping applications to new classes + * Make find and discover use the application implementation functions. + * Support launching applications installed as snaps (LP: #1590445) + + -- Ted Gould Tue, 13 Sep 2016 17:43:33 +0000 + +ubuntu-app-launch (0.9+16.10.20160902-0ubuntu1) yakkety; urgency=medium + + * Disable handshake wait with clients doing handshaking (LP: #1618540) + + -- Ted Gould Fri, 02 Sep 2016 14:51:45 +0000 + +ubuntu-app-launch (0.9+16.10.20160825-0ubuntu1) yakkety; urgency=medium + + * Use at() instead of operator[]() so that we get an exception on + bounds checking + + -- Ted Gould Thu, 25 Aug 2016 14:43:00 +0000 + +ubuntu-app-launch (0.9+16.10.20160817.1-0ubuntu1) yakkety; urgency=medium + + [ Charles Kerr ] + * Fix memory leak in Click::launch() + + [ Rodney Dawes ] + * Use cmake-extras for coverage reporting. (LP: #1609545) + * Backport some fixes for listing installed Click apps. + + [ Ted Gould ] + * Add in eventually timeouts in tests to make them more robust + * Add test for abi compatibility (LP: #1609565) + * Add API to allow adjusting of the OOM score for an application + instance (LP: #1579799) + + [ Rodney Dawes, Ted Gould ] + * Add desktop info fields needed for applications scope + + -- Ted Gould Wed, 17 Aug 2016 15:25:23 +0000 + +ubuntu-app-launch (0.9+16.10.20160803-0ubuntu1) yakkety; urgency=medium + + [ Ken VanDine ] + * Added dev depends on libproperties-cpp-dev + + [ Rodney Dawes ] + * Strip the extra .desktop off of legacy app IDs when loading .desktop + files. (LP: #1606695) + * Use stricter gensymbols check. + * Disable the pauseresume tests to unblock landings for now. + + [ Ted Gould ] + * Pedantic fixes for header files + * Fix to use correct types returned from libclick + + -- Rodney Dawes Wed, 03 Aug 2016 14:10:45 +0000 + +ubuntu-app-launch (0.9+16.04.20160510.2-0ubuntu1) xenial; urgency=medium + + * Allow invalid desktop files for OTA11 quick fix (LP: #1580092) + + -- Ted Gould Tue, 10 May 2016 19:11:21 +0000 + +ubuntu-app-launch (0.9+16.04.20160504.1-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * Add a depends for cgmanager for the desktop + + [ Larry Price ] + * Add additional cases for not presenting desktop launchers based on + keyfile entries. + * Refactoring IconFinder to include icons from the Humanity theme (LP: + #1558741) + * Update icon search for non-click applications to search the hicolor + theme directory for appropriate icons. (LP: #1576722) + + [ Ted Gould ] + * Add a small commandline tool for application information + * Fix typo in desktop key name (LP: #1578112) + * Handle exceptions and print errors with command line tools (LP: + #1575990) + * Minor cleanup which causes an annoying warning message + + -- Ted Gould Wed, 04 May 2016 20:12:55 +0000 + +ubuntu-app-launch (0.9+16.04.20160427-0ubuntu1) xenial; urgency=medium + + [ Ted Gould ] + * Adjust version regular expression to handle single character version + numbers + + -- Michael Terry Wed, 27 Apr 2016 14:52:33 +0000 + +ubuntu-app-launch (0.9+16.04.20160421.3-0ubuntu1) xenial; urgency=medium + + [ Ted Gould ] + * Add new C++ API that has a retained object for maintaining + connections through multiple calls. Also provides for getting + consistent application metadata. + * Add dependency on libpam-cgfs on Xenial so that cgroups work + properly in Upstart (LP: #1535058) + * Adding support for Read the Docs + * Fix cut-and-paste error in function comment + * If no XDG_DATA_DIRS is set ensure that /usr/share is in the list. + (LP: #1541037) + + [ CI Train Bot ] + * Ensure all pending events on the context are complete before + unref'ing it. (LP: #1495871) + + [ Dimitri John Ledkov ] + * Raise to -std=gnu99, because we really want gnu standards, and thus + e.g. access CLOCK_MONOTONIC in lttng on arm64/armhf. Resolves FTBFS. + + [ Michael Terry ] + * Fix build by correcting typo in function name. + + -- Ted Gould Thu, 21 Apr 2016 19:47:16 +0000 + +ubuntu-app-launch (0.5+15.10.20150817-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * debian/libubuntu-app-launch2.symbols: update to released version. + + [ Robert Ancell ] + * Depend on upstart instead of upstart-bin which is a dummy + transitional package. + + [ Ted Gould ] + * Detect applications that are in a libertine container + * Make demangler path more secure and unset internal environment + variables + * Provide an API to find the desktop file and directory of an AppID + * Start XMir for applications that enable it + + -- CI Train Bot Mon, 17 Aug 2015 21:38:33 +0000 + +ubuntu-app-launch (0.5+15.10.20150629-0ubuntu1) wily; urgency=medium + + [ Andreas Pokorny ] + * mir release 0.14.0 + + -- CI Train Bot Mon, 29 Jun 2015 06:10:46 +0000 + +ubuntu-app-launch (0.5+15.10.20150605-0ubuntu1) wily; urgency=medium + + [ Ted Gould ] + * Don't error on ZG failure (LP: #1452178) + * Fallback to looking for the AppID tag if the source is missing (LP: + #1461138) + + -- CI Train Bot Fri, 05 Jun 2015 19:49:48 +0000 + +ubuntu-app-launch (0.5+15.10.20150604-0ubuntu1) wily; urgency=medium + + [ Ted Gould ] + * Add an untrusted helper that works with Mir trusted prompt sessions. + + [ CI Train Bot ] + * debian/libubuntu-app-launch2.symbols: update to released version. + + -- CI Train Bot Thu, 04 Jun 2015 20:35:57 +0000 + +ubuntu-app-launch (0.4+15.04.20150410-0ubuntu1) vivid; urgency=medium + + [ Ted Gould ] + * Have desktop hook verify source file still exists (LP: #1437355) + + -- CI Train Bot Fri, 10 Apr 2015 16:58:30 +0000 + +ubuntu-app-launch (0.4+15.04.20150403-0ubuntu1) vivid; urgency=medium + + [ Ted Gould ] + * When Mir isn't available just exec with X11 + + -- CI Train Bot Fri, 03 Apr 2015 17:30:48 +0000 + +ubuntu-app-launch (0.4+15.04.20150313.2-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Rodney Dawes ] + * Save status from waitpid and exit with it. (LP: #1431565) + + -- CI Train Bot Fri, 13 Mar 2015 16:05:56 +0000 + +ubuntu-app-launch (0.4+15.04.20150305.1-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * debian/libubuntu-app-launch2.symbols: auto-update to released + version + + [ Ted Gould ] + * Add a test tool to run an application from the command line (LP: + #1425286) + * Emit a signal when applications are paused or resumed (LP: #1425285) + * Remove application log on exit if not in developer mode (LP: + #1414039) + + -- CI Train Bot Thu, 05 Mar 2015 14:36:35 +0000 + +ubuntu-app-launch (0.4+15.04.20141121-0ubuntu1) vivid; urgency=low + + [ Ted Gould ] + * Remove reporting a recoverable problem on cgmanager (LP: #1394919) + * Use a version script to ensure we're not leaking symbols + * Create a custom GMainContext when waiting on the CGManager DBus + connection. (LP: #1394622) + + -- Ubuntu daily release Fri, 21 Nov 2014 21:17:30 +0000 + +ubuntu-app-launch (0.4+15.04.20141118-0ubuntu1) vivid; urgency=low + + [ Ted Gould ] + * Attenting to connect to cgmanager for 1 second and then failing and + reporting a recoverable error. (LP: #1377332) + + -- Ubuntu daily release Tue, 18 Nov 2014 21:10:45 +0000 + +ubuntu-app-launch (0.4+15.04.20141031-0ubuntu1) vivid; urgency=low + + [ Chris Townsend ] + * Change GetTasks to GetTasksRecursive so it searches all pids related + to a cgroup instead of just the first pid. (LP: #1386357) + + [ Leo Arias ] + * On the cgroup manual test, make it clear that the command must be + run on the app. + + -- Ubuntu daily release Fri, 31 Oct 2014 15:02:48 +0000 + +ubuntu-app-launch (0.4+14.10.20141006-0ubuntu1) utopic; urgency=low + + [ Ted Gould ] + * Set OOM adjustment without using temporary files. (LP: #1374177) + * Use a setuid helper for OOM adjustment of Oxide renderers + + -- Ubuntu daily release Mon, 06 Oct 2014 14:33:13 +0000 + +ubuntu-app-launch (0.4+14.10.20140925-0ubuntu1) utopic; urgency=low + + [ Martin Pitt ] + * Upstart dep updated to trunk + + [ Ted Gould ] + * Upstart dep updated to trunk + * Add handling for X-Ubuntu-SymbolicIcon in desktop hook (LP: + #1365408) + + [ CI bot ] + * Adjust upstart recommends to upstart-bin (LP: #1351306) + + -- Ubuntu daily release Thu, 25 Sep 2014 14:43:28 +0000 + +ubuntu-app-launch (0.4+14.10.20140915.3-0ubuntu1) utopic; urgency=medium + + [ Ted Gould ] + * Unrevert cgroup support + * Adding a manual test to verify the job running the application + * CGroup test and clarification comments + * Tracepoint got dropped in refactoring + * Use the Upstart 1.13 feature of multiple set for environment + variables + * Cleanup UAL LTTng tracepoints + * Provide a pause and resume function for AppIDs + * Rotate application and untrusted helper logs faster than other + services + * Add a tool to show application usage + * Reshuffle the pre-start jobs to save precious milliseconds + + [ Ubuntu daily release ] + * debian/libubuntu-app-launch2.symbols: auto-update to released + version + + -- Ubuntu daily release Mon, 15 Sep 2014 19:40:21 +0000 + +ubuntu-app-launch (0.4+14.10.20140808.3.is.0.4+14.10.20140605.3-0ubuntu1) utopic; urgency=medium + + * Temporarily revert the cgroup support introduced in the last + version, as it was causing regressions in our test infrastructure + + -- Lukasz 'sil2100' Zemczak Tue, 19 Aug 2014 09:52:33 +0200 + +ubuntu-app-launch (0.4+14.10.20140808.2-0ubuntu1) utopic; urgency=low + + [ Ted Gould ] + * Use Upstart cgroup support in 1.13 to properly track PIDs + + -- Ubuntu daily release Fri, 08 Aug 2014 03:59:40 +0000 + +ubuntu-app-launch (0.4+14.10.20140605.3-0ubuntu1) utopic; urgency=medium + + [ Ted Gould ] + * Fixing click hook for name change + + -- Ubuntu daily release Thu, 05 Jun 2014 03:40:55 +0000 + +ubuntu-app-launch (0.4+14.10.20140601-0ubuntu2) utopic; urgency=low + + * add Conflicts/Replaces/Provides to ubuntu-app-launch-tools since there are + still packages depending on upstart-app-launch-tools + + -- Oliver Grawert Wed, 04 Jun 2014 10:06:24 +0200 + +ubuntu-app-launch (0.4+14.10.20140601-0ubuntu1) utopic; urgency=medium + + [ Ted Gould ] + * Rename to "Ubuntu App Launch" + + -- Ubuntu daily release Sun, 01 Jun 2014 21:10:43 +0000 + +upstart-app-launch (0.3+14.10.20140521-0ubuntu1) utopic; urgency=low + + [ Ted Gould ] + * Drop Surface Flinger support + * Debug message for valid, though rare, conditions. (LP: #1301173) + * More elegant handling of bad application id errors (LP: #1238068) + * Set LD_LIBRARY_PATH to include the application directory + + -- Ubuntu daily release Wed, 21 May 2014 17:41:20 +0000 + +upstart-app-launch (0.3+14.04.20140411-0ubuntu1) trusty; urgency=low + + [ Ted Gould ] + * Kill all jobs in process group on exit + + -- Ubuntu daily release Fri, 11 Apr 2014 22:14:55 +0000 + +upstart-app-launch (0.3+14.04.20140321-0ubuntu1) trusty; urgency=low + + [ Colin Watson ] + * Use libclick to get the package directory, saving about 0.7 seconds + from Click application startup (on mako). + * Use libclick to get package manifests, saving about 0.7 seconds from + Click application startup (on mako). + + -- Ubuntu daily release Fri, 21 Mar 2014 17:56:24 +0000 + +upstart-app-launch (0.3+14.04.20140320-0ubuntu1) trusty; urgency=low + + [ Thomi Richards ] + * Export the correct environment variable to load apps with + testability enabled. (LP: #1285947) + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Thu, 20 Mar 2014 23:22:49 +0000 + +upstart-app-launch (0.3+14.04.20140220-0ubuntu3) trusty; urgency=medium + + * Change dependency on "zeitgeist" to "zeitgeist-core". The former is a + metapackage which pulls in python2 and useless gtk/X data providers, + whereas zeitgeist-core provides the service necessary for + zg-report-app to operate. + + -- Dimitri John Ledkov Sat, 22 Feb 2014 23:00:37 +0000 + +upstart-app-launch (0.3+14.04.20140220-0ubuntu2) trusty; urgency=medium + + * Drop depends:click from a Multi-Arch:same library package, as click is + neither M-A:allowed nor M-A:foreign. This unbreaks cross-compilation. + + -- Dimitri John Ledkov Thu, 20 Feb 2014 23:51:29 +0000 + +upstart-app-launch (0.3+14.04.20140220-0ubuntu1) trusty; urgency=low + + [ Ted Gould ] + * Support for Untrusted Helpers + * A little tool to discover application IDs + * Add observers in the launch tool so that we stick around to handle + events + * Add functions for testing and App ID parsing + + -- Ubuntu daily release Thu, 20 Feb 2014 12:04:30 +0000 + +upstart-app-launch (0.3+14.04.20140213-0ubuntu1) trusty; urgency=low + + [ Ted Gould ] + * Unregister for Unity's Resume signal + * Function to get the log file for the application + * Add GIR support to libual + * Remove an invalid substitution that we weren't using (LP: #1220591) + + [ Ubuntu daily release ] + * debian/*symbols: auto-update new symbols to released version + + -- Ubuntu daily release Thu, 20 Feb 2014 12:04:27 +0000 + +upstart-app-launch (0.3+14.04.20140210-0ubuntu1) trusty; urgency=low + + * debian/*symbols: auto-update new symbols to released version + + -- Ubuntu daily release Thu, 13 Feb 2014 13:14:48 +0000 + +upstart-app-launch (0.3+14.04.20140206-0ubuntu1) trusty; urgency=low + + [ Ted Gould ] + * Basic merge and review requirements. + * On error print the exec line + * Make the last environment variable set synchronous to make Upstart + respond that it received it. (LP: #1275017) + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Thu, 06 Feb 2014 16:54:55 +0000 + +upstart-app-launch (0.3+14.04.20140129.1-0ubuntu1) trusty; urgency=low + + [ Ken VanDine ] + * Added upstart_app_launch_triplet_to_app_id to construct an appid + from pkg, app, version triplet. If a specific version isn't + provided, click is used to determine the version from the manifest. + + [ Ted Gould ] + * Set the Upstart job environment using DBus. + * Tests for the exec utilities. + * Add an APP_DESKTOP_FILE_PATH to point to a readable desktop file + under confinement. + * Include an architecture specific directory in the path. + * Making the application job a task. + * Add application list handling to the triplet function. + + [ CI bot ] + * Upload to trusty + + -- Ubuntu daily release Wed, 29 Jan 2014 20:08:11 +0000 + +upstart-app-launch (0.3+14.04.20131218-0ubuntu1) trusty; urgency=low + + [ Ken VanDine ] + * Multi-Arch: same libraries must not depend on run-time application,. + since this breaks cross-compilation. Furthermore, circular + dependencies are never needed: upstart-app-launch depends on + libupstart-app-launch2, which depends on upstart-app-launch. It's + the same reasoning why we do not make libgtk-3.0 depend on epiphany + webbrowser, even though gtk has functions to open URL in a + webbrowser. And in a multi-arch world libgtk-3.0 would never know + which architecture your web-browser is, it could be any. Libraries + should only ever depend on other linked shared libraries. + + [ Ted Gould ] + * Make sure that 'package' sticks around until we setup the + environment. (LP: #1260079) + * Improve readability of the coverage report. + + [ Didier Roche ] + * revert the archictecture specific list: britney doesn't use those + + [ Ubuntu daily release ] + * Automatic snapshot from revision 100 + * debian/*symbols: auto-update new symbols to released version + + -- Ubuntu daily release Wed, 29 Jan 2014 20:08:07 +0000 + +upstart-app-launch (0.3+14.04.20131209-0ubuntu3) trusty; urgency=low + + * Multi-Arch: same libraries must not depend on run-time application, + since this breaks cross-compilation. Furthermore, circular + dependencies are never needed: upstart-app-launch depends on + libupstart-app-launch2, which depends on upstart-app-launch. It's the + same reasoning why we do not make libgtk-3.0 depend on epiphany + webbrowser, even though gtk has functions to open URL in a + webbrowser. And in a multi-arch world libgtk-3.0 would never know + which architecture your web-browser is, it could be any. Libraries + should only ever depend on other linked shared libraries. + + -- Dimitri John Ledkov Thu, 12 Dec 2013 22:32:34 +0000 + +upstart-app-launch (0.3+14.04.20131209-0ubuntu2) trusty; urgency=low + + * Restrict on which arch we build url-dispatcher due to the ust build-dep + + -- Didier Roche Mon, 09 Dec 2013 13:47:51 +0100 + +upstart-app-launch (0.3+14.04.20131209-0ubuntu1) trusty; urgency=low + + [ Ubuntu daily release ] + * debian/*symbols: auto-update new symbols to released version + + [ Ted Gould ] + * Use the parsing of the line to split appart the URLs. (LP: #1253703) + * Use Upstart on the session bus instead of the private bus. + * Adding tracing support to application startup. + * Hide click error printed in the Upstart log. + * Handshake for starting applications. (LP: #1243665) + * Link to the right version of upstart-app-launch. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 93 + + -- Ubuntu daily release Mon, 09 Dec 2013 02:05:27 +0000 + +upstart-app-launch (0.3+14.04.20131126-0ubuntu1) trusty; urgency=low + + [ Ted Gould ] + * Bumping to 0.3 to reflect that we added a new env var to the library + which is needed for testing URL Dispatcher + * Reenable ZG and port to libzg-2.0. (LP: #1197569) + * Ensure quoted single URIs passed to a %U are unquoted. (LP: + #1253703) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 86 + + -- Ubuntu daily release Tue, 26 Nov 2013 02:07:13 +0000 + +upstart-app-launch (0.2+14.04.20131119-0ubuntu1) trusty; urgency=low + + [ Ted Gould ] + * Unref the proxy after stopping an application. + * Use shell escaping to ensure we can handle spaces. (LP: #1229354) + * Set the XDG Data Dirs to include the application install directory. + (LP: #1250546) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 82 + + -- Ubuntu daily release Tue, 19 Nov 2013 08:19:25 +0000 + +upstart-app-launch (0.2+13.10.20131014-0ubuntu1) saucy; urgency=low + + [ Ricardo Mendoza ] + * Currently we are signalling observers that app started on the + "starting" signal. This is racy, as the final exec might not have + happened yet, so if a client tries to get the primary PID before the + process has fully started, it might get one of the transitional PIDs + of the scripts that run in between. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 78 + + -- Ubuntu daily release Mon, 14 Oct 2013 07:55:55 +0000 + +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 --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/clean +++ ubuntu-app-launch-0.9+16.10.20160928/debian/clean @@ -0,0 +1 @@ +debian/ubuntu-app-launch.postinst --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/compat +++ ubuntu-app-launch-0.9+16.10.20160928/debian/compat @@ -0,0 +1 @@ +9 --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/control +++ ubuntu-app-launch-0.9+16.10.20160928/debian/control @@ -0,0 +1,127 @@ +Source: ubuntu-app-launch +Section: gnome +Priority: optional +Maintainer: Ted Gould +Build-Depends: abi-compliance-checker, + click-dev (>= 0.2.2), + cmake, + cmake-extras, + dbus-x11, + dbus-test-runner, + debhelper (>= 9), + libcgmanager-dev, + libclick-0.4-dev, + libcurl4-dev | libcurl4-gnutls-dev, + libdbus-1-dev, + libdbustest1-dev (>= 14.04.0), + libgirepository1.0-dev, + libglib2.0-dev, + libgtest-dev, + libjson-glib-dev, + liblibertine-dev, + liblttng-ust-dev, + libmirclient-dev (>= 0.5), + libnih-dbus-dev, + libnih-dev, + libproperties-cpp-dev, +# For ABI check to distro version +# Make sure to set DEB_BUILD_PROFILES when bootstrapping + libubuntu-app-launch2-dev , + libupstart-dev, + libzeitgeist-2.0-dev, + gobject-introspection, + python3-dbusmock, + upstart (>= 1.13), +Standards-Version: 3.9.4 +Homepage: http://launchpad.net/ubuntu-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/ubuntu-app-launch/trunk.13.10 +Vcs-Browser: http://bazaar.launchpad.net/~indicator-applet-developers/ubuntu-app-launch/trunk.13.10/files + +Package: ubuntu-app-launch +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + cgmanager, + click-apparmor, + libpam-cgfs | libpam-cgm | cgmanager (<< 0.37), + upstart (>= 1.13), + xmir [amd64 armhf i386], + zeitgeist-core, +Replaces: upstart-app-launch +Conflicts: upstart-app-launch +Provides: upstart-app-launch +Description: Session init system job for Launching Applications + Upstart Job file and associated utilities that is used to launch + applications in a standard and confined way. + +Package: ubuntu-app-launch-tools +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ubuntu-app-launch (= ${binary:Version}), +Replaces: upstart-app-launch-tools +Conflicts: upstart-app-launch-tools +Provides: upstart-app-launch-tools +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: libubuntu-app-launch3 +Section: libs +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Pre-Depends: ${misc:Pre-Depends}, +Multi-Arch: same +Description: library for sending requests to the ubuntu 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: libubuntu-app-launch2-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libglib2.0-dev, + libmirclient-dev (>= 0.5), + libproperties-cpp-dev, + libubuntu-app-launch3 (= ${binary:Version}), +Pre-Depends: ${misc:Pre-Depends}, +Multi-Arch: same +Description: library for sending requests to the ubuntu 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. + +Package: gir1.2-ubuntu-app-launch-2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libubuntu-app-launch3 (= ${binary:Version}), + ${gir:Depends}, +Pre-Depends: ${misc:Pre-Depends} +Recommends: ubuntu-app-launch (= ${binary:Version}) +Description: typelib file for libubuntu-app-launch3 + Interface for starting apps and getting info on them. + . + This package can be used by other packages using the GIRepository format to + generate dynamic bindings for libubuntu-app-launch3. + +Package: ubuntu-app-test +Architecture: any +Section: devel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + qtchooser, +Description: Small application to help test apps + Uses trusted prompt sessions to provide a way to easily + run a command on the command line to look at stdout or + stderr for developers. --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/copyright +++ ubuntu-app-launch-0.9+16.10.20160928/debian/copyright @@ -0,0 +1,27 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ubuntu-app-launch +Source: https://launchpad.net/ubuntu-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". --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/gir1.2-ubuntu-app-launch-2.install +++ ubuntu-app-launch-0.9+16.10.20160928/debian/gir1.2-ubuntu-app-launch-2.install @@ -0,0 +1 @@ +usr/lib/*/girepository-1.0 /usr/lib --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/libubuntu-app-launch2-dev.install +++ ubuntu-app-launch-0.9+16.10.20160928/debian/libubuntu-app-launch2-dev.install @@ -0,0 +1,4 @@ +usr/lib/*/libubuntu-app-launch.so +usr/lib/*/pkgconfig/* +usr/include/* +usr/share/gir-1.0/* --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/libubuntu-app-launch3.install +++ ubuntu-app-launch-0.9+16.10.20160928/debian/libubuntu-app-launch3.install @@ -0,0 +1 @@ +usr/lib/*/libubuntu-app-launch.so.3* --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/libubuntu-app-launch3.shlibs +++ ubuntu-app-launch-0.9+16.10.20160928/debian/libubuntu-app-launch3.shlibs @@ -0,0 +1 @@ +libubuntu-app-launch 3 libubuntu-app-launch3 (>= 0.9) --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/rules +++ ubuntu-app-launch-0.9+16.10.20160928/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Get full logs in tests +export G_MESSAGES_DEBUG=all + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --with click,gir --parallel --fail-missing + +override_dh_click: + dh_click --name ubuntu-app-launch-desktop + +override_dh_installdeb: + sed -e"s/#MULTIARCH#/$(DEB_HOST_MULTIARCH)/g" \ + debian/ubuntu-app-launch.postinst.in \ + > debian/ubuntu-app-launch.postinst + dh_installdeb --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/ubuntu-app-launch-tools.install +++ ubuntu-app-launch-0.9+16.10.20160928/debian/ubuntu-app-launch-tools.install @@ -0,0 +1,2 @@ +usr/bin/ubuntu-app-* +usr/bin/ubuntu-helper-* --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/ubuntu-app-launch.install +++ ubuntu-app-launch-0.9+16.10.20160928/debian/ubuntu-app-launch.install @@ -0,0 +1,2 @@ +usr/share/upstart/sessions/* +usr/lib/*/ubuntu-app-launch/* --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/ubuntu-app-launch.postinst.in +++ ubuntu-app-launch-0.9+16.10.20160928/debian/ubuntu-app-launch.postinst.in @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +# Make the setuid helper setuid + +if [ "$1" = configure ]; then + chmod u+s /usr/lib/#MULTIARCH#/ubuntu-app-launch/oom-adjust-setuid-helper +fi + +#DEBHELPER# + +exit 0 --- ubuntu-app-launch-0.9+16.10.20160928.orig/debian/ubuntu-app-test.install +++ ubuntu-app-launch-0.9+16.10.20160928/debian/ubuntu-app-test.install @@ -0,0 +1,4 @@ +usr/share/applications/ubuntu-app-test.desktop +usr/share/ubuntu-app-launch/ubuntu-app-test.qml +usr/share/icons/hicolor/scalable/apps/ubuntu-app-test.svg +usr/bin/app-test/* /usr/bin