Merge lp:~sergiusens/unity/phablet-python into lp:unity/phablet

Proposed by Sergio Schvezov
Status: Superseded
Proposed branch: lp:~sergiusens/unity/phablet-python
Merge into: lp:unity/phablet
Diff against target: 25 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~sergiusens/unity/phablet-python
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+155834@code.launchpad.net

This proposal has been superseded by a proposal from 2013-03-27.

Commit message

Modifying build dep to require python

Description of the change

This solves:
CMake Error at tests/autopilot/CMakeLists.txt:6 (install):
  install DIRECTORY given no DESTINATION!

All the apps and other packages with autopilot tests have been solved the same way.
There is a long term plan already in place for versioned autopilot (probably going to be ready for when S is in place).

To post a comment you must log in.

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 2013-03-20 16:46:53 +0000
3+++ debian/changelog 2013-03-27 19:17:22 +0000
4@@ -1,3 +1,9 @@
5+qml-phone-shell (1.65) quantal; urgency=low
6+
7+ * Modifying build dep to require python
8+
9+ -- Sergio Schvezov <sergio.schvezov@canonical.com> Wed, 27 Mar 2013 16:07:10 -0300
10+
11 qml-phone-shell (1.64) quantal; urgency=low
12
13 * Rename ubuntu-gallery to gallery-app
14
15=== modified file 'debian/control'
16--- debian/control 2013-03-18 14:58:17 +0000
17+++ debian/control 2013-03-27 19:17:22 +0000
18@@ -19,7 +19,7 @@
19 libpulse-dev,
20 libhud-client1-dev,
21 libdee-qt5-dev (>= 3.0),
22- python2.7
23+ python,
24 Standards-Version: 3.9.3
25 Vcs-Bzr: lp:unity/phablet
26

Subscribers

People subscribed via source and target branches