Ubuntu Pastebin

Paste from balloons at Mon, 27 Jul 2015 20:51:45 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
=== modified file 'debian/control'
--- debian/control	2014-10-28 18:55:15 +0000
+++ debian/control	2015-07-27 20:50:55 +0000
@@ -46,6 +46,7 @@
 Architecture: all
 Depends: libautopilot-qt,
          libqt5test5,
+         python3-lxml,
          ubuntu-clock-app (>= ${source:Version}),
          ubuntu-ui-toolkit-autopilot,
          ${misc:Depends},

=== modified file 'manifest.json.in'
--- manifest.json.in	2015-07-24 16:17:11 +0000
+++ manifest.json.in	2015-07-27 20:50:44 +0000
@@ -15,8 +15,13 @@
     "version": "3.5.@BZR_REVNO@",
     "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
     "x-test": {
-        "autopilot": "ubuntu_clock_app"
-    },
+        "autopilot": {
+            "autopilot_module": "@AUTOPILOT_DIR@",
+            "depends": [
+                "python3-lxml"
+            ]
+        }
+    }
     "x-source": {
         "vcs-bzr": "@BZR_SOURCE@",
         "vcs-bzr-revno": "@BZR_REVNO@"
Download as text