Merge lp:~thomir-deactivatedaccount/autopilot/split-packages into lp:autopilot

Proposed by Thomi Richards
Status: Merged
Approved by: Francis Ginther
Approved revision: 166
Merged at revision: 164
Proposed branch: lp:~thomir-deactivatedaccount/autopilot/split-packages
Merge into: lp:autopilot
Diff against target: 42 lines (+20/-0)
4 files modified
debian/control (+11/-0)
debian/python-autopilot-tests.pyinstall (+1/-0)
debian/python-autopilot.install (+1/-0)
debian/python-autopilot.pyinstall (+7/-0)
To merge this branch: bzr merge lp:~thomir-deactivatedaccount/autopilot/split-packages
Reviewer Review Type Date Requested Status
Francis Ginther Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+159511@code.launchpad.net

Commit message

Ship tests in a separate binary package.

Description of the change

This branch changes the packaging of autopilot - we now ship autopilot tests in a separate binary package. This is done because we will shortly start shipping much more in the test package.

To post a comment you must log in.
166. By Thomi Richards

Don't export DH_VERBOSE.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Built package and examined contents. It does what it claims to do.

review: Approve

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 2013-04-16 20:28:19 +0000
3+++ debian/control 2013-04-17 22:07:25 +0000
4@@ -46,3 +46,14 @@
5 keyboard. It also provides a lot of utilities linked to the X server
6 and detecting applications.
7
8+Package: python-autopilot-tests
9+Architecture: all
10+Depends: ${shlibs:Depends},
11+ ${misc:Depends},
12+ ${python:Depends},
13+ python-autopilot
14+Description: Tests for the autopilot functional test tool.
15+ This package contains tests for the python-autopilot package.
16+ You can use this package to verify that autopilot is functioning
17+ correctly, or to copy the techniques used in the autopilot tests
18+ themselves.
19
20=== added file 'debian/python-autopilot-tests.pyinstall'
21--- debian/python-autopilot-tests.pyinstall 1970-01-01 00:00:00 +0000
22+++ debian/python-autopilot-tests.pyinstall 2013-04-17 22:07:25 +0000
23@@ -0,0 +1,1 @@
24+autopilot/tests/*.py
25
26=== added file 'debian/python-autopilot.install'
27--- debian/python-autopilot.install 1970-01-01 00:00:00 +0000
28+++ debian/python-autopilot.install 2013-04-17 22:07:25 +0000
29@@ -0,0 +1,1 @@
30+usr/bin/autopilot /usr/bin/
31
32=== added file 'debian/python-autopilot.pyinstall'
33--- debian/python-autopilot.pyinstall 1970-01-01 00:00:00 +0000
34+++ debian/python-autopilot.pyinstall 2013-04-17 22:07:25 +0000
35@@ -0,0 +1,7 @@
36+autopilot/*.py
37+autopilot/display/*.py
38+autopilot/input/*.py
39+autopilot/introspection/*.py
40+autopilot/matchers/*.py
41+autopilot/process/*.py
42+autopilot/vis/*.py

Subscribers

People subscribed via source and target branches