Merge lp:~elopio/ubuntu-autopilot-tests/fix_packaging into lp:ubuntu-autopilot-tests/ubuntu-experience-tests

Proposed by Leo Arias
Status: Merged
Approved by: Leo Arias
Approved revision: 24
Merged at revision: 24
Proposed branch: lp:~elopio/ubuntu-autopilot-tests/fix_packaging
Merge into: lp:ubuntu-autopilot-tests/ubuntu-experience-tests
Diff against target: 23 lines (+2/-0)
2 files modified
debian/control (+1/-0)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~elopio/ubuntu-autopilot-tests/fix_packaging
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Thomi Richards (community) Approve
Ubuntu Testcase Admins Pending
Review via email: mp+225426@code.launchpad.net

Commit message

Fixed the packaging to install ubuntu_experience_tests as a py3 library.

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

LGTM

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

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-06-19 03:40:59 +0000
3+++ debian/control 2014-07-03 05:14:20 +0000
4@@ -6,6 +6,7 @@
5 dh-python,
6 python3-all,
7 python3-flake8,
8+ python3-setuptools,
9 Standards-Version: 3.9.5
10 Homepage: https://launchpad.net/ubuntu-autopilot-tests/
11 Vcs-bzr: lp:ubuntu-autopilot-tests/ubuntu-experience-tests
12
13=== modified file 'debian/rules'
14--- debian/rules 2014-06-19 03:25:35 +0000
15+++ debian/rules 2014-07-03 05:14:20 +0000
16@@ -3,6 +3,7 @@
17
18 # Uncomment this to turn on verbose mode.
19 #export DH_VERBOSE=1
20+export PYBUILD_NAME=ubuntu_experience_tests
21
22 %:
23 dh $@ --fail-missing --with python3 --buildsystem pybuild

Subscribers

People subscribed via source and target branches