--- hud-13.10.1+14.04.20140425.orig/debian/changelog +++ hud-13.10.1+14.04.20140425/debian/changelog @@ -0,0 +1,810 @@ +hud (13.10.1+14.04.20140425-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Harden HUD against misbehaving applications Report the offending + applications using Apport's recoverable problem tool. Switch to + using shared pointers where possible for managing memory. (LP: + #1298656) + + [ Marcus Tomlinson ] + * Harden HUD against misbehaving applications Report the offending + applications using Apport's recoverable problem tool. Switch to + using shared pointers where possible for managing memory. (LP: + #1298656) + + -- Ubuntu daily release Fri, 25 Apr 2014 08:48:46 +0000 + +hud (13.10.1+14.04.20140402-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Make the DBusMenu safety valve actually work this time (LP: + #1280372) + + -- Ubuntu daily release Wed, 02 Apr 2014 10:38:40 +0000 + +hud (13.10.1+14.04.20140326-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Add safety valve for DBusMenuCollector that also reports the + offending application (LP: #1280372) + + -- Ubuntu daily release Wed, 26 Mar 2014 09:36:22 +0000 + +hud (13.10.1+14.04.20140325-0ubuntu1) trusty; urgency=low + + [ Charles Kerr ] + * Simplify the implementation of QtGActionGroup. This started off with + the intent of removing the overhead of g_action_group_list_actions() + in QtGActionGroup::Action(), but then I found + QtGActionGroup::Action() was only called in the object's constructor + and destructor, so it made more sense to remove the function + altogether. Summary of changes:   * Plugged GVariant leak in + QtGActionGroup::TriggerAction()   * Plugged char* leak in + QtGMenuUtils::makeStringListQVariant   * ActionGroup ctor calls + g_action_group_list_actions() once instead of n+1 times   * + ActionGroup dtor calls g_action_group_list_actions() once instead of + n times   * Removed unused public method Size()   * Removed newly- + unused public method Action()   * Removed newly-unused field m_size + (LP: #1296746) + + [ Pete Woods ] + * Add null guards to ItemStore search (LP: #1292237) + * Fix test failures exposed by fix to libqtdbustest (LP: #1296744) + * Call only "safe" write method from UNIX signal handler See + http://pubs.opengroup.org/onlinepubs/000095399/functions/xsh_chap02_ + 04.html#tag_02_04_01 (LP: #1296602) + + -- Ubuntu daily release Tue, 25 Mar 2014 12:46:25 +0000 + +hud (13.10.1+14.04.20140314-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Make legacy queries return no results with an empty search string + (LP: #1276569) + * Tweak search parameters following advice from Jussi (LP: #1276569) + * Use new DBusMenu API to make dbusmenu calls sync (LP: #1292586) + * Support multiple GMenuCollectors for each window, and multiple + QtGActionGroups for each QtGMenuModel. (LP: #1288025) + + -- Ubuntu daily release Fri, 14 Mar 2014 16:37:38 +0000 + +hud (13.10.1+14.04.20140304-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Change GTK documentation so that it builds with the new glib version + (LP: #1287580) + + -- Ubuntu daily release Tue, 04 Mar 2014 09:58:04 +0000 + +hud (13.10.1+14.04.20140218.2-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Abstract out settings for improved testability (LP: #1280559) + * Prevent rare crash when first opening dbusmenu window + + [ Marcus Tomlinson ] + * Store actions for entire QtGMenuModel hierarchy in top menu + m_actions (LP: #1276225) + + -- Ubuntu daily release Tue, 18 Feb 2014 14:29:30 +0000 + +hud (13.10.1+14.04.20140212-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Make UTF8-safe implementation of nih_dbus_path (LP: #1278439) + * Use deleteLater to avoid crash in destruction of QGSettings (LP: + #1278440) + + -- Ubuntu daily release Wed, 12 Feb 2014 13:50:40 +0000 + +hud (13.10.1+14.04.20140206-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Re-enable quit action in HUD client library. (LP: #1269409) + * Extra checks for null DBusMenuCollector + + [ Marcus Tomlinson ] + * Cache size of QtGActionGroup in m_size rather and re-calculating it + on every Size() call. (LP: #1276225) + + -- Ubuntu daily release Thu, 06 Feb 2014 11:58:43 +0000 + +hud (13.10.1+14.04.20140120-0ubuntu1) trusty; urgency=low + + * New rebuild forced + * Automatic snapshot from revision 362 + + -- Ubuntu daily release Mon, 20 Jan 2014 19:43:59 +0000 + +hud (13.10.1+14.04.20140108-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Replace core HUD service and improve testing. + * Generate valid window stack introspection XML. (LP: #1254949) + * Fix window stack breakage introduced by last commit. + * Build application paths using NIH DBus utils to maintain + compatibility with confinement policies. (LP: #1262316) + * Restore keyword reading functionality to libQtGmenu. (LP: #1262323, + #1262326, #1262318) + * Restore the sqlite database reading functionality. (LP: #1262320) + * Valgrind is not available on all platforms. + + [ Ted Gould ] + * Search for Pango so we can build the command line utilities. + + [ Marcus Tomlinson ] + * Replace core HUD service and improve testing. + * Check window handle is not null before attempting to dereferencing + it. + * Remove unnecessary polling from QtGMenuImporter to reduce DBus + comms. (LP: #1262333) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 361 + + -- Ubuntu daily release Wed, 08 Jan 2014 03:21:14 +0000 + +hud (13.10.1+14.04.20131205-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Fix keywords test on ARM. (LP: #1257861) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 350 + + -- Ubuntu daily release Thu, 05 Dec 2013 09:35:45 +0000 + +hud (13.10.1+14.04.20131204-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * In the window stack always return a property list of the correct + length. + * Initialize the current_source pointer. (LP: #1253676) + + [ Ted Gould ] + * Improve handling of unfound windows. (LP: #1247898) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 348 + + -- Ubuntu daily release Wed, 04 Dec 2013 13:51:14 +0000 + +hud (13.10.1+14.04.20131029.1-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Fix the ref counting of application sources The application sources + are now entirely owned by the application-list's hash table. + + [ Ted Gould ] + * Add apport dependencies to the package hook. (LP: #1233994) + * Don't show disabled items in search results. (LP: #1192646) + + [ Charles Kerr ] + * Add a nullptr safeguard to prevent a crash-on-null-ptr-reference. + Also, move a QMap lookup outside of a for loop. Yay! . (LP: + #1242032) + * if we can't get the busname, log a g_critical and then exit + gracefully instead of abort()ing in g_error. (LP: #1244688) + * Add a null safeguard when accessing window SharedPtrs held in the + m_windows QMap . (LP: #1243654) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 343 + + -- Ubuntu daily release Tue, 29 Oct 2013 11:17:56 +0000 + +hud (13.10.1+13.10.20131031-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * If we can't get the busname, log a g_critical and then exit + gracefully instead of abort()ing in g_error. (LP: #1244688) + * Add a null safeguard when accessing window SharedPtrs held in the + m_windows QMap. (LP: #1243654) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 344 + + -- Ubuntu daily release Thu, 31 Oct 2013 23:12:19 +0000 + +hud (13.10.1+13.10.20131024-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Fix the ref counting of application sources The application sources + are now entirely owned by the application-list's hash table. + + [ Ted Gould ] + * Add apport dependencies to the package hook. (LP: #1233994) + * Don't show disabled items in search results. (LP: #1192646) + * Don't crash if we get asked about a window we don't know about, + return a null list. (LP: #1242339) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 341 + + -- Ubuntu daily release Thu, 24 Oct 2013 16:12:43 +0000 + +hud (13.10.1+13.10.20131014-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Fix crash on window removal. (LP: #1238338) + * Fix application disposal, so HUD doesn't crash for apps with no + actions. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 336 + + -- Ubuntu daily release Mon, 14 Oct 2013 08:53:02 +0000 + +hud (13.10.1+13.10.20131010.1-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Handle errors from the BAMF interface It looks like windows are + sometimes disappearing before we get round to asking for information + about them. (LP: #1238002) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 333 + + -- Ubuntu daily release Thu, 10 Oct 2013 18:43:20 +0000 + +hud (13.10.1+13.10.20131010-0ubuntu1) saucy; urgency=low + + [ Loïc Minier ] + * Fix build-deps for desktop build. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 331 + + -- Ubuntu daily release Thu, 10 Oct 2013 02:23:33 +0000 + +hud (13.10.1+13.10.20131009.1-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Support unity8's window stack API. (LP: #1233992) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 329 + + -- Ubuntu daily release Wed, 09 Oct 2013 23:26:00 +0000 + +hud (13.10.1+13.10.20131009-0ubuntu1) saucy; urgency=low + + [ Dmitrijs Ledkovs ] + * Use /bin/sh instead of /bin/bash in the dbus activation script, to + speed up execution. + + [ Pete Woods ] + * Improve HUD's voice error handling for when either nothing is said, + or the mic isn't working. + * Working around the missing session bus variable and reporting a bug. + + [ Ted Gould ] + * Working around the missing session bus variable and reporting a bug. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 326 + + -- Ubuntu daily release Wed, 09 Oct 2013 12:24:00 +0000 + +hud (13.10.1+13.10.20131008.1-0ubuntu1) saucy; urgency=low + + [ Dmitrijs Ledkovs ] + * Use /bin/sh instead of /bin/bash in the dbus activation script, to + speed up execution. + + [ Pete Woods ] + * Improve HUD's voice error handling for when either nothing is said, + or the mic isn't working. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 325 + + -- Ubuntu daily release Tue, 08 Oct 2013 12:50:58 +0000 + +hud (13.10.1+13.10.20131002.1-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Raise an error instead of a warning if we can't get our hands on the + HUD service name. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 322 + + -- Ubuntu daily release Wed, 02 Oct 2013 11:54:52 +0000 + +hud (13.10.1+13.10.20130918-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Handle searches that result in no tokens as NULL searches. (LP: + #1193700) + + [ Antti Kaijanmäki ] + * Fix search results when application starts and also include + ALL_WINDOWS context on different searches. (LP: #1205097). (LP: + #1205097) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 320 + + -- Ubuntu daily release Wed, 18 Sep 2013 07:10:50 +0000 + +hud (13.10.1+13.10.20130904-0ubuntu1) saucy; urgency=low + + [ Jamie Strandboge ] + * use libnih-dbus to generate object path name (LP: #1218107) - + CMakeLists.txt: add NIH_INCLUDE_DIRS and NIH_DBUS_INCLUDE_DIRS - + src/CMakeLists.txt: add NIH_LIBRARIES and NIH_DBUS_LIBRARIES - + src/application-source.c: use nih_dbus_path() - debian/control: + Build-Depends on libnih-dbus-dev. (LP: #1218107) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 317 + + -- Ubuntu daily release Wed, 04 Sep 2013 02:35:31 +0000 + +hud (13.10.1+13.10.20130822.4-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Fix hud client-reconnects on the phone This branch fixes hud- + clients's ability to seamlessly reconnect to HUD. (LP: #1205097) + + [ Ted Gould ] + * Migrate from g_simple_action_group_insert to + g_action_map_add_action. (LP: #1215180) + + [ Antti Kaijanmäki ] + * Fix Ubuntu UI Session callbacks. On Touch Images where we use Ubuntu + UI Session API to get notifications when active window changes. The + callbacks are being invoked from a separate thread. We have to pass + the callbacks through g_idle_add() to process them in main + gmaincontext. This also requires to change the type of + AbstractWindow and AbstractApp as we can't pass on the + ubuntu_ui_session_properties accross different threads. (LP: + #1205097, #1203772, #1214996) + * Fix hud client-reconnects on the phone This branch fixes hud- + clients's ability to seamlessly reconnect to HUD. (LP: #1205097) + * g_simple_action_group_lookup() was deprecated. use + g_action_map_lookup_action() instead. + * Adjust watchdog test limits to get rid of random timing failures. + (LP: #1215180) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 315 + + -- Ubuntu daily release Thu, 22 Aug 2013 18:12:30 +0000 + +hud (13.10.1+13.10.20130816.1-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Patch up hud-gtk. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 309 + + -- Ubuntu daily release Fri, 16 Aug 2013 22:09:30 +0000 + +hud (13.10.1+13.10.20130812-0ubuntu1) saucy; urgency=low + + * New rebuild forced + * Automatic snapshot from revision 307 + + -- Ubuntu daily release Mon, 12 Aug 2013 11:58:36 +0000 + +hud (13.10.1+13.10.20130731-0ubuntu1) saucy; urgency=low + + [ Jeremy Bicha ] + * Don't build-depend on gnome-doc-utils. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 306 + + -- Ubuntu daily release Wed, 31 Jul 2013 03:02:00 +0000 + +hud (13.10.1+13.10.20130719-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Do not install hud-tools tests, it's not needed. Especially that the + test install directory is sooo wrong. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 304 + + -- Ubuntu daily release Fri, 19 Jul 2013 03:01:43 +0000 + +hud (13.10.1+13.10.20130717-0ubuntu1) saucy; urgency=low + + [ Antti Kaijanmäki ] + * Fix hud-service emitting multiple UpdatedQuery signals. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 302 + + -- Ubuntu daily release Wed, 17 Jul 2013 03:06:37 +0000 + +hud (13.10.1+13.10.20130715-0ubuntu1) saucy; urgency=low + + [ Jeremy Bicha ] + * * Drop explicit build-depends on gir1.2-dee-1.0 * Build against + default valac. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 300 + + -- Ubuntu daily release Mon, 15 Jul 2013 03:16:53 +0000 + +hud (13.10.1+13.10.20130710-0ubuntu1) saucy; urgency=low + + [ Antti Kaijanmäki ] + * libhud: * Don't try to unexport menu model if it's exporting failed. + * g_critical() instead of g_error(). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 298 + + -- Ubuntu daily release Wed, 10 Jul 2013 06:24:02 +0000 + +hud (13.10.1+13.10.20130703-0ubuntu1) saucy; urgency=low + + [ Antti Kaijanmäki ] + * * libhud: - cache active contexts so that they can be restored on + (re)connect * hud-service: - add debug information on window context + switching. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 296 + + -- Ubuntu daily release Wed, 03 Jul 2013 03:01:12 +0000 + +hud (13.10.1+13.10.20130702-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Checking for the NULL return. + + [ Antti Kaijanmäki ] + * * Ignore deprecation warning with + bamf_application_get_application_menu(). * add WindowStackForMonitor + to test-application-list.c dbusmock. + * Fix parameterized actions which were broken by r283. + * Search also ALL_WINDOWS context. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 294 + + -- Ubuntu daily release Tue, 02 Jul 2013 03:03:11 +0000 + +hud (13.10.1daily13.06.19-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Support unity-gtk-module exported menus. + * Don't clear the last focused pointer when we get a NULL new window. + * Don't create an endpoint with bad names. + * Upstart job, dbus activation hack. + * When failing to start the proxy, don't cause criticals. + * Fixing critical messages from Dee and GSignal. + * Extending dbus-activation hack to non-upstart sessions. + * Adding a WindowType to the BAMF Window Mock. + * Increase timeouts and further push out voice init for the phone. + * Adds the ability to switch contexts in the application sources. This + required splitting out a bunch code into a new context object. + Unfortunately a big change. + * Complete toolbar support. + * Making file naming consistent. + * When creating a new matcher get the focused window. + * Don't trust BAMF to give us a correct application when windows are + being closed. + * Clear the refresh id when running the idle function. + * Refresh models who are base models not leaf models. + + [ Antti Kaijanmäki ] + * Adds the ability to switch contexts in the application sources. This + required splitting out a bunch code into a new context object. + Unfortunately a big change. + * libhud/action-publisher.c: * fix use-after-free if exporting of a + publisher fails * fix the overall publisher export logic * fix + memory leak when freeing HudActionPublisherActionGroupSet. + + [ Didier Roche ] + * remove julius, we have sphinx-voxforge now. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 289 + + -- Ubuntu daily release Wed, 19 Jun 2013 03:53:18 +0000 + +hud (13.10.1daily13.06.05.1-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Merge the remaining HUD 2.0 branch contents. + * Fix voice on the device Have to duplicate the call to cmd_ln_init to + handle each case, it won't accept NULL arguments. (LP: #1177226) + * Switch acoustic model over to using voxforge-sphinx now that it's in + the archive. + + [ Ted Gould ] + * Make sure the paren always has data to show. (LP: #1172228) + * Test that pinging the watchdog with NULL isn't an error. + * Allow applications to define a context for actions. + * If the service has disappeared request a start when updating the + query. (LP: #1181289) + * Ensuring the models are sync'd before reporting the query is built. + (LP: #1183520) + * Destroy queries when the client disappears off DBus. + * Remove unused test and cleanup dependencies. + * Load model schema to ensure matching with service. + * Use shared search update function in voice search. + * Diable appstack search by default. + * Make sure we get the query parameter before construct is called. + * Lazily load voice engine when doing voice queries. + * Adds in detection of the highlights in both the command and the + description. + + [ Łukasz 'sil2100' Zemczak ] + * Fixes related to unit tests - increase the number of session waits + (SESSION_MAX_WAIT) to 20. + * Temporarily disable the test-source unit test since it's failing on + non-Android armhf systems. Also, tweak up a bit some of the timeouts + for slower systems. + + [ Albert Astals ] + * Return true instead of false It is still un-implemented but this way + the Shell can start using this function and have the same behaviour + it had. + + [ Ricardo Mendoza ] + * * Remove libhybris dep * Update platform API includes * Update + platform API usage * Get rid of hybris references. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 270 + + -- Ubuntu daily release Wed, 05 Jun 2013 12:33:44 +0000 + +hud (13.10.1daily13.05.30ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ted Gould ] + * If the service has disappeared request a start when updating the + query. (LP: #1181289) + + [ Ricardo Mendoza ] + * * Remove libhybris dep * Update platform API includes * Update + platform API usage * Get rid of hybris references. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 259 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 30 May 2013 03:01:47 +0000 + +hud (13.10.1daily13.05.23ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ted Gould ] + * Bumping the number to make diffs more plesant. + + [ Mathieu Trudel-Lapierre ] + * debian/control: + - Update Vcs-Bzr and Vcs-Browser to point to the correct branches for + phablet. + * debian/rules: + - build with ENABLE_PLATFORM_API=ON on armhf. + - drop --parallel; give us a better chance to build successfully. + + [ Pete Woods ] + * Merge the remaining HUD 2.0 branch contents. + * Fix voice on the device Have to duplicate the call to cmd_ln_init to + handle each case, it won't accept NULL arguments. (LP: #1177226) + * Switch acoustic model over to using voxforge-sphinx now that it's in + the archive. + + [ Ted Gould ] + * Make sure the paren always has data to show. (LP: #1172228) + * Test that pinging the watchdog with NULL isn't an error. + * Allow applications to define a context for actions. + + [ Albert Astals ] + * Return true instead of false It is still un-implemented but this way + the Shell can start using this function and have the same behaviour + it had. + + [ Łukasz 'sil2100' Zemczak ] + * Fixes related to unit tests - increase the number of session waits + (SESSION_MAX_WAIT) to 20. + * Temporarily disable the test-source unit test since it's failing on + non-Android armhf systems. Also, tweak up a bit some of the timeouts + for slower systems. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 256 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 23 May 2013 03:01:28 +0000 + +hud (13.10.0-0ubuntu1~ppa2) quantal; urgency=low + + * Don't spin CPU at 100% when closing share-app (LP: #1131186) + + -- Albert Astals Cid Fri, 22 Feb 2013 12:08:19 +0100 + +hud (13.10.0-0ubuntu1~ppa1) quantal; urgency=low + + * Upstream release of many, many changes. + + -- Ted Gould Wed, 20 Feb 2013 09:28:40 -0600 + +hud (13.04.0daily13.04.03-0ubuntu1) raring; urgency=low + + [ Michael Terry ] + * HUD test suite requires some universe packages (LP: #1131111) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 244 + + -- Ubuntu daily release Wed, 03 Apr 2013 02:02:12 +0000 + +hud (13.04.0daily13.02.20-0ubuntu2) raring; urgency=low + + * debian/control: + - Remove some Build-Depends that aren't in main yet and are used for the + test suite. We'll add tests back very soon as dep8 or without + bustle. This is just a brown-paper-bag release to fix component + mismatch. + * debian/hud-tools.install: + - Don't ship hud-gtk stuff, since that's only built when tests are. + + -- Michael Terry Wed, 20 Feb 2013 17:49:47 +0000 + +hud (13.04.0daily13.02.20-0ubuntu1) raring; urgency=low + + [ Ted Gould ] + * First version + * Now independent of indicator-appmenu + + [ Michael Terry ] + * Switch to dh9 + * Update copyright to DEP-5 + * Use valac-0.18 instead of valac-0.16 + * Require raring's version of bustle for the --count argument + + [ Mathieu Trudel-Lapierre ] + * Automatic snapshot from revision 237 (bootstrap). + * debian/control: + - update Maintainer. + - Further flesh out long description for the packages. + - Reorganize Build-Depends for clarity. + + [ Automatic PS uploader ] + * Automatic snapshot from revision 242 + + -- Automatic PS uploader Wed, 20 Feb 2013 02:01:50 +0000 + +hud (13.04.0-0ubuntu1~ppa17) quantal; urgency=low + + [ Florian Boucault ] + * Support for additional field in struct ubuntu_ui_session_lifecycle_observer. + + -- Ricardo Salveti de Araujo Wed, 20 Feb 2013 05:47:29 -0300 + +hud (13.04.0-0ubuntu1~ppa16) quantal; urgency=low + + * Reverse item ordering (LP: #1130050) (LP: #1125656) + + -- Antti Kaijanmäki Tue, 19 Feb 2013 21:58:39 +0200 + +hud (13.04.0-0ubuntu1~ppa15) quantal; urgency=low + + * Sidestage support for appstack ordering (LP: #1127653) + * Stop crashing on second application start after quit (LP: #1126580) + * Usage not getting used in ranking (LP: #1129154) and not tracked + for parameterized actions (LP: #1129156) + * Fix GMenuModel based indicator actions (LP: #1129170) + * Description fixes (LP: #1122171) + * Use keywords from menu model for description + * Make context look like keywords in description (LP: #1125685) + * Show descriptions in results model + * Small Coverity fixes + * Unchecked return value (LP: #1126462) + * Parameter name hidden (LP: #1126448) + * Forward NULL (LP: #1126458) + * Stray semicolon (LP: #1126459) + + -- Ted Gould Mon, 18 Feb 2013 10:36:12 -0600 + +hud (13.04.0-0ubuntu1~ppa14) quantal; urgency=low + + * Bumping version + + -- Ted Gould Sat, 16 Feb 2013 10:07:38 -0600 + +hud (13.04.0-0ubuntu1~ppa13) quantal; urgency=low + + * Bumping version + + -- Pete Woods Fri, 15 Feb 2013 12:47:58 +0000 + +hud (13.04.0-0ubuntu1~ppa12) quantal; urgency=low + + * Bumping version + + -- Albert Astals Cid Fri, 15 Feb 2013 09:04:51 +0100 + +hud (13.04.0-0ubuntu1~ppa11) quantal; urgency=low + + * Invoke the correct listening binary and make sure it is correctly killed. + + -- Pete Woods Thu, 14 Feb 2013 14:06:27 +0000 + +hud (13.04.0-0ubuntu1~ppa10) quantal; urgency=low + + * Extract direct interaction with Julius into a command line process + - This should isolate us from it misbehaving + + -- Pete Woods Wed, 13 Feb 2013 22:37:15 +0000 + +hud (13.04.0-0ubuntu1~ppa9) quantal; urgency=low + + * Bumping version + + -- Albert Astals Cid Wed, 13 Feb 2013 12:25:03 +0100 + +hud (13.04.0-0ubuntu1~ppa8) quantal; urgency=low + + * Bumping version + + -- Albert Astals Cid Tue, 12 Feb 2013 12:20:59 +0100 + +hud (13.04.0-0ubuntu1~ppa7) quantal; urgency=low + + * Bumping version + + -- Ted Gould Fri, 08 Feb 2013 10:45:09 -0600 + +hud (13.04.0-0ubuntu1~ppa6) quantal; urgency=low + + * Bumping version + + -- Ted Gould Thu, 07 Feb 2013 21:55:21 -0600 + +hud (13.04.0-0ubuntu1~ppa5) quantal; urgency=low + + * Bumping version + + -- Ted Gould Wed, 06 Feb 2013 20:46:01 -0600 + +hud (13.04.0-0ubuntu1~ppa4) quantal; urgency=low + + * Bumping version + + -- Ted Gould Tue, 05 Feb 2013 21:47:15 -0600 + +hud (13.04.0-0ubuntu1~ppa3) quantal; urgency=low + + * Bumping version + + -- Ted Gould Tue, 29 Jan 2013 21:24:45 +0000 + +hud (13.04.0-0ubuntu1~ppa2) quantal; urgency=low + + * Upstream Merge + * Adding a stub library + * debian/control: Adding libhud and libhud-dev packages + + -- Ted Gould Fri, 09 Nov 2012 10:44:47 -0600 + +hud (13.04.0-0ubuntu1~ppa1) quantal; urgency=low + + [ Ted Gould ] + * First version + * Now independent of indicator-appmenu + + [ Michael Terry ] + * Switch to dh9 + * Update copyright to DEP-5 + * Use valac-0.18 instead of valac-0.16 + * Require raring's version of bustle for the --count argument + + [ Mathieu Trudel-Lapierre ] + * Automatic snapshot from revision 237 (bootstrap). + * debian/control: + - update Maintainer. + - Further flesh out long description for the packages. + - Reorganize Build-Depends for clarity. + + -- Ted Gould Wed, 24 Oct 2012 15:43:27 +0200 + --- hud-13.10.1+14.04.20140425.orig/debian/compat +++ hud-13.10.1+14.04.20140425/debian/compat @@ -0,0 +1 @@ +9 --- hud-13.10.1+14.04.20140425.orig/debian/control +++ hud-13.10.1+14.04.20140425/debian/control @@ -0,0 +1,237 @@ +Source: hud +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + debhelper (>= 9), + gnome-common, + gobject-introspection, + google-mock (>= 1.6.0+svn437), + gtk-doc-tools, + intltool, + libcolumbus1-dev (>= 1.1.0), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), + libdbusmenu-jsonloader-dev (>= 0.5.90), + libdbusmenu-qt5-dev (>= 0.9.3), + libdee-dev, + libdee-qt5-dev, + libgirepository1.0-dev, + libglib2.0-dev, + libgsettings-qt-dev, + libgtk-3-dev, + libqt5sql5-sqlite, + libqtdbustest1-dev (>= 0.2), + libqtdbusmock1-dev (>= 0.2), + libubuntu-platform-api1-dev [armhf], + libunityvoice1-dev, + pkg-config, + python-setuptools, + qtbase5-dev, + qtdbustest-runner, + unity-voice-service, + valac, + valgrind [!arm64 !ppc64el], + xvfb, +Standards-Version: 3.9.4 +Homepage: http://launchpad.net/hud +# 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/hud/phablet +Vcs-Browser: https://code.launchpad.net/~indicator-applet-developers/hud/phablet + +Package: hud +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + unity-voice-service, + libqt5sql5-sqlite +Conflicts: indicator-appmenu (<< 13), +Description: Backend for the Unity HUD + Unity HUD is a heads-up-display interface for controlling the behavior of + applications as well as Unity via typed-in commands. It provides access to + all applications menu via a single central interface, in order to simplify + application usage and make menus more accessible. + . + This package provides a service for Unity's HUD + +Package: hud-doc +Section: doc +Architecture: all +Recommends: hud (= ${binary:Version}), +Description: Backend for the Unity HUD + Unity HUD is a heads-up-display interface for controlling the behavior of + applications as well as Unity via typed-in commands. It provides access to + all applications menu via a single central interface, in order to simplify + application usage and make menus more accessible. + . + This package contains developer documentation. + +Package: hud-tools +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + hud (= ${binary:Version}), + sqlite3, + python-lxml, + python-polib, +Conflicts: indicator-appmenu-tools (<< 13), +Description: Tools for debugging the Unity HUD. + Unity HUD is a heads-up-display interface for controlling the behavior of + applications as well as Unity via typed-in commands. It provides access to + all applications menu via a single central interface, in order to simplify + application usage and make menus more accessible. + . + This package provides tools for working with Unity's HUD. + +Package: libhud2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Recommends: hud (= ${binary:Version}) +Description: library for exporting items to the Unity HUD + Allows applications to add items into the HUD without requiring a + menubar or other parsed GUI elements. + . + This package contains shared libraries to be used by applications. + +Package: libhud2-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libhud2 (= ${binary:Version}), + libglib2.0-dev +Multi-Arch: same +Description: library for exporting items to the Unity HUD + Allows applications to add items into the HUD without requiring a + menubar or other parsed GUI elements. + . + This package contains files that are needed to build applications. + +Package: libhud2-doc +Section: doc +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libhud2-dev (>= ${source:Version}), +Description: library for exporting items to the Unity HUD + Allows applications to add items into the HUD without requiring a + menubar or other parsed GUI elements. + . + This package contains developer documentation. + +Package: gir1.2-hud-2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libhud2 (= ${binary:Version}), + ${gir:Depends}, +Pre-Depends: ${misc:Pre-Depends} +Recommends: hud (= ${binary:Version}) +Description: typelib file for libhud2 + Allows applications to add items into the HUD without requiring a + menubar or other parsed GUI elements. + . + This package can be used by other packages using the GIRepository format to + generate dynamic bindings for libdbusmenu-gtk4. + +Package: libhud-gtk1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Recommends: hud (= ${binary:Version}) +Description: GTK helpers for exporting items to the Unity HUD + Allows applications to add items into the HUD without requiring a + menubar or other parsed GUI elements using standard GTK features. + . + This package contains shared libraries to be used by applications. + +Package: libhud-gtk1-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libhud-gtk1 (= ${binary:Version}), + libhud2-dev (= ${binary:Version}), + libgtk-3-dev, +Multi-Arch: same +Description: GTK helpers for exporting items to the Unity HUD + Allows applications to add items into the HUD without requiring a + menubar or other parsed GUI elements using standard GTK features. + . + This package contains files that are needed to build applications. + +Package: libhud-gtk1-doc +Section: doc +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libhud-gtk1-dev (>= ${source:Version}), + libhud2-doc (>= ${source:Version}), +Description: GTK helpers for exporting items to the Unity HUD + Allows applications to add items into the HUD without requiring a + menubar or other parsed GUI elements using standard GTK features. + . + This package contains developer documentation. + +Package: libhud-client2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Recommends: hud (= ${binary:Version}) +Description: private library for implementing a HUD frontend + Interface for querying the HUD and getting results. + . + This package contains shared libraries to be used by applications. + +Package: libhud-client2-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libhud-client2 (= ${binary:Version}), + libglib2.0-dev +Recommends: libhud-client2-doc +Multi-Arch: same +Description: private library for implementing a HUD frontend + Interface for querying the HUD and getting results. + . + This package contains files that are needed to build applications. + +Package: libhud-client2-doc +Section: doc +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libhud-client2-dev (>= ${source:Version}) +Description: private library for implementing a HUD frontend + Interface for querying the HUD and getting results. + . + This package contains developer documentation. + +Package: gir1.2-hud-client-2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libhud-client2 (= ${binary:Version}), + ${gir:Depends}, +Pre-Depends: ${misc:Pre-Depends} +Recommends: hud (= ${binary:Version}) +Description: typelib file for libhud-client-2 + Interface for querying the HUD and getting results. + . + This package can be used by other packages using the GIRepository format to + generate dynamic bindings for libdbusmenu-gtk4. --- hud-13.10.1+14.04.20140425.orig/debian/copyright +++ hud-13.10.1+14.04.20140425/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Unity HUD +Source: http://launchpad.net/hud + +Files: * +Copyright: 2009-2012 Canonical, Ltd. +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 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' --- hud-13.10.1+14.04.20140425.orig/debian/gir1.2-hud-2.install +++ hud-13.10.1+14.04.20140425/debian/gir1.2-hud-2.install @@ -0,0 +1 @@ +usr/lib/*/girepository-1.0/Hud-2.typelib --- hud-13.10.1+14.04.20140425.orig/debian/gir1.2-hud-client-2.install +++ hud-13.10.1+14.04.20140425/debian/gir1.2-hud-client-2.install @@ -0,0 +1 @@ +usr/lib/*/girepository-1.0/HudClient-2.typelib --- hud-13.10.1+14.04.20140425.orig/debian/hud-crashdb.conf +++ hud-13.10.1+14.04.20140425/debian/hud-crashdb.conf @@ -0,0 +1,6 @@ + +hud = { + 'impl': 'launchpad', + 'project': 'hud', + 'bug_pattern_base': None, +} --- hud-13.10.1+14.04.20140425.orig/debian/hud-doc.install +++ hud-13.10.1+14.04.20140425/debian/hud-doc.install @@ -0,0 +1 @@ +usr/share/doc/hud/* --- hud-13.10.1+14.04.20140425.orig/debian/hud-tools.install +++ hud-13.10.1+14.04.20140425/debian/hud-tools.install @@ -0,0 +1,5 @@ +usr/bin +usr/share/hud-gtk +usr/share/applications +usr/share/man +usr/lib/python* --- hud-13.10.1+14.04.20140425.orig/debian/hud.install +++ hud-13.10.1+14.04.20140425/debian/hud.install @@ -0,0 +1,6 @@ +debian/hud-crashdb.conf /etc/apport/crashdb.conf.d +debian/source_hud.py /usr/share/apport/package-hooks +usr/lib/*/hud +usr/share/dbus-1 +usr/share/glib-2.0 +usr/share/upstart/sessions --- hud-13.10.1+14.04.20140425.orig/debian/libhud-client2-dev.install +++ hud-13.10.1+14.04.20140425/debian/libhud-client2-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include/libhud-client-2/* +debian/tmp/usr/lib/*/libhud-client.so +debian/tmp/usr/lib/*/pkgconfig/hud-client-2.pc +debian/tmp/usr/share/gir-1.0/HudClient-2.gir +debian/tmp/usr/share/vala/vapi/HudClient-2.vapi --- hud-13.10.1+14.04.20140425.orig/debian/libhud-client2-doc.install +++ hud-13.10.1+14.04.20140425/debian/libhud-client2-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html/libhud-client --- hud-13.10.1+14.04.20140425.orig/debian/libhud-client2.install +++ hud-13.10.1+14.04.20140425/debian/libhud-client2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/libhud-client.so.2* --- hud-13.10.1+14.04.20140425.orig/debian/libhud-client2.symbols +++ hud-13.10.1+14.04.20140425/debian/libhud-client2.symbols @@ -0,0 +1,71 @@ +libhud-client.so.2 libhud-client2 #MINVER# + (c++)"hud::client::HudClient::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.10.1 + (c++)"hud::client::HudClient::qt_metacast(char const*)@Base" 13.10.1 + (c++)"hud::client::HudClient::modelsChanged()@Base" 13.10.1 + (c++)"hud::client::HudClient::executeCommand(int)@Base" 13.10.1 + (c++)"hud::client::HudClient::setAppstackApp(QString const&)@Base" 13.10.1 + (c++)"hud::client::HudClient::commandExecuted()@Base" 13.10.1 + (c++)"hud::client::HudClient::startVoiceQuery()@Base" 13.10.1 + (c++)"hud::client::HudClient::staticMetaObject@Base" 13.10.1 + (c++)"hud::client::HudClient::voiceQueryFailed()@Base" 13.10.1 + (c++)"hud::client::HudClient::voiceQueryLoading()@Base" 13.10.1 + (c++)"hud::client::HudClient::voiceQueryFinished(QString const&)@Base" 13.10.1 + (c++)"hud::client::HudClient::voiceQueryListening()@Base" 13.10.1 + (c++)"hud::client::HudClient::executeToolBarAction(HudClientQueryToolbarItems)@Base" 13.10.1 + (c++)"hud::client::HudClient::showParametrizedAction(QString const&, QVariant const&)@Base" 13.10.1 + (c++)"hud::client::HudClient::cancelParametrizedAction()@Base" 13.10.1 + (c++)"hud::client::HudClient::updateParametrizedAction(QVariant const&)@Base" 13.10.1 + (c++)"hud::client::HudClient::voiceQueryHeardSomething()@Base" 13.10.1 + (c++)"hud::client::HudClient::executeParametrizedAction(QVariant const&)@Base" 13.10.1 + (c++)"hud::client::HudClient::setQuery(QString const&)@Base" 13.10.1 + (c++)"hud::client::HudClient::HudClient()@Base" 13.10.1 + (c++)"hud::client::HudClient::HudClient()@Base" 13.10.1 + (c++)"hud::client::HudClient::~HudClient()@Base" 13.10.1 + (c++)"hud::client::HudClient::~HudClient()@Base" 13.10.1 + (c++)"hud::client::HudClient::~HudClient()@Base" 13.10.1 + (c++)"hud::client::HudClient::metaObject() const@Base" 13.10.1 + (c++)"hud::client::HudClient::toolBarModel() const@Base" 13.10.1 + (c++)"hud::client::HudClient::results() const@Base" 13.10.1 + (c++)"hud::client::HudClient::appstack() const@Base" 13.10.1 + (c++)"typeinfo for hud::client::HudClient@Base" 13.10.1 + (c++)"typeinfo name for hud::client::HudClient@Base" 13.10.1 + (c++)"vtable for hud::client::HudClient@Base" 13.10.1 + hud_client_connection_connected@Base 13.04.0-0ubuntu1~ppa7 + hud_client_connection_get_address@Base 13.04.0 + hud_client_connection_get_ref@Base 13.04.0 + hud_client_connection_get_type@Base 13.04.0 + hud_client_connection_new@Base 13.04.0 + hud_client_connection_new_query@Base 13.04.0 + hud_client_param_get_actions@Base 13.04.0-0ubuntu1~ppa3 + hud_client_param_get_model@Base 13.04.0-0ubuntu1~ppa3 + hud_client_param_get_type@Base 13.04.0-0ubuntu1~ppa3 + hud_client_param_new@Base 13.04.0-0ubuntu1~ppa3 + hud_client_param_send_cancel@Base 13.04.0-0ubuntu1~ppa3 + hud_client_param_send_commit@Base 13.04.0-0ubuntu1~ppa6 + hud_client_param_send_reset@Base 13.04.0-0ubuntu1~ppa3 + hud_client_query_appstack_get_app_icon@Base 13.10.0-0ubuntu1~ppa2 + hud_client_query_appstack_get_app_id@Base 13.10.0-0ubuntu1~ppa2 + hud_client_query_execute_command@Base 13.04.0 + hud_client_query_get_appstack_model@Base 13.04.0 + hud_client_query_execute_param_command@Base 13.04.0-0ubuntu1~ppa3 + hud_client_query_execute_toolbar_item@Base 13.04.0-0ubuntu1~ppa7 + hud_client_query_get_active_toolbar@Base 13.04.0-0ubuntu1~ppa7 + hud_client_query_get_query@Base 13.04.0 + hud_client_query_get_results_model@Base 13.04.0 + hud_client_query_get_type@Base 13.04.0 + hud_client_query_new@Base 13.04.0 + hud_client_query_new_for_connection@Base 13.04.0 + hud_client_query_results_get_command_highlights@Base 13.10.0-0ubuntu1~ppa2 + hud_client_query_results_get_command_id@Base 13.10.0-0ubuntu1~ppa2 + hud_client_query_results_get_command_name@Base 13.10.0-0ubuntu1~ppa2 + hud_client_query_results_get_description@Base 13.10.0-0ubuntu1~ppa2 + hud_client_query_results_get_description_highlights@Base 13.10.0-0ubuntu1~ppa2 + hud_client_query_results_get_shortcut@Base 13.10.0-0ubuntu1~ppa2 + hud_client_query_results_is_parameterized@Base 13.10.0-0ubuntu1~ppa2 + hud_client_query_set_appstack_app@Base 13.04.0-0ubuntu1~ppa2 + hud_client_query_set_query@Base 13.04.0 + hud_client_query_toolbar_item_active@Base 13.04.0-0ubuntu1~ppa7 + hud_client_query_toolbar_items_get_nick@Base 13.04.0-0ubuntu1~ppa7 + hud_client_query_toolbar_items_get_type@Base 13.04.0-0ubuntu1~ppa7 + hud_client_query_toolbar_items_get_value_from_nick@Base 13.04.0-0ubuntu1~ppa7 + hud_client_query_voice_query@Base 13.04.0 --- hud-13.10.1+14.04.20140425.orig/debian/libhud-gtk1-dev.install +++ hud-13.10.1+14.04.20140425/debian/libhud-gtk1-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/libhud-gtk-1/* +debian/tmp/usr/lib/*/libhud-gtk.so +debian/tmp/usr/lib/*/pkgconfig/hud-gtk-1.pc --- hud-13.10.1+14.04.20140425.orig/debian/libhud-gtk1-doc.install +++ hud-13.10.1+14.04.20140425/debian/libhud-gtk1-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html/libhud-gtk --- hud-13.10.1+14.04.20140425.orig/debian/libhud-gtk1.install +++ hud-13.10.1+14.04.20140425/debian/libhud-gtk1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/libhud-gtk.so.1* --- hud-13.10.1+14.04.20140425.orig/debian/libhud2-dev.install +++ hud-13.10.1+14.04.20140425/debian/libhud2-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include/libhud-2/* +debian/tmp/usr/lib/*/libhud.so +debian/tmp/usr/lib/*/pkgconfig/hud-2.pc +debian/tmp/usr/share/gir-1.0/Hud-2.gir +debian/tmp/usr/share/vala/vapi/Hud-2.vapi --- hud-13.10.1+14.04.20140425.orig/debian/libhud2-doc.install +++ hud-13.10.1+14.04.20140425/debian/libhud2-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html/libhud --- hud-13.10.1+14.04.20140425.orig/debian/libhud2.install +++ hud-13.10.1+14.04.20140425/debian/libhud2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/libhud.so.2* --- hud-13.10.1+14.04.20140425.orig/debian/libhud2.symbols +++ hud-13.10.1+14.04.20140425/debian/libhud2.symbols @@ -0,0 +1,26 @@ +libhud.so.2 libhud2 #MINVER# + hud_action_description_get_action_name@Base 13.04.0 + hud_action_description_get_action_target@Base 13.04.0 + hud_action_description_get_type@Base 13.04.0 + hud_action_description_new@Base 13.04.0 + hud_action_description_ref@Base 13.10.0 + hud_action_description_set_attribute@Base 13.04.0 + hud_action_description_set_attribute_value@Base 13.04.0 + hud_action_description_set_parameterized@Base 13.04.0-0ubuntu1~ppa3 + hud_action_description_unref@Base 13.10.0 + hud_action_publisher_add_action_group@Base 13.04.0 + hud_action_publisher_add_description@Base 13.04.0 + hud_action_publisher_get_action_groups@Base 13.04.0-0ubuntu1~ppa2 + hud_action_publisher_get_description_path@Base 13.04.0-0ubuntu1~ppa2 + hud_action_publisher_get_context_id@Base 13.10.0 + hud_action_publisher_get_type@Base 13.04.0 + hud_action_publisher_get_window_id@Base 13.10.0 + hud_action_publisher_new@Base 13.10.0 + hud_action_publisher_new_for_application@Base 13.04.0 + hud_action_publisher_remove_action_group@Base 13.04.0 + hud_manager_add_actions@Base 13.04.0 + hud_manager_get_type@Base 13.04.0-0ubuntu1~ppa2 + hud_manager_new@Base 13.04.0-0ubuntu1~ppa2 + hud_manager_new_for_application@Base 13.04.0-0ubuntu1~ppa2 + hud_manager_remove_actions@Base 13.04.0 + hud_manager_switch_window_context@Base 13.10.0 --- hud-13.10.1+14.04.20140425.orig/debian/rules +++ hud-13.10.1+14.04.20140425/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 +export G_MESSAGES_DEBUG=all +export DEBIAN_TARGET_DIR="${CURDIR}/debian/tmp" + +ifeq ($(DEB_HOST_ARCH),armhf) + ENABLE_PLATFORM_API = ON + ENABLE_BAMF = OFF +else + ENABLE_PLATFORM_API = OFF + ENABLE_BAMF = ON +endif + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- -DDEBIAN_TARGET_DIR="${DEBIAN_TARGET_DIR}" -DENABLE_DOCUMENTATION=ON -DENABLE_PLATFORM_API=$(ENABLE_PLATFORM_API) -DENABLE_BAMF=$(ENABLE_BAMF) + +override_dh_install: + dh_install --fail-missing --- hud-13.10.1+14.04.20140425.orig/debian/source/format +++ hud-13.10.1+14.04.20140425/debian/source/format @@ -0,0 +1 @@ +1.0 --- hud-13.10.1+14.04.20140425.orig/debian/source_hud.py +++ hud-13.10.1+14.04.20140425/debian/source_hud.py @@ -0,0 +1,7 @@ +import os.path +from apport.hookutils import * + +def add_info(report): + if not apport.packaging.is_distro_package(report['Package'].split()[0]): + report['ThirdParty'] = 'True' + report['CrashDB'] = 'hud' --- hud-13.10.1+14.04.20140425.orig/debian/watch +++ hud-13.10.1+14.04.20140425/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/hud/+download .*/hud-([0-9.]+)\.tar\.gz