--- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/HARNESS_VERSION +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/HARNESS_VERSION @@ -0,0 +1 @@ +2.1.0 --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/bileto_pre_release_hook +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/bileto_pre_release_hook @@ -0,0 +1,58 @@ +#!/bin/sh + +# Copyright (C) 2015 Canonical Ltd +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser 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 warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see . +# +# Authored by: Pawel Stolowski + +# +# This script is called from debian/rules and sets: +# - symbols file for vivid +# - shlibs for wily +# - control file and libscope-harness .install file +# to allow for a single source tree and dual landings for vivid/wily. +# + +set -e # Fail if any command fails. + +[ $# -ne 0 ] && { + echo "usage: $(basename $0)" >&2 + exit 1 +} +dir=./debian + +[ -n "$SERIES" ] || SERIES=$(lsb_release -c -s) +echo "$0: detected distribution: $SERIES" + +harness_full_version=$(cat "${dir}"/HARNESS_VERSION) +major=$(echo $harness_full_version | cut -d'.' -f1) +minor=$(echo $harness_full_version | cut -d'.' -f2) +harness_major_minor="${major}.${minor}" + +harness_so_ver=$major +if [ "$SERIES" = "vivid" ] +then + infile="${dir}/libscope-harness.symbols.in" + outfile="${dir}"/libscope-harness${harness_so_ver}.symbols + cat "${infile}" | sed -e "s/@HARNESS_SO_VERSION@/${harness_so_ver}/g" > "${outfile}" +else + harness_so_ver=$(expr $major + 1) + infile="${dir}"/shlibs.in + outfile="${dir}"/shlibs + cat "$infile" | sed -e "s/HARNESS_SO_VERSION@/${harness_so_ver}/g" \ + -e "s/HARNESS_MAJORMINOR/${harness_major_minor}/g" > "$outfile" +fi + +cat "${dir}/control.in" | sed -e "s/@HARNESS_SO_VERSION@/${harness_so_ver}/g" > "${dir}/control" +cp "${dir}/libscope-harness.install.in" "${dir}/libscope-harness${harness_so_ver}.install" --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/changelog +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/changelog @@ -0,0 +1,1059 @@ +unity-scopes-shell (0.5.7+16.10.20160617.1-0ubuntu1) yakkety; urgency=medium + + [ Michael Zanetti ] + * add libertine-scope to the list of exceptions that can directly + activate things + + [ Pawel Stolowski ] + * Set widget status as received if it already exists in the model. + (LP: #1590188) + + -- Pawel Stolowski Fri, 17 Jun 2016 15:13:38 +0000 + +unity-scopes-shell (0.5.7+16.10.20160615-0ubuntu1) yakkety; urgency=medium + + * Use Qt Location API. (LP: #1419829) + + -- Pawel Stolowski Wed, 15 Jun 2016 20:18:25 +0000 + +unity-scopes-shell (0.5.7+16.10.20160613-0ubuntu1) yakkety; urgency=medium + + * No change rebuild to account for ABI break in location-service. + + -- marcus.tomlinson@canonical.com Mon, 13 Jun 2016 05:24:50 +0000 + +unity-scopes-shell (0.5.7+16.10.20160525-0ubuntu1) yakkety; urgency=medium + + [ Gary.Wzl ] + * Stop typing timer when reset navigation tag(tapping cancel). Also + make sure relevant signal(searchQueryChanged) is triggered to keep + query string updated as query string is empty after tapping cancel + (LP: #1576311) + + [ Marcus Tomlinson ] + * Only create an empty settings file when attempting to write to one + (LP: #1583055) + + [ Pawel Stolowski ] + * Don't depend on qt5-default. + * Reject preview widgets with duplicated IDs. (LP: #1581495) + * Set internet connectivity status in ActionMetadata (previews and + preview actions). (LP: #1502282) + * Workaround dependency issue on yakkety. + + -- Pawel Stolowski Wed, 25 May 2016 08:16:27 +0000 + +unity-scopes-shell (0.5.7+16.10.20160523-0ubuntu1) yakkety; urgency=medium + + [ Pawel Stolowski ] + * Fix includes. + + -- Michał Sawicz Mon, 23 May 2016 12:09:54 +0000 + +unity-scopes-shell (0.5.7+16.04.20160505-0ubuntu1) xenial; urgency=medium + + [ Marcus Tomlinson ] + * Update child scopes in a background thread to greatly improve the + performance of Scope::settings() (LP: #1567429) + + [ Pawel Stolowski ] + * Apply a few optimizations to results model updates. Set cardinality + limit on all searches. (LP: #1539137) + * Don't clear preview model when new preview is triggered from an + existing preview - update preview model instead. (LP: #1537112, + #1485887) + * Don't crash if scopes runtime cannot be initialized (e.g. when + locale setup is broken). Force LC_ALL when running tests to avoid + occasional failures on our builders (locale issues). (LP: #1363946) + * Handle social-actions. + * Pre-populate first scope on startup (even if the screen is locked). + (LP: #1545866) + * Support or FilterGroup widget. + + -- Pawel Stolowski Thu, 05 May 2016 09:41:19 +0000 + +unity-scopes-shell (0.5.7+16.04.20160503-0ubuntu1) xenial; urgency=medium + + [ Alberto Mardegan ] + * Allow clients to specify authentication parameters. (LP: #1554040) + + -- David Barth Tue, 03 May 2016 08:12:16 +0000 + +unity-scopes-shell (0.5.7+16.04.20160405-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * Resync trunk. + + [ Marcus Tomlinson ] + * Replace QSettings with unity::util::IniParser (LP: #1552082) + + [ Robert Bruce Park ] + * Use new bileto_pre_release_hook. + + -- Marcus Tomlinson Tue, 05 Apr 2016 06:04:05 +0000 + +unity-scopes-shell (0.5.7+16.04.20160317-0ubuntu1) xenial; urgency=medium + + [ Pawel Stolowski ] + * Preliminary support for filters. + + [ CI Train Bot ] + * debian/libscope-harness.symbols.in: update to released version. + + [ Marcus Tomlinson ] + * The "FIXME" in Scope::executeCannedQuery() is no longer necessary + since scope->invalidateResults() itself now ensures that there is + only ever one search is in progress. (LP: #1537139) + + -- Michael Zanetti Thu, 17 Mar 2016 22:35:47 +0000 + +unity-scopes-shell (0.5.6+16.04.20160226.1-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * debian/libscope-harness.symbols.in: update to released version. + + [ Pawel Stolowski ] + * Removed preview stack. Return single preview model from Scope. + * Show activation progress bar when activate is called on scope proxy. + (LP: #1537132) + + -- Pawel Stolowski Fri, 26 Feb 2016 12:38:34 +0000 + +unity-scopes-shell (0.5.6+16.04.20160216-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * Resync trunk. + + [ Pawel Stolowski ] + * Fix crash on duplicated results. Add stress tests for results model + updates. + + -- Pawel Stolowski Tue, 16 Feb 2016 08:15:59 +0000 + +unity-scopes-shell (0.5.6+16.04.20160209.1-0ubuntu1) xenial; urgency=medium + + [ Pawel Stolowski ] + * Don't attempt to access the real scope-scopes. (LP: #1439172) + + -- Rodney Dawes Tue, 09 Feb 2016 16:42:42 +0000 + +unity-scopes-shell (0.5.6+16.04.20160104.1-0ubuntu1) xenial; urgency=medium + + [ Pawel Stolowski ] + * Support for audio card (inline music playback). + + [ CI Train Bot ] + * No-change rebuild. + + -- CI Train Bot Mon, 04 Jan 2016 16:48:22 +0000 + +unity-scopes-shell (0.5.5+16.04.20151111-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * debian/libscope-harness.symbols.in: update to released version. + * Resync trunk. + + [ Pawel Stolowski ] + * Apply updates to results model instead of clearing. Removed obsolete + code which deals with special categories. (LP: #1238979) + + -- Michael Zanetti Wed, 11 Nov 2015 09:31:47 +0000 + +unity-scopes-shell (0.5.5+16.04.20151029-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + * Resync trunk. added: po/sr.po + + [ Pawel Stolowski ] + * Properly initialize gettext. (LP: #1474944) + * Use python 3.5 on xenial. + + -- Pawel Stolowski Thu, 29 Oct 2015 09:25:54 +0000 + +unity-scopes-shell (0.5.5+15.10.20151022-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + * Resync trunk. added: po/zh_CN.po + + [ Pawel Stolowski ] + * Fix __all__ list to make import from scope_harness * work. + * Remove excess empty categories. (LP: #1507941) + + -- Pawel Stolowski Thu, 22 Oct 2015 08:19:56 +0000 + +unity-scopes-shell (0.5.5+15.10.20151019-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Pawel Stolowski ] + * Refactored log-in handling with online accounts api, chaging it from + a method of Scope implementation into a standalone LoginToAccount + class. (LP: #1410191) + + -- Pawel Stolowski Mon, 19 Oct 2015 07:13:30 +0000 + +unity-scopes-shell (0.5.5+15.10.20151009-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Pawel Stolowski ] + * Obtain versions of important packages from + /var/lib//version file (created from changelog during the + build when respective package is built). (LP: #1389257) + + -- Pawel Stolowski Fri, 09 Oct 2015 09:12:14 +0000 + +unity-scopes-shell (0.5.5+15.10.20150924-0ubuntu1) wily; urgency=medium + + [ Albert Astals Cid ] + * Call parent class ::event (LP: #1495467) + * Improvements from running clazy over the code + + -- Pawel Stolowski Thu, 24 Sep 2015 12:44:30 +0000 + +unity-scopes-shell (0.5.5+15.10.20150922-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Pawel Stolowski ] + * Single tree for both wily and vivid - use symbols file for scope + harness in vivid and shlibs for wily and generate control file from + control.in and .install file accordingly. + + -- Pawel Stolowski Tue, 22 Sep 2015 01:13:22 +0000 + +unity-scopes-shell (0.5.5+15.10.20150826-0ubuntu1) wily; urgency=medium + + [ Pawel Stolowski ] + * Implemented activation/preview special casing previously present in + the shell and fixed handling of intercept_activation flag. + * Fix crash when aggregator's settings view is opened shortly after a + new child scope was installed. Fix invalidating of results in temp + scopes. (LP: #1484299) + * Support in-place updates for preview widgets. + + [ CI Train Bot ] + * New rebuild forced. + + -- CI Train Bot Wed, 26 Aug 2015 09:00:19 +0000 + +unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu4) wily; urgency=medium + + * Replace build-dependency on python3-all-dev with python3-dev, since + this should never need to build for more than one version of python + at a time. + + -- Steve Langasek Sun, 02 Aug 2015 11:09:27 +0000 + +unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu3~ppa1) wily; urgency=medium + + * GCC 5 fixes from + https://code.launchpad.net/~unity-api-team/unity-scopes-shell/gcc-5/+merge/266227 + * Update symbols file. Package needs an soname bump later. + + -- Matthias Klose Fri, 31 Jul 2015 14:03:48 +0200 + +unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu3~gcc5.2) wily; urgency=medium + + * Build for unity-scopes-api 1.0. + + -- Matthias Klose Tue, 28 Jul 2015 13:35:22 +0200 + +unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu3~gcc5.1) wily; urgency=medium + + * No-change test rebuild for g++5 ABI transition + + -- Steve Langasek Fri, 24 Jul 2015 17:08:13 +0000 + +unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu2) wily; urgency=medium + + * No-change rebuild for python3.5 transition + + -- Steve Langasek Thu, 23 Jul 2015 19:50:25 +0000 + +unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * Resync trunk. + + [ Marcus Tomlinson ] + * Clean out redundant pkg_check_modules calls in multiple + CMakeLists.txt files + + [ Pawel Stolowski ] + * Cherry-picked the workaround for delayed processing of scoperegistry + changes from RTM. (LP: #1446499) + * Fix for test failure caused by changes in jsoncpp formatting of + floats. Use regular expressions to matched error strings when + testing for expected failures. + + -- CI Train Bot Tue, 07 Jul 2015 04:20:10 +0000 + +unity-scopes-shell (0.5.4+15.10.20150617.2-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + * Resync trunk. added: po/ca.po po/da.po po/it.po po/nl.po po/sl.po + + [ Pawel Stolowski ] + * Fix some issues with scope harness settings handling: sync QSettings + object to write changes immediately to fs. wait for search to finish + when settings change (shell plugin starts search implicitly when + settings model changes). better test that also checks if scope sees + the new setting value. + * Tutorial and more API documentation. Use Sphinx to generate docs and + add them to python3-scope-harness deb. + + -- CI Train Bot Wed, 17 Jun 2015 16:30:51 +0000 + +unity-scopes-shell (0.5.4+15.10.20150601-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * debian/libscope-harness1.symbols: update to released version. + + [ Pawel Stolowski ] + * Don't pass the old privacy setting flag down to scopes. (LP: + #1422700) + * Fix 'Display results from' string. Remove custom copy of + FindIntltool macro and use cmake-extras instead. Include + translations in the deb file. + * Provide python bindings for settings test harness. + * Scope harness: added support for settings. Fixed broken symbols line + of the initial harness commit, added new symbols (and sorted all the + symbols). Added helper tool for generating symbols taken from unity- + scopes-api. added: src/scope-harness/internal/settings-view- + arguments.h src/scope-harness/matcher/settings-matcher.cpp + src/scope-harness/matcher/settings-matcher.h src/scope- + harness/matcher/settings-option-matcher.cpp src/scope- + harness/matcher/settings-option-matcher.h src/scope- + harness/view/settings-view.cpp src/scope-harness/view/settings- + view.h tools/symbol_diff + + -- CI Train Bot Mon, 01 Jun 2015 15:54:02 +0000 + +unity-scopes-shell (0.5.4+15.04.20150429-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Pawel Stolowski ] + * Emit showDash() signal if canned query is executed for current + scope. (LP: #1335761) + * Reset user data set with previously executed canned query when shell + calls setSearchQuery() (i.e.user typed a new search). (LP: #1449928) + + -- CI Train Bot Wed, 29 Apr 2015 11:44:18 +0000 + +unity-scopes-shell (0.5.4+15.04.20150410.2-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Pawel Stolowski ] + * Pass user data attached to canned queries back with search request + when canned query is executed. + + -- CI Train Bot Fri, 10 Apr 2015 16:08:44 +0000 + +unity-scopes-shell (0.5.4+15.04.20150407-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Marcus Tomlinson ] + * Rename "child_scopes()" to "find_child_scopes()" and + "child_scopes_ordered()" to "child_scopes()" as the ordering + constraint has been removed. + + -- CI Train Bot Tue, 07 Apr 2015 06:33:25 +0000 + +unity-scopes-shell (0.5.4+15.04.20150311.3-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * debian/libscope-harness1.symbols: auto-update to released version + + [ Pawel Stolowski ] + * Add test harness for scopes + * Implementation of python bindings for scope harness testing. + + [ Pete Woods ] + * Add symbols file and perform symbols filtering for scope harness + removed: src/scope-harness/internal/signal-handler.cpp src/scope- + harness/internal/signal-handler.h src/scope-harness/registry/custom- + registry-main.cpp added: data/libscope-harness.map debian/libscope- + harness1.symbols renamed: src/scope-harness/internal/test-utils.cpp + => src/scope-harness/test-utils.cpp src/scope-harness/internal/test- + utils.h => src/scope-harness/test-utils.h + * Add test harness for scopes + + -- CI Train Bot Wed, 11 Mar 2015 14:48:22 +0000 + +unity-scopes-shell (0.5.4+15.04.20150226-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Pete Woods ] + * Manage location activations with shared pointers instead of manual + reference counting (LP: #1422879) + + -- CI Train Bot Thu, 26 Feb 2015 19:38:49 +0000 + +unity-scopes-shell (0.5.4+15.04.20150213-0ubuntu1) vivid; urgency=medium + + [ Pawel Stolowski ] + * Keep temporary scopes list in the Scopes object instances and make + Scopes the partent of temp scopes instances. Temp scopes can be + closed (and freed) using closeScope() method of the original scope, + or by calling closeScope() method of Scopes instance. (LP: #1410337, + #1410191) + + -- CI Train Bot Fri, 13 Feb 2015 16:47:39 +0000 + +unity-scopes-shell (0.5.4+15.04.20150205-0ubuntu1) vivid; urgency=medium + + [ Pawel Stolowski ] + * Workaround for ICE with recently uploaded gxx (vivid). + + [ Marcus Tomlinson ] + * Check validity of m_settingsModel and m_scopesInstance pointers + before dereferencing them in Scope::settings() + + -- Ubuntu daily release Thu, 05 Feb 2015 08:27:24 +0000 + +unity-scopes-shell (0.5.4+15.04.20150203-0ubuntu1) vivid; urgency=medium + + [ Ubuntu daily release ] + * New rebuild forced + + [ Marcus Tomlinson ] + * Allow scope ID to be optional in a log-in result's + online_account_details map. + * Prefer IsAggregator config parameter and child_scopes_ordered() + method over the ChildScopes config parameter, when populating + settings and overview. + + -- Ubuntu daily release Tue, 03 Feb 2015 11:15:32 +0000 + +unity-scopes-shell (0.5.4+15.04.20150126-0ubuntu1) vivid; urgency=low + + [ Marcus Tomlinson ] + * Read scope ID from the OA details embedded in a log-in item (LP: + #1414560) + + -- Ubuntu daily release Mon, 26 Jan 2015 09:04:44 +0000 + +unity-scopes-shell (0.5.4+15.04.20150120-0ubuntu1) vivid; urgency=low + + [ Pete Woods ] + * Remove distance-based filtering and refresh GeoIP data every minute + (LP: #1411201) + + -- Ubuntu daily release Tue, 20 Jan 2015 09:16:15 +0000 + +unity-scopes-shell (0.5.4+15.04.20141216.1-0ubuntu1) vivid; urgency=low + + [ Pawel Stolowski ] + * Report loaded = true for leaf department nodes. + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Tue, 16 Dec 2014 11:08:25 +0000 + +unity-scopes-shell (0.5.4+15.04.20141215-0ubuntu1) vivid; urgency=low + + [ Pawel Stolowski ] + * Make sure Apps are not un-favorited. Unity8 will prohibit this as + well, this is for extra safety. (LP: #1400762) + + -- Ubuntu daily release Mon, 15 Dec 2014 07:39:11 +0000 + +unity-scopes-shell (0.5.4+15.04.20141212.2-0ubuntu1) vivid; urgency=low + + [ Pawel Stolowski ] + * Don't conclude too early that current department id should be reset. + (LP: #1343242) + * Add 'breaks' rule for unity8 that doesn't support new Manage dash. + (LP: #1400296) + + [ Marcus Tomlinson ] + * Animate the loading bar on the scope while OA retrieves a token. + (LP: #1401860) + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Fri, 12 Dec 2014 12:35:22 +0000 + +unity-scopes-shell (0.5.4+15.04.20141210-0ubuntu1) vivid; urgency=low + + [ Marcus Tomlinson ] + * Set UNITY_SCOPES_OA_UI_POLICY on entry to Scope::loginToAccount() + (LP: #1380914) + + [ Xavi Garcia ] + * Added a signal in the SettingsModel and connect it to the + invalidateResults slot in Scope. + + -- Ubuntu daily release Wed, 10 Dec 2014 11:19:38 +0000 + +unity-scopes-shell (0.5.4+15.04.20141205-0ubuntu1) vivid; urgency=low + + [ Pawel Stolowski ] + * Support for Manage Dash as per latest designs. (LP: #1368670) + + -- Ubuntu daily release Fri, 05 Dec 2014 11:02:19 +0000 + +unity-scopes-shell (0.5.4+15.04.20141128-0ubuntu1) vivid; urgency=low + + [ Pete Woods ] + * Write the scope settings using UTF-8 to match up with the scope + regsitry (LP: #1381010) + * Move QNetworkAccessManager onto correct thread + * Fix crash exposed by today scope (LP: #1396526) + + [ Pawel Stolowski ] + * Fix version check for unity api to match version required by + src/Unity/CMakeLists.txt. + * Read /custom/partner-id value (if present) and pass it with user- + agent hint. (LP: #1389273) + + [ Albert Astals ] + * Don't call Result::contains and then Result::value + + -- Ubuntu daily release Fri, 28 Nov 2014 08:52:43 +0000 + +unity-scopes-shell (0.5.4+15.04.20141119-0ubuntu1) vivid; urgency=low + + [ Marcus Tomlinson ] + * Listen to list update pub/sub mechanism to invalidate smart scopes + (LP: #1361221) + + -- Ubuntu daily release Wed, 19 Nov 2014 08:20:34 +0000 + +unity-scopes-shell (0.5.4+14.10.20141029.1~rtm-0ubuntu1) 14.09; urgency=low + + [ Pete Woods ] + * Wait for location data at startup (with 1 second timeout) (LP: + #1374481) + + -- Ubuntu daily release Wed, 29 Oct 2014 13:16:23 +0000 + +unity-scopes-shell (0.5.4+14.10.20141015-0ubuntu1) utopic; urgency=low + + [ Pawel Stolowski ] + * Don't query all favorite scopes on startup - query only next two + scopes following current active. (LP: #1374481) + + -- Ubuntu daily release Wed, 15 Oct 2014 15:39:34 +0000 + +unity-scopes-shell (0.5.4+14.10.20141010.1-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Marcus Tomlinson ] + * Set application ID as scope ID (not service name), and consider a + log-in to be successful if the account is enabled (some scopes do + not use oath tokens). + + -- Ubuntu daily release Fri, 10 Oct 2014 19:27:49 +0000 + +unity-scopes-shell (0.5.4+14.10.20141002.1-0ubuntu1) utopic; urgency=low + + [ Marcus Tomlinson ] + * Use refreshScopeMetadata() rather than populateScopes() when + invalidating results (populateScopes() is intended for use only on + start-up) (LP: #1376755) + + -- Ubuntu daily release Thu, 02 Oct 2014 19:20:45 +0000 + +unity-scopes-shell (0.5.4+14.10.20141002-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Remove missing departments (LP: #1354362) + + [ Pawel Stolowski ] + * Remove missing departments (LP: #1354362) + * Iterate over temprary dash pages of every scope to find matching + scope when dbus signal for results invalidation was received. This + is only done if there was no match among favorite scopes. (LP: + #1365544) + * Fix signature of the deleteLater slot when scheduling scope for + removal after un-favoriting. + * Send build number, release name and package versions of unity8, + shell plugin and scopes api with user-agent hint in SearchMetadata + and PreviewMetadata. (LP: #1372834) + + [ Marcus Tomlinson ] + * Handle "scopes" scope invalidation by re-populating the overview + scope. (LP: #1375718) + + -- Ubuntu daily release Thu, 02 Oct 2014 07:18:26 +0000 + +unity-scopes-shell (0.5.4+14.10.20140925-0ubuntu1) utopic; urgency=low + + [ Marcus Tomlinson ] + * OnlineAccountsClient::Setup::finished signature changed causing a + hang. Use safer C++11-style connect() (LP: #1373807) + + -- Ubuntu daily release Thu, 25 Sep 2014 09:53:15 +0000 + +unity-scopes-shell (0.5.4+14.10.20140922.2-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Connect to the location service on a background thread (LP: + #1370524) + + [ Pawel Stolowski ] + * Use typing timer only when scope is active, otherwise invalidate + results and emit the signal for query change immediately. (LP: + #1354518) + + -- Ubuntu daily release Mon, 22 Sep 2014 15:02:07 +0000 + +unity-scopes-shell (0.5.4+14.10.20140916-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Add typing timeout + + [ Marcus Tomlinson ] + * Support for online account login on activation of scope result (LP: + #1369562) + + -- Ubuntu daily release Tue, 16 Sep 2014 10:51:42 +0000 + +unity-scopes-shell (0.5.4+14.10.20140910.1-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Fix tests after merging proposed branches with trunk + + [ Pawel Stolowski ] + * Ignore favorite scopes list and expose all scopes present in scopes- + registry if UNITY_SCOPES_NO_FAVORITES environment variable is set. + (LP: #1365041) + * Implemented support for expandable widgets. Require unity-scopes-api + 0.6.4. + * Generate session_id (uuid) and pass it with search and preview + request via SearchMetadata / ActionMetadata hints. (LP: #1308585) + + -- Ubuntu daily release Wed, 10 Sep 2014 11:47:46 +0000 + +unity-scopes-shell (0.5.4+14.10.20140907-0ubuntu1) utopic; urgency=low + + [ Pawel Stolowski ] + * Query all (favorite) scopes on startup to provide better "after + boot" experience. + + -- Ubuntu daily release Sun, 07 Sep 2014 19:29:20 +0000 + +unity-scopes-shell (0.5.4+14.10.20140902-0ubuntu1) utopic; urgency=low + + [ Michał Sawicz ] + * Do not mangle attributes. + + -- Ubuntu daily release Tue, 02 Sep 2014 09:03:15 +0000 + +unity-scopes-shell (0.5.4+14.10.20140826-0ubuntu1) utopic; urgency=medium + + [ Pawel Stolowski ] + * Support for scope favoriting - requires new version 7.3.1 of unity-schemas. + * Support scope favouriting. + + [ Pete Woods ] + * Made the location test work in all locales + + [ Albert Astals ] + * emit countChanged on model reset + + -- Ubuntu daily release Tue, 26 Aug 2014 13:47:52 +0000 + +unity-scopes-shell (0.5.4+14.10.20140820.is.0.5.3+14.10.20140806-0ubuntu1) utopic; urgency=medium + + * Do a quick emergency revert of the last landing as it is causing a + regression in local music search. + + -- Åukasz 'sil2100' Zemczak Thu, 21 Aug 2014 11:10:22 +0200 + +unity-scopes-shell (0.5.4+14.10.20140820-0ubuntu1) utopic; urgency=medium + + [ Pete Woods ] + * Switch to QSettings, removing U1DB dependencies Support new location + setting. + + [ Marcus Tomlinson ] + * Added support for ScopeInterface::Status::NoInternet and + NoLocationData completion statuses + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Wed, 20 Aug 2014 15:16:59 +0000 + +unity-scopes-shell (0.5.3+14.10.20140806-0ubuntu1) utopic; urgency=medium + + [ Michal Hruby ] + * Implemented shell interface version 4 + * Drop fill mode. + + [ CI bot ] + * Resync trunk + + [ Michał Sawicz ] + * Drop fill mode. + + -- Ubuntu daily release Wed, 06 Aug 2014 19:44:55 +0000 + +unity-scopes-shell (0.5.2+14.10.20140805.1-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Fix compatibility with changed settings variant + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Tue, 05 Aug 2014 16:42:48 +0000 + +unity-scopes-shell (0.5.2+14.10.20140805-0ubuntu1) utopic; urgency=low + + [ Michael Zanetti ] + * drop appId workaround for shell as dash will now use UAL to launch + apps (LP: #1347605) + + [ Michał Sawicz ] + * drop appId workaround for shell as dash will now use UAL to launch + apps (LP: #1347605) + + -- Ubuntu daily release Tue, 05 Aug 2014 12:10:54 +0000 + +unity-scopes-shell (0.5.2+14.10.20140801-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Compatibility with unity-scopes-api 0.6.0 + + -- Ubuntu daily release Fri, 01 Aug 2014 16:01:43 +0000 + +unity-scopes-shell (0.5.2+14.10.20140731.2-0ubuntu1) utopic; urgency=medium + + [ Michal Hruby ] + * Specialized implementation of scopes overview + + -- Ubuntu daily release Thu, 31 Jul 2014 13:08:43 +0000 + +unity-scopes-shell (0.5.0+14.10.20140728.1-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Provide location data to scopes + + -- Ubuntu daily release Mon, 28 Jul 2014 15:27:16 +0000 + +unity-scopes-shell (0.5.0+14.10.20140724.1-0ubuntu1) utopic; urgency=low + + [ Michal Hruby ] + * Make the number of maximum attributes configurable by the scope and + expose it to shell. + + -- Ubuntu daily release Thu, 24 Jul 2014 17:01:19 +0000 + +unity-scopes-shell (0.5.0+14.10.20140710-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Add settings support + + [ Michal Hruby ] + * Expose expansion queries as defined in latest unity-api. + * Emit openScope() and gotoScope() also from temp scopes. (LP: + #1329890) + + -- Ubuntu daily release Thu, 10 Jul 2014 07:51:49 +0000 + +unity-scopes-shell (0.5.0+14.10.20140626-0ubuntu1) utopic; urgency=low + + [ Michal Hruby ] + * Implemented customizations property as per latest unity-api. + + -- Ubuntu daily release Thu, 26 Jun 2014 11:07:46 +0000 + +unity-scopes-shell (0.5.0+14.10.20140618-0ubuntu1) utopic; urgency=medium + + [ Michal Hruby ] + * Added support for departments + * Updated to use libunity-scopes 0.5.0 API + + -- Ubuntu daily release Wed, 18 Jun 2014 14:18:36 +0000 + +unity-scopes-shell (0.4.0+14.10.20140604.1-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Click store support + + -- Ubuntu daily release Wed, 04 Jun 2014 13:10:58 +0000 + +unity-scopes-shell (0.4.0+14.10.20140522-0ubuntu1) utopic; urgency=low + + [ Albert Astals ] + * Use Interface classes from unity-api + + -- Ubuntu daily release Thu, 22 May 2014 09:46:47 +0000 + +unity-scopes-shell (0.4.0+14.10.20140519-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Scope results have a TLL, and refresh or become invalid after this + time. + + -- Ubuntu daily release Mon, 19 May 2014 10:15:58 +0000 + +unity-scopes-shell (0.4.0+14.10.20140513-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Fix tests after upstream changes to scope configuration spec (LP: + #1318921) + + -- Ubuntu daily release Tue, 13 May 2014 18:39:02 +0000 + +unity-scopes-shell (0.4.0+14.10.20140502.1-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Fix tests after click support added to framework + + [ Michal Hruby ] + * Pass correct locale and form factor to scopes. (LP: #1314702) + * Reorganize the tests a bit. + + -- Ubuntu daily release Fri, 02 May 2014 13:44:04 +0000 + +unity-scopes-shell (0.4.0+14.10.20140501-0ubuntu1) utopic; urgency=low + + [ Michal Hruby ] + * Handle scope uris. (LP: #1305147) + + [ CI bot ] + * Handle scope uris. (LP: #1305147) + + -- Ubuntu daily release Thu, 01 May 2014 10:33:37 +0000 + +unity-scopes-shell (0.4.0+14.04.20140408-0ubuntu2) trusty; urgency=medium + + * No-change rebuild for shlib changes in qtbase and qtdeclarative. + + -- Ricardo Salveti de Araujo Mon, 14 Apr 2014 15:42:59 -0300 + +unity-scopes-shell (0.4.0+14.04.20140408-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Pass internet-disabled flag to scopes as a temporary measure. + + -- Ubuntu daily release Tue, 08 Apr 2014 13:47:36 +0000 + +unity-scopes-shell (0.4.0+14.04.20140404.1-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Rebuild with latest libunity-scopes.so + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Fri, 04 Apr 2014 15:26:36 +0000 + +unity-scopes-shell (0.4.0+14.04.20140331-0ubuntu1) trusty; urgency=medium + + [ Michal Hruby ] + * Drop support for unity-core based scopes + * Expose attributes to shell. + + -- Ubuntu daily release Mon, 31 Mar 2014 11:33:38 +0000 + +unity-scopes-shell (0.4.0+14.04.20140324-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Ensure proper ordering when registering new categories. (LP: + #1295135) + + -- Ubuntu daily release Mon, 24 Mar 2014 13:09:22 +0000 + +unity-scopes-shell (0.4.0+14.04.20140320-0ubuntu1) trusty; urgency=medium + + [ Michal Hruby ] + * Changed debian rules file to fix linker issue on ppc. + + -- Ubuntu daily release Thu, 20 Mar 2014 08:43:42 +0000 + +unity-scopes-shell (0.4.0+14.04.20140312.3-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Wed, 12 Mar 2014 22:03:00 +0000 + +unity-scopes-shell (0.4.0+14.04.20140312.1-0ubuntu1) trusty; urgency=medium + + [ Michal Hruby ] + * Updated for libunity-scopes 0.4.0. + * Set searchString before emitting gotoScope/openScope. + + [ Michael Zanetti ] + * Activate applications by the appId instead of the path to the + desktop file to align it with how the rest of unity8 works. + + -- Ubuntu daily release Wed, 12 Mar 2014 17:04:50 +0000 + +unity-scopes-shell (0.3.1+14.04.20140221.2-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Change default card-size to small, so if not specified by scope, + small will be used. + * Don't clear results immediately, wait a bit first. + + -- Ubuntu daily release Fri, 21 Feb 2014 15:56:32 +0000 + +unity-scopes-shell (0.3.1+14.04.20140220-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Added processingAction property to PreviewModel. + * Invalidate aggregator scopes after receiving mediascanner + invalidation. + * Remove support for UNITY_FORCE_NEW_SCOPES envvar. + + -- Ubuntu daily release Thu, 20 Feb 2014 16:41:40 +0000 + +unity-scopes-shell (0.3.1+14.04.20140219-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Implement signals for scope activation. + * Expose background role to shell. + * Added support for result invalidation. + + -- Ubuntu daily release Wed, 19 Feb 2014 18:25:48 +0000 + +unity-scopes-shell (0.3.1+14.04.20140217-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Split PreviewModel into 3 separate models, preliminary support for + preview actions. + * Allow preview actions replacing current preview. + + -- Ubuntu daily release Mon, 17 Feb 2014 12:45:42 +0000 + +unity-scopes-shell (0.3.1+14.04.20140214-0ubuntu1) trusty; urgency=low + + [ Stephen M. Webb ] + * bumped libunity-core-6.0-dev build depndency for SONAME change + + -- Ubuntu daily release Fri, 14 Feb 2014 23:01:25 +0000 + +unity-scopes-shell (0.3.1+14.04.20140211.1-0ubuntu1) trusty; urgency=low + + [ Pawel Stolowski ] + * Updated for libunity-scopes 0.3.1. + + [ Michal Hruby ] + * Added support for shell-defined categories + + -- Ubuntu daily release Tue, 11 Feb 2014 17:57:23 +0000 + +unity-scopes-shell (0.2.8+14.04.20140206.1-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Register PreviewModel, so it's exposed to QML. + * Reintroduce album art hack. + + -- Ubuntu daily release Thu, 06 Feb 2014 15:11:05 +0000 + +unity-scopes-shell (0.2.8+14.04.20140131.2-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Use libunity-scopes 0.2.8. + * Implement basics of the preview interfaces. + * Implement preview models and hook them up to signals from the + scopes. + * Use an envvar to determine which scopes should be displayed as dash + pages. + * Fix json merging + + -- Ubuntu daily release Fri, 31 Jan 2014 14:14:56 +0000 + +unity-scopes-shell (0.2.0+14.04.20140120-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Use libunity-scopes 0.2.0. + * Added environment variable that controls the scope thread delay. + * Implement category JSON overrides (used by scope-dev-tool). + * Update because of API change. + + [ Pawel Stolowski ] + * Updated for scopes API changes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 39 + + -- Ubuntu daily release Mon, 20 Jan 2014 16:05:39 +0000 + +unity-scopes-shell (0.1.1+14.04.20131219.1-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Updated result model roles and added unit tests for the new scopes + framework. + * Manipulate renderer and components json and fill in defaults. + * Implement component mapping and add tests. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 33 + + -- Ubuntu daily release Thu, 19 Dec 2013 21:07:50 +0000 + +unity-scopes-shell (0.1.1+14.04.20131211-0ubuntu1) trusty; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Revert rev 25 as it seems to cause a big regression, breaking + launching of click applications in unity8 + + [ Ubuntu daily release ] + * Automatic snapshot from revision 29 + + -- Ubuntu daily release Wed, 11 Dec 2013 17:06:08 +0000 + +unity-scopes-shell (0.1.1+14.04.20131209-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Prepare for PPA release + * Backport fix for lp:1237829 from lp:unity8. (LP: #1237829) + * Re-register categories, which causes the template and components to + be updated. + + [ Michael Zanetti ] + * Add MusicPreviewTrackModel in order to expose tracks in a music + preview properly. + * use appId for app activation instead of .desktop file path. + + [ Michał Sawicz ] + * Use the minimal platform for tests. + + [ Albert Astals ] + * Add a title role This way this model can be fed directly to the new + TabBar api. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 27 + + -- Ubuntu daily release Mon, 09 Dec 2013 02:58:19 +0000 + +unity-scopes-shell (0.1+14.04.20131120-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Initial release + * Fix typo. + + [ Łukasz 'sil2100' Zemczak ] + * Automatic snapshot from revision 16 (bootstrap) + * Copyright fixes, missed copyright checking. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 19 + + -- Ubuntu daily release Wed, 20 Nov 2013 12:52:16 +0000 --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/compat +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/compat @@ -0,0 +1 @@ +9 --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/control +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/control @@ -0,0 +1,88 @@ +Source: unity-scopes-shell +Priority: optional +Section: libs +Build-Depends: cmake, + cmake-extras (>= 0.4), + debhelper (>= 9), + lsb-release, + dh-python, + libboost-python-dev, + libboost-regex-dev, + libunity-api-dev (>= 7.111), + libunity-scopes-dev (>= 1.0.5~), + libgsettings-qt-dev (>= 0.1), + libqtdbustest1-dev (>= 0.2), + libqtdbusmock1-dev (>= 0.2), + pkg-config, + python3-dev, + python3-sphinx, + qtdeclarative5-dev, + qtdeclarative5-dev-tools, + qtdeclarative5-qtquick2-plugin, + qtpositioning5-dev, + unity-schemas (>= 7.3.1), + libonline-accounts-client-dev, + intltool, +Standards-Version: 3.9.5 +Maintainer: Ubuntu Developers +Homepage: https://launchpad.net/unity-scopes-shell +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:unity-scopes-shell +Vcs-Browser: https://code.launchpad.net/unity-scopes-shell +X-Python3-Version: >= 3.4 + +Package: unity-plugin-scopes +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, + unity-schemas (>= 7.3.1), +Provides: unity-scopes-impl, + unity-scopes-impl-0, + unity-scopes-impl-1, + unity-scopes-impl-4, + unity-scopes-impl-6, + unity-scopes-impl-7, + unity-scopes-impl-8, + unity-scopes-impl-9, + unity-scopes-impl-10, + unity-scopes-impl-11, + unity-scopes-impl-12, +Breaks: unity8-private (<< 7.84), + unity8 (<< 8.11) +Replaces: unity8-private (<< 7.84) +Description: QML plugin for Scopes + Plugin to integrate scopes with the Unity shell + +Package: libscope-harness3 +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Test harness for Unity scopes + Drive Unity scopes with a simple synchronous API. Make assertions + about results. Runtime library. + +Package: libscope-harness-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libscope-harness3 (= ${binary:Version}) +Description: Test harness for Unity scopes + Drive Unity scopes with a simple synchronous API. Make assertions + about results. Development files. + +Package: python3-scope-harness +Architecture: any +Depends: ${python3:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Description: Python bindings for Unity scopes test harness + Drive Unity scopes with a simple synchronous API. Make assertions + about results. Python bindings. --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/control.in +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/control.in @@ -0,0 +1,88 @@ +Source: unity-scopes-shell +Priority: optional +Section: libs +Build-Depends: cmake, + cmake-extras (>= 0.4), + debhelper (>= 9), + lsb-release, + dh-python, + libboost-python-dev, + libboost-regex-dev, + libunity-api-dev (>= 7.111), + libunity-scopes-dev (>= 1.0.5~), + libgsettings-qt-dev (>= 0.1), + libqtdbustest1-dev (>= 0.2), + libqtdbusmock1-dev (>= 0.2), + pkg-config, + python3-dev, + python3-sphinx, + qtdeclarative5-dev, + qtdeclarative5-dev-tools, + qtdeclarative5-qtquick2-plugin, + qtpositioning5-dev, + unity-schemas (>= 7.3.1), + libonline-accounts-client-dev, + intltool, +Standards-Version: 3.9.5 +Maintainer: Ubuntu Developers +Homepage: https://launchpad.net/unity-scopes-shell +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:unity-scopes-shell +Vcs-Browser: https://code.launchpad.net/unity-scopes-shell +X-Python3-Version: >= 3.4 + +Package: unity-plugin-scopes +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, + unity-schemas (>= 7.3.1), +Provides: unity-scopes-impl, + unity-scopes-impl-0, + unity-scopes-impl-1, + unity-scopes-impl-4, + unity-scopes-impl-6, + unity-scopes-impl-7, + unity-scopes-impl-8, + unity-scopes-impl-9, + unity-scopes-impl-10, + unity-scopes-impl-11, + unity-scopes-impl-12, +Breaks: unity8-private (<< 7.84), + unity8 (<< 8.11) +Replaces: unity8-private (<< 7.84) +Description: QML plugin for Scopes + Plugin to integrate scopes with the Unity shell + +Package: libscope-harness@HARNESS_SO_VERSION@ +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Test harness for Unity scopes + Drive Unity scopes with a simple synchronous API. Make assertions + about results. Runtime library. + +Package: libscope-harness-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libscope-harness@HARNESS_SO_VERSION@ (= ${binary:Version}) +Description: Test harness for Unity scopes + Drive Unity scopes with a simple synchronous API. Make assertions + about results. Development files. + +Package: python3-scope-harness +Architecture: any +Depends: ${python3:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Description: Python bindings for Unity scopes test harness + Drive Unity scopes with a simple synchronous API. Make assertions + about results. Python bindings. --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/copyright +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unity-scopes-shell +Source: http://launchpad.net/unity-scopes-shell + +Files: * +Copyright: 2013 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' --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/libscope-harness-dev.install +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/libscope-harness-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/*/libscope-harness.so +usr/lib/*/pkgconfig/libscope-harness.pc --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/libscope-harness.install.in +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/libscope-harness.install.in @@ -0,0 +1 @@ +usr/lib/*/libscope-harness.so.* --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/libscope-harness.symbols.in +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/libscope-harness.symbols.in @@ -0,0 +1,329 @@ +libscope-harness.so.@HARNESS_SO_VERSION@ libscope-harness@HARNESS_SO_VERSION@ #MINVER# + (c++)"unity::scopeharness::view::PreviewView::preview(std::shared_ptr)@Base" 0.5.6+16.04.20160226.1 + (c++)"typeinfo for unity::scopeharness::registry::CustomRegistry@Base" 0.5.4+15.04.20150311.3 + (c++)"typeinfo for unity::scopeharness::registry::PreExistingRegistry@Base" 0.5.4+15.04.20150311.3 + (c++)"typeinfo for unity::scopeharness::registry::Registry@Base" 0.5.4+15.04.20150311.3 + (c++)"typeinfo for unity::scopeharness::registry::SystemRegistry@Base" 0.5.4+15.04.20150311.3 + (c++)"typeinfo for unity::scopeharness::view::AbstractView@Base" 0.5.4+15.04.20150311.3 + (c++)"typeinfo for unity::scopeharness::view::PreviewView@Base" 0.5.4+15.04.20150311.3 + (c++)"typeinfo for unity::scopeharness::view::ResultsView@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryListMatcher::CategoryListMatcher()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryListMatcher::category(unity::scopeharness::matcher::CategoryMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryListMatcher::category(unity::scopeharness::matcher::CategoryMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::matcher::CategoryListMatcher::hasAtLeast(unsigned long)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::matcher::CategoryListMatcher::hasAtLeast(unsigned int)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::matcher::CategoryListMatcher::hasExactly(unsigned long)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::matcher::CategoryListMatcher::hasExactly(unsigned int)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryListMatcher::match(std::vector > const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryListMatcher::mode(unity::scopeharness::matcher::CategoryListMatcher::Mode)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::CategoryMatcher(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::CategoryMatcher(unity::scopeharness::matcher::CategoryMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::CategoryMatcher(unity::scopeharness::matcher::CategoryMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::components(unity::scopes::Variant const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::getId() const@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::matcher::CategoryMatcher::hasAtLeast(unsigned long)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::matcher::CategoryMatcher::hasAtLeast(unsigned int)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::headerLink(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::icon(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::match(unity::scopeharness::matcher::MatchResult&, unity::scopeharness::results::Category const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::match(unity::scopeharness::results::Category const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::mode(unity::scopeharness::matcher::CategoryMatcher::Mode)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::operator=(unity::scopeharness::matcher::CategoryMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::operator=(unity::scopeharness::matcher::CategoryMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::renderer(unity::scopes::Variant const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::result(unity::scopeharness::matcher::ResultMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::result(unity::scopeharness::matcher::ResultMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::CategoryMatcher::title(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::~ChildDepartmentMatcher()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::ChildDepartmentMatcher(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::ChildDepartmentMatcher(unity::scopeharness::matcher::ChildDepartmentMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::ChildDepartmentMatcher(unity::scopeharness::matcher::ChildDepartmentMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::getId() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::hasChildren(bool)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::isActive(bool)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::label(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::match(unity::scopeharness::matcher::MatchResult&, unity::scopeharness::results::ChildDepartment const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::match(unity::scopeharness::results::ChildDepartment const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::operator=(unity::scopeharness::matcher::ChildDepartmentMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ChildDepartmentMatcher::operator=(unity::scopeharness::matcher::ChildDepartmentMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::allLabel(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::child(unity::scopeharness::matcher::ChildDepartmentMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::child(unity::scopeharness::matcher::ChildDepartmentMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::~DepartmentMatcher()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::DepartmentMatcher()@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::matcher::DepartmentMatcher::hasAtLeast(unsigned long)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::matcher::DepartmentMatcher::hasAtLeast(unsigned int)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::matcher::DepartmentMatcher::hasExactly(unsigned long)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::matcher::DepartmentMatcher::hasExactly(unsigned int)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::id(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::isHidden(bool)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::isRoot(bool)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::label(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::match(unity::scopeharness::matcher::MatchResult&, unity::scopeharness::results::Department const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::match(unity::scopeharness::results::Department const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::mode(unity::scopeharness::matcher::DepartmentMatcher::Mode)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::parentId(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::DepartmentMatcher::parentLabel(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::MatchResult::concat_failures() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::MatchResult::failures() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::MatchResult::failure(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::MatchResult::MatchResult()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::MatchResult::MatchResult(unity::scopeharness::matcher::MatchResult&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::MatchResult::MatchResult(unity::scopeharness::matcher::MatchResult const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::MatchResult::operator=(unity::scopeharness::matcher::MatchResult&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::MatchResult::operator=(unity::scopeharness::matcher::MatchResult const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::MatchResult::success() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::column(unity::scopeharness::matcher::PreviewMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::column(unity::scopeharness::matcher::PreviewMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::match(std::vector > const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::match(unity::scopeharness::matcher::MatchResult&, std::vector > const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::operator=(unity::scopeharness::matcher::PreviewColumnMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::operator=(unity::scopeharness::matcher::PreviewColumnMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::~PreviewColumnMatcher()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::PreviewColumnMatcher()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::PreviewColumnMatcher(unity::scopeharness::matcher::PreviewColumnMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewColumnMatcher::PreviewColumnMatcher(unity::scopeharness::matcher::PreviewColumnMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::match(unity::scopeharness::matcher::MatchResult&, unity::scopeharness::preview::PreviewWidgetList const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::match(unity::scopeharness::preview::PreviewWidgetList const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::operator=(unity::scopeharness::matcher::PreviewMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::operator=(unity::scopeharness::matcher::PreviewMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::~PreviewMatcher()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::PreviewMatcher()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::PreviewMatcher(unity::scopeharness::matcher::PreviewMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::PreviewMatcher(unity::scopeharness::matcher::PreviewMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::widget(unity::scopeharness::matcher::PreviewWidgetMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewMatcher::widget(unity::scopeharness::matcher::PreviewWidgetMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::data(unity::scopes::Variant&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::data(unity::scopes::Variant const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::match(unity::scopeharness::matcher::MatchResult&, unity::scopeharness::preview::PreviewWidget const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::match(unity::scopeharness::preview::PreviewWidget const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::operator=(unity::scopeharness::matcher::PreviewWidgetMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::operator=(unity::scopeharness::matcher::PreviewWidgetMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::~PreviewWidgetMatcher()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::PreviewWidgetMatcher(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::PreviewWidgetMatcher(unity::scopeharness::matcher::PreviewWidgetMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::PreviewWidgetMatcher(unity::scopeharness::matcher::PreviewWidgetMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::PreviewWidgetMatcher::type(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::any_uri()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::art(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::attributes(unity::scopes::Variant const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::background(unity::scopes::Variant const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::dndUri(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::emblem(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::getUri() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::mascot(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::match(unity::scopeharness::matcher::MatchResult&, unity::scopeharness::results::Result const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::match(unity::scopeharness::results::Result const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::operator=(unity::scopeharness::matcher::ResultMatcher&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::operator=(unity::scopeharness::matcher::ResultMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::property(std::basic_string, std::allocator > const&, unity::scopes::Variant const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::ResultMatcher(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::ResultMatcher(unity::scopeharness::matcher::ResultMatcher const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::ResultMatcher(unity::scopeharness::matcher::ScopeUri const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::subtitle(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::summary(unity::scopes::Variant const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ResultMatcher::title(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ScopeUri::department(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ScopeUri::operator=(unity::scopeharness::matcher::ScopeUri&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ScopeUri::operator=(unity::scopeharness::matcher::ScopeUri const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ScopeUri::query(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ScopeUri::~ScopeUri()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ScopeUri::ScopeUri(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ScopeUri::ScopeUri(unity::scopeharness::matcher::ScopeUri&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ScopeUri::ScopeUri(unity::scopeharness::matcher::ScopeUri const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::matcher::ScopeUri::toString() const@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::matcher::SettingsMatcher::hasAtLeast(unsigned long)@Base" 0.5.4+15.10.20150601 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::matcher::SettingsMatcher::hasAtLeast(unsigned int)@Base" 0.5.4+15.10.20150601 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::matcher::SettingsMatcher::hasExactly(unsigned long)@Base" 0.5.4+15.10.20150601 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::matcher::SettingsMatcher::hasExactly(unsigned int)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsMatcher::match(std::shared_ptr const&) const@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsMatcher::mode(unity::scopeharness::matcher::SettingsMatcher::Mode)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsMatcher::option(unity::scopeharness::matcher::SettingsOptionMatcher const&)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsMatcher::SettingsMatcher()@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::defaultValue(unity::scopes::Variant const&)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::displayName(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::displayValues(std::vector > const&)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::getId() const@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::match(unity::scopeharness::matcher::MatchResult&, unity::scopeharness::view::SettingsView::Option const&) const@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::operator=(unity::scopeharness::matcher::SettingsOptionMatcher const&)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::optionType(unity::scopeharness::view::SettingsView::OptionType)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::SettingsOptionMatcher(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::SettingsOptionMatcher(unity::scopeharness::matcher::SettingsOptionMatcher const&)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::matcher::SettingsOptionMatcher::value(unity::scopes::Variant const&)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::preview::PreviewWidget::data() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidget::id() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidgetList::at(std::basic_string, std::allocator > const&) const@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::preview::PreviewWidgetList::at(unsigned long) const@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::preview::PreviewWidgetList::at(unsigned int) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidgetList::operator[](std::basic_string, std::allocator > const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidgetList::operator=(unity::scopeharness::preview::PreviewWidgetList&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidgetList::operator=(unity::scopeharness::preview::PreviewWidgetList const&)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::preview::PreviewWidgetList::operator[](unsigned long) const@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::preview::PreviewWidgetList::operator[](unsigned int) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidgetList::~PreviewWidgetList()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidgetList::PreviewWidgetList(unity::scopeharness::internal::PreviewWidgetListArguments const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidgetList::PreviewWidgetList(unity::scopeharness::preview::PreviewWidgetList&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidgetList::PreviewWidgetList(unity::scopeharness::preview::PreviewWidgetList const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidgetList::size() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidget::operator=(unity::scopeharness::preview::PreviewWidget&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidget::operator=(unity::scopeharness::preview::PreviewWidget const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidget::~PreviewWidget()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidget::PreviewWidget(unity::scopeharness::internal::PreviewWidgetArguments const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidget::PreviewWidget(unity::scopeharness::preview::PreviewWidget&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidget::PreviewWidget(unity::scopeharness::preview::PreviewWidget const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidget::trigger(std::basic_string, std::allocator > const&, unity::scopes::Variant const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::preview::PreviewWidget::type() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::~CustomRegistry()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::CustomRegistry(unity::scopeharness::registry::CustomRegistry::Parameters const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::Parameters::includeClickScopes()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::Parameters::includeOemScopes()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::Parameters::includeRemoteScopes()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::Parameters::includeSystemScopes()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::Parameters::operator=(unity::scopeharness::registry::CustomRegistry::Parameters&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::Parameters::operator=(unity::scopeharness::registry::CustomRegistry::Parameters const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::Parameters::Parameters(std::vector, std::allocator >, std::allocator, std::allocator > > > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::Parameters::Parameters(unity::scopeharness::registry::CustomRegistry::Parameters&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::Parameters::Parameters(unity::scopeharness::registry::CustomRegistry::Parameters const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::CustomRegistry::start()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::PreExistingRegistry::~PreExistingRegistry()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::PreExistingRegistry::PreExistingRegistry(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::PreExistingRegistry::start()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::SystemRegistry::start()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::SystemRegistry::~SystemRegistry()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::registry::SystemRegistry::SystemRegistry()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::Category(unity::scopeharness::internal::CategoryArguments const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::Category(unity::scopeharness::results::Category&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::Category(unity::scopeharness::results::Category const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::components() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::empty() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::headerLink() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::icon() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::id() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::operator=(unity::scopeharness::results::Category&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::operator=(unity::scopeharness::results::Category const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::renderer() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::results() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::result(std::basic_string, std::allocator > const&) const@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::results::Category::result(unsigned long) const@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::results::Category::result(unsigned int) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::size() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Category::title() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::~ChildDepartment()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::ChildDepartment(unity::scopeharness::internal::ChildDepartmentArguments const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::ChildDepartment(unity::scopeharness::results::ChildDepartment&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::ChildDepartment(unity::scopeharness::results::ChildDepartment const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::hasChildren() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::id() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::isActive() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::label() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::operator=(unity::scopeharness::results::ChildDepartment&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::ChildDepartment::operator=(unity::scopeharness::results::ChildDepartment const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::allLabel() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::children() const@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::results::Department::child(unsigned long) const@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::results::Department::child(unsigned int) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::~Department()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::Department(unity::scopeharness::internal::DepartmentArguments const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::Department(unity::scopeharness::results::Department&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::Department(unity::scopeharness::results::Department const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::id() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::isHidden() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::isRoot() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::label() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::loaded() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::operator=(unity::scopeharness::results::Department&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::operator=(unity::scopeharness::results::Department const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::parentId() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::parentLabel() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Department::size() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::art() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::attributes() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::background() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::dnd_uri() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::emblem() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::longPress() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::mascot() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::operator[](std::basic_string, std::allocator > const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::operator=(unity::scopeharness::results::Result&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::operator=(unity::scopeharness::results::Result const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::Result(unity::scopeharness::internal::ResultArguments const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::Result(unity::scopeharness::results::Result&&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::Result(unity::scopeharness::results::Result const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::subtitle() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::summary() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::tap() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::tapAction(std::basic_string, std::allocator > const&) const@Base" 0.5.5+16.04.20151111 + (c++)"unity::scopeharness::results::Result::title() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::uri() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::results::Result::value(std::basic_string, std::allocator > const&) const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::ScopeHarness::newFromPreExistingConfig(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::ScopeHarness::newFromScopeList(unity::scopeharness::registry::CustomRegistry::Parameters const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::ScopeHarness::newFromSystem()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::ScopeHarness::resultsView()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::ScopeHarness::ScopeHarness(std::shared_ptr)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::checkedFirstResult(unity::shell::scopes::CategoriesInterface*, std::shared_ptr&, bool&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::getFavoriteScopes()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::getFirstResult(unity::shell::scopes::CategoriesInterface*, std::shared_ptr&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::performSearch(QSharedPointer, QString const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::refreshSearch(QSharedPointer)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::setFavouriteScopes(QStringList const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::throwIf(bool, std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::throwIfNot(bool, std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::waitForResultsChange(QSharedPointer)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::waitForSearchFinish(QSharedPointer)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::TestUtils::waitForFilterStateChange(QSharedPointer)@Base" 0.5.7+16.04.20160317 + (c++)"unity::scopeharness::view::AbstractView::~AbstractView()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::PreviewView::columnCount() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::PreviewView::~PreviewView()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::PreviewView::PreviewView()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::PreviewView::refresh()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::PreviewView::setColumnCount(unsigned int)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::PreviewView::setResultsView(std::shared_ptr)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::PreviewView::widgets()@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::view::PreviewView::widgetsInColumn(unsigned long)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::view::PreviewView::widgetsInColumn(unsigned int)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::PreviewView::widgetsInFirstColumn()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::activeScope() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::altDepartmentId() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::browseAltDepartment(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::browseDepartment(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::categories()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::category(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=amd64 arm64 ppc64el)"unity::scopeharness::view::ResultsView::category(unsigned long)@Base" 0.5.4+15.04.20150311.3 + (c++|arch=!amd64 !arm64 !ppc64el)"unity::scopeharness::view::ResultsView::category(unsigned int)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::customizations() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::departmentId() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::description() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::displayName() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::forceRefresh()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::hasAltDepartments() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::hasDepartments() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::iconHint() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::overrideCategoryJson(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::query() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::queryId() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::~ResultsView()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::ResultsView(unity::scopeharness::internal::ResultsViewArguments const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::scopeId() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::searchHint() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::sessionId() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::setActiveScope(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::setPreviewView(std::shared_ptr)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::setQuery(std::basic_string, std::allocator > const&)@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::settings() const@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::view::ResultsView::shortcut() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::status() const@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::ResultsView::waitForResultsChange()@Base" 0.5.4+15.04.20150311.3 + (c++)"unity::scopeharness::view::SettingsView::count() const@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::view::SettingsView::Option::~Option()@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::view::SettingsView::options() const@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::view::SettingsView::set(std::basic_string, std::allocator > const&, unity::scopes::Variant const&)@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::view::SettingsView::~SettingsView()@Base" 0.5.4+15.10.20150601 + (c++)"unity::scopeharness::view::SettingsView::SettingsView(unity::scopeharness::internal::SettingsViewArguments const&)@Base" 0.5.4+15.10.20150601 + (c++)"vtable for unity::scopeharness::registry::CustomRegistry@Base" 0.5.4+15.04.20150311.3 + (c++)"vtable for unity::scopeharness::registry::PreExistingRegistry@Base" 0.5.4+15.04.20150311.3 + (c++)"vtable for unity::scopeharness::registry::Registry@Base" 0.5.4+15.04.20150311.3 + (c++)"vtable for unity::scopeharness::registry::SystemRegistry@Base" 0.5.4+15.04.20150311.3 + (c++)"vtable for unity::scopeharness::view::AbstractView@Base" 0.5.4+15.04.20150311.3 + (c++)"vtable for unity::scopeharness::view::PreviewView@Base" 0.5.4+15.04.20150311.3 + (c++)"vtable for unity::scopeharness::view::ResultsView@Base" 0.5.4+15.04.20150311.3 --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/libscope-harness1.install +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/libscope-harness1.install @@ -0,0 +1 @@ +usr/lib/*/libscope-harness.so.* --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/libscope-harness3.install +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/libscope-harness3.install @@ -0,0 +1 @@ +usr/lib/*/libscope-harness.so.* --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/python3-scope-harness.install +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/python3-scope-harness.install @@ -0,0 +1,2 @@ +usr/lib/python3/dist-packages/scope_harness/* +usr/share/doc/python3-scope-harness/* --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/rules +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/dpkg/default.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +export QT_SELECT=5 + +DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +ifneq (,$(findstring powerpc,$(DEB_HOST_GNU_TYPE))) +# Work around pointer equality problem with -Bsymbolic-functions: +# http://lists.linaro.org/pipermail/linaro-toolchain/2014-January/003944.html +export DEB_BUILD_MAINT_OPTIONS := hardening=+pie +endif + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --with python3 --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) -DCMAKE_INSTALL_LOCALSTATEDIR=/var + +override_dh_auto_clean: + /bin/sh $(CURDIR)/debian/bileto_pre_release_hook + dh_auto_clean --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/shlibs +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/shlibs @@ -0,0 +1 @@ +libscope-harness @3 libscope-harness@3 (>= @2.1@) --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/shlibs.in +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/shlibs.in @@ -0,0 +1 @@ +libscope-harness @HARNESS_SO_VERSION@ libscope-harness@HARNESS_SO_VERSION@ (>= @HARNESS_MAJORMINOR@) --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/source/format +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/source/format @@ -0,0 +1 @@ +1.0 --- unity-scopes-shell-0.5.7+16.10.20160617.1.orig/debian/unity-plugin-scopes.install +++ unity-scopes-shell-0.5.7+16.10.20160617.1/debian/unity-plugin-scopes.install @@ -0,0 +1,4 @@ +var/lib/unity-plugin-scopes/version +usr/lib/*/pkgconfig/unity-plugin-scopes.pc +usr/lib/*/unity8/* +usr/share/locale