Merge lp:~khurshid-alam/libunity/remove-deprecated-scopes into lp:libunity

Proposed by Khurshid Alam
Status: Merged
Merged at revision: 332
Proposed branch: lp:~khurshid-alam/libunity/remove-deprecated-scopes
Merge into: lp:libunity
Diff against target: 40 lines (+4/-9)
2 files modified
data/client-scopes.json (+3/-9)
debian/control (+1/-0)
To merge this branch: bzr merge lp:~khurshid-alam/libunity/remove-deprecated-scopes
Reviewer Review Type Date Requested Status
Marco Trevisan (TreviƱo) Pending
Review via email: mp+362435@code.launchpad.net

Commit message

* Remove deprecated scopes. Fixes LP: #1808671
* Use gnote scope instead of tomboy. See LP: #1810729
* Fix build: Add dh-python to build depends

To post a comment you must log in.
333. By Khurshid Alam

Fix build: Add dh-python to build depends

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/client-scopes.json'
--- data/client-scopes.json 2017-06-05 17:28:16 +0000
+++ data/client-scopes.json 2019-01-30 07:28:47 +0000
@@ -1,21 +1,15 @@
1{1{
2 "unity-lens-applications": ["applications-applications.scope", "commands.scope", "applications-scopes.scope"],2 "unity-lens-applications": ["applications-applications.scope", "commands.scope", "applications-scopes.scope"],
3 "unity-lens-files": ["files-local.scope"],3 "unity-lens-files": ["files-local.scope"],
4 "unity-lens-music": ["music-banshee.scope", "music-rhythmbox.scope"],4 "unity-lens-music": ["music-rhythmbox.scope"],
5 "unity-lens-photos": ["photos-shotwell.scope", "photos-facebook.scope", "photos-flickr.scope", "photos-picasa.scope"],5 "unity-lens-photos": ["photos-shotwell.scope"],
6 "unity-lens-video": ["video-local.scope"],6 "unity-lens-video": ["video-local.scope"],
7 "unity-scope-video-remote": ["video-remote.scope"],7 "unity-scope-video-remote": ["video-remote.scope"],
8 "unity-scope-calculator": ["info-calculator.scope"],8 "unity-scope-calculator": ["info-calculator.scope"],
9 "unity-scope-chromiumbookmarks": ["web-chromiumbookmarks.scope"],9 "unity-scope-chromiumbookmarks": ["web-chromiumbookmarks.scope"],
10 "unity-scope-colourlovers": ["graphics-colourlovers.scope"],
11 "unity-scope-devhelp": ["code-devhelp.scope"],
12 "unity-scope-firefoxbookmarks": ["web-firefoxbookmarks.scope"],10 "unity-scope-firefoxbookmarks": ["web-firefoxbookmarks.scope"],
13 "unity-scope-home": ["home.scope", "applications.scope", "books.scope", "boxes.scope", "calendar.scope", "code.scope", "files.scope", "graphics.scope", "help.scope", "info.scope", "more_suggestions.scope", "music.scope", "news.scope", "notes.scope", "photos.scope", "recipes.scope", "reference.scope", "searchin.scope", "video.scope", "weather.scope", "web.scope"],11 "unity-scope-home": ["home.scope", "applications.scope", "books.scope", "boxes.scope", "calendar.scope", "code.scope", "files.scope", "graphics.scope", "help.scope", "info.scope", "more_suggestions.scope", "music.scope", "news.scope", "notes.scope", "photos.scope", "recipes.scope", "reference.scope", "searchin.scope", "video.scope", "weather.scope", "web.scope"],
14 "unity-scope-manpages": ["code-manpages.scope"],12 "unity-scope-gnote": ["notes-gnote.scope"],
15 "unity-scope-openclipart": ["graphics-openclipart.scope"],
16 "unity-scope-texdoc": ["help-texdoc.scope"],
17 "unity-scope-tomboy": ["notes-tomboy.scope"],
18 "unity-scope-virtualbox": ["boxes-virtualbox.scope"],13 "unity-scope-virtualbox": ["boxes-virtualbox.scope"],
19 "unity-scope-yelp": ["help-yelp.scope"],14 "unity-scope-yelp": ["help-yelp.scope"],
20 "unity-scope-zotero": ["reference-zotero.scope"]
21}15}
2216
=== modified file 'debian/control'
--- debian/control 2014-02-04 21:38:14 +0000
+++ debian/control 2019-01-30 07:28:47 +0000
@@ -3,6 +3,7 @@
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5Build-Depends: debhelper (>= 9~),5Build-Depends: debhelper (>= 9~),
6 dh-python,
6 dh-autoreconf,7 dh-autoreconf,
7 gnome-common,8 gnome-common,
8 quilt,9 quilt,

Subscribers

People subscribed via source and target branches