diff options
| author | Christopher Lee <chris.lee@canonical.com> | 2013-05-20 16:45:44 +1200 |
|---|---|---|
| committer | Christopher Lee <chris.lee@canonical.com> | 2013-05-20 16:45:44 +1200 |
| commit | 3f329380f61b4c9b536fc59fb9672fd04193c2bc (patch) | |
| tree | f8d969658565d601272c740674c476044f1337f1 | |
| parent | 729c28e59b4bea23903b10a261db0061cec85102 (diff) | |
Fixed depends for unity-autopilot
(bzr r3316.3.9)
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 67c8095e8..35c1a3439 100644 --- a/debian/control +++ b/debian/control @@ -176,7 +176,7 @@ Depends: ${misc:Depends}, python-testtools, python-xdg, python-xlib, - libxpathselect (>= 1.3), + libxpathselect1.3 (>= 1.3), Description: Autopiloted tests for Unity We test Unity automatically through autopilot, a framework which enables us to trigger keyboard and mouse events on the fly as well as introspecting |
