Merge lp:~nskaggs/ubuntu-terminal-app/working-py3-jenkins into lp:~dpm/ubuntu-terminal-app/merge-plugin

Proposed by Nicholas Skaggs
Status: Merged
Merged at revision: 73
Proposed branch: lp:~nskaggs/ubuntu-terminal-app/working-py3-jenkins
Merge into: lp:~dpm/ubuntu-terminal-app/merge-plugin
Diff against target: 32 lines (+3/-3)
2 files modified
debian/control (+2/-2)
tests/autopilot/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-terminal-app/working-py3-jenkins
Reviewer Review Type Date Requested Status
David Planella Pending
Review via email: mp+218488@code.launchpad.net

Commit message

Fix python3 and jenkins

Description of the change

Fix python3 and jenkins

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/control'
2--- debian/control 2014-05-06 15:07:24 +0000
3+++ debian/control 2014-05-06 18:38:34 +0000
4@@ -3,7 +3,7 @@
5 Maintainer: Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>
6 Build-Depends: cmake,
7 debhelper (>= 9),
8- python,
9+ python3-all,
10 gettext,
11 qtbase5-dev,
12 qtdeclarative5-dev,
13@@ -31,7 +31,7 @@
14 Depends: ${misc:Depends},
15 ${shlibs:Depends},
16 ${misc:Pre-Depends},
17-Description: KDE Konsole QML plugin - qml terminal plugin
18+Description: KDE Konsole QML plugin - qml terminal plugin
19 Konsole is a terminal emulator from KDE. This is a ported
20 version for the Ubuntu Terminal app and does not require KDE.
21 .
22
23=== modified file 'tests/autopilot/CMakeLists.txt'
24--- tests/autopilot/CMakeLists.txt 2014-02-04 16:10:39 +0000
25+++ tests/autopilot/CMakeLists.txt 2014-05-06 18:38:34 +0000
26@@ -1,5 +1,5 @@
27 if(INSTALL_TESTS)
28-execute_process(COMMAND python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
29+execute_process(COMMAND python3 -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
30 OUTPUT_VARIABLE PYTHON_PACKAGE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)
31
32 install(DIRECTORY ${AUTOPILOT_DIR}

Subscribers

People subscribed via source and target branches