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
=== modified file 'debian/changelog'
--- debian/changelog 2014-07-22 18:00:13 +0000
+++ debian/changelog 2014-07-25 14:17:24 +0000
@@ -1,3 +1,27 @@
1unity-scope-click (0.1+14.10.20140724-0ubuntu1) utopic; urgency=medium
2
3 [ Alejandro J. Cura (alecu) ]
4 * New upstream release.
5 - Get department from .desktop files of preinstalled apps.
6 - Remove fallback to old server API. (LP: #1343280)
7 - Only show apps category title when in the root of departments hierarchy.
8 - Change the order of screenshot and header widgets.
9 - Pass current department from Apps scope to Store scope.
10 - Always open existing departments db, no need to initialize.
11 - Move departments db concurrency tests to integration. (LP: #1346548)
12 - i18n pluralization fixes. (LP: #1346110)
13 - Updated translation template. (LP: #1342924)
14 - Updated translations.
15
16 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 24 Jul 2014 13:19:05 +0000
17
18unity-scope-click (0.1+14.10.20140723.1-0ubuntu1) utopic; urgency=low
19
20 [ thomas-voss ]
21 * Adjust build dependency on libpay*-dev
22
23 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 23 Jul 2014 12:08:54 +0000
24
1unity-scope-click (0.1+14.10.20140722-0ubuntu1) utopic; urgency=low25unity-scope-click (0.1+14.10.20140722-0ubuntu1) utopic; urgency=low
226
3 [ Alejandro J. Cura ]27 [ Alejandro J. Cura ]
428
=== modified file 'debian/control'
--- debian/control 2014-07-22 18:00:00 +0000
+++ debian/control 2014-07-25 14:17:24 +0000
@@ -12,7 +12,7 @@
12 libboost-locale-dev,12 libboost-locale-dev,
13 libglib2.0-dev (>= 2.32),13 libglib2.0-dev (>= 2.32),
14 libjsoncpp-dev,14 libjsoncpp-dev,
15 libpay1-dev,15 libpay2-dev,
16 libubuntu-download-manager-client-dev (>= 0.3+14.10.20140430-0ubuntu1),16 libubuntu-download-manager-client-dev (>= 0.3+14.10.20140430-0ubuntu1),
17 libubuntu-download-manager-common-dev (>= 0.3+14.10.20140430-0ubuntu1),17 libubuntu-download-manager-common-dev (>= 0.3+14.10.20140430-0ubuntu1),
18 libubuntuoneauth-2.0-dev,18 libubuntuoneauth-2.0-dev,
1919
=== modified file 'scope/clickstore/CMakeLists.txt'
--- scope/clickstore/CMakeLists.txt 2014-07-16 21:49:11 +0000
+++ scope/clickstore/CMakeLists.txt 2014-07-25 14:17:24 +0000
@@ -3,7 +3,7 @@
3find_package (Qt5Core REQUIRED)3find_package (Qt5Core REQUIRED)
4find_package (Qt5Sql REQUIRED)4find_package (Qt5Sql REQUIRED)
5pkg_check_modules(JSON_CPP REQUIRED jsoncpp)5pkg_check_modules(JSON_CPP REQUIRED jsoncpp)
6pkg_check_modules(LIBPAY REQUIRED pay-1)6pkg_check_modules(LIBPAY REQUIRED pay-2)
77
8add_definitions(8add_definitions(
9 -DGETTEXT_PACKAGE=\"${PROJECT_NAME}\"9 -DGETTEXT_PACKAGE=\"${PROJECT_NAME}\"

Subscribers

People subscribed via source and target branches

to all changes: