Merge lp:~alecu/unity-scope-click/merge-trunk7 into lp:unity-scope-click/devel

Proposed by Alejandro J. Cura
Status: Merged
Approved by: dobey
Approved revision: 364
Merged at revision: 364
Proposed branch: lp:~alecu/unity-scope-click/merge-trunk7
Merge into: lp:unity-scope-click/devel
Diff against target: 57 lines (+26/-2)
3 files modified
debian/changelog (+24/-0)
debian/control (+1/-1)
scope/clickstore/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~alecu/unity-scope-click/merge-trunk7
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
dobey (community) Approve
Review via email: mp+228316@code.launchpad.net

Commit message

Merge trunk back in.

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-07-22 18:00:13 +0000
3+++ debian/changelog 2014-07-25 14:17:24 +0000
4@@ -1,3 +1,27 @@
5+unity-scope-click (0.1+14.10.20140724-0ubuntu1) utopic; urgency=medium
6+
7+ [ Alejandro J. Cura (alecu) ]
8+ * New upstream release.
9+ - Get department from .desktop files of preinstalled apps.
10+ - Remove fallback to old server API. (LP: #1343280)
11+ - Only show apps category title when in the root of departments hierarchy.
12+ - Change the order of screenshot and header widgets.
13+ - Pass current department from Apps scope to Store scope.
14+ - Always open existing departments db, no need to initialize.
15+ - Move departments db concurrency tests to integration. (LP: #1346548)
16+ - i18n pluralization fixes. (LP: #1346110)
17+ - Updated translation template. (LP: #1342924)
18+ - Updated translations.
19+
20+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 24 Jul 2014 13:19:05 +0000
21+
22+unity-scope-click (0.1+14.10.20140723.1-0ubuntu1) utopic; urgency=low
23+
24+ [ thomas-voss ]
25+ * Adjust build dependency on libpay*-dev
26+
27+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 23 Jul 2014 12:08:54 +0000
28+
29 unity-scope-click (0.1+14.10.20140722-0ubuntu1) utopic; urgency=low
30
31 [ Alejandro J. Cura ]
32
33=== modified file 'debian/control'
34--- debian/control 2014-07-22 18:00:00 +0000
35+++ debian/control 2014-07-25 14:17:24 +0000
36@@ -12,7 +12,7 @@
37 libboost-locale-dev,
38 libglib2.0-dev (>= 2.32),
39 libjsoncpp-dev,
40- libpay1-dev,
41+ libpay2-dev,
42 libubuntu-download-manager-client-dev (>= 0.3+14.10.20140430-0ubuntu1),
43 libubuntu-download-manager-common-dev (>= 0.3+14.10.20140430-0ubuntu1),
44 libubuntuoneauth-2.0-dev,
45
46=== modified file 'scope/clickstore/CMakeLists.txt'
47--- scope/clickstore/CMakeLists.txt 2014-07-16 21:49:11 +0000
48+++ scope/clickstore/CMakeLists.txt 2014-07-25 14:17:24 +0000
49@@ -3,7 +3,7 @@
50 find_package (Qt5Core REQUIRED)
51 find_package (Qt5Sql REQUIRED)
52 pkg_check_modules(JSON_CPP REQUIRED jsoncpp)
53-pkg_check_modules(LIBPAY REQUIRED pay-1)
54+pkg_check_modules(LIBPAY REQUIRED pay-2)
55
56 add_definitions(
57 -DGETTEXT_PACKAGE=\"${PROJECT_NAME}\"

Subscribers

People subscribed via source and target branches

to all changes: