Merge lp:~sergiusens/camera-app/autopilot-destination into lp:camera-app

Proposed by Sergio Schvezov
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: no longer in the source branch.
Merged at revision: 111
Proposed branch: lp:~sergiusens/camera-app/autopilot-destination
Merge into: lp:camera-app
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/camera-app/autopilot-destination
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Gustavo Pichorim Boiko (community) Approve
Review via email: mp+155350@code.launchpad.net

Commit message

changing build dependency from python2.7 to python for autopilot install

Description of the change

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

-- Configuring incomplete, errors occurred!
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON returned exit code 1

To post a comment you must log in.
Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

Looks good and this same fix worked in phone-app, so approving it.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
111. By Sergio Schvezov

changing build dependency from python2.7 to python for autopilot install.

Approved by PS Jenkins bot, Gustavo Pichorim Boiko.

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-22 13:40:40 +0000
3+++ debian/changelog 2013-03-25 21:14:20 +0000
4@@ -1,3 +1,9 @@
5+camera-app (2.7-0phablet1) quantal; urgency=low
6+
7+ * Changing packaging dependencies to work with raring
8+
9+ -- Sergio Schvezov <sergio.schvezov@canonical.com> Mon, 25 Mar 2013 18:10:05 -0300
10+
11 camera-app (2.7) quantal; urgency=low
12
13 * Release new package version with Qt 5.0.1 support.
14
15=== modified file 'debian/control'
16--- debian/control 2013-03-18 18:18:54 +0000
17+++ debian/control 2013-03-25 21:14:20 +0000
18@@ -14,7 +14,7 @@
19 libgl-dev,
20 libgles2-mesa-dev,
21 qt-components-ubuntu,
22- python2.7,
23+ python,
24 Standards-Version: 3.9.3
25 Vcs-Bzr: lp:camera-app
26

Subscribers

People subscribed via source and target branches