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

Subscribers

People subscribed via source and target branches