~canonical-platform-qa/ubuntu-system-settings-online-accounts/launch_fixture

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: CI bot
  • Author(s): Alberto Mardegan
  • Date: 2014-05-30 13:30:01 UTC
  • mfrom: (107.1.13 master)
  • Revision ID: ps-jenkins@lists.canonical.com-20140530133001-an9lfy1dc1pfkifd
Release development branch

Features landing with this branch:
- Updating the ACL when applications are enabled/disabled in System Settings
- Write profile information in the XML files installed by click hooks
- Run tests with Python 3 autopilot.
- Merge signon-ui into online-accounts-ui 

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5
5
Build-Depends: debhelper (>= 9),
6
6
               pkg-config,
7
 
               python:any (>= 2.7),
 
7
               python3:any,
8
8
               libaccounts-qt5-dev,
 
9
               libnotify-dev,
 
10
               libsignon-qt5-dev,
9
11
               libsystemsettings-dev (>= 0.1+13.10.20130806),
10
12
               qt5-default,
11
13
               qtbase5-dev,
14
16
               qtdeclarative5-qtquick2-plugin,
15
17
               qtdeclarative5-test-plugin,
16
18
               qtdeclarative5-ubuntu-ui-toolkit-plugin,
 
19
               signon-plugins-dev,
17
20
               dbus-test-runner,
18
21
               xvfb,
19
22
Standards-Version: 3.9.4
32
35
         qtdeclarative5-accounts-plugin (>= 0.3),
33
36
         qtdeclarative5-ubuntu-ui-toolkit-plugin | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles,
34
37
         ubuntu-system-settings
 
38
Conflicts: signon-ui
 
39
Provides: signon-ui
 
40
Replaces: signon-ui
35
41
Description: Online Accounts setup for Ubuntu Touch
36
42
 Online Accounts setup utility for the Ubuntu Touch System Settings.
37
43
 
85
91
Section: debug
86
92
Priority: extra
87
93
Depends: ${misc:Depends},
88
 
         ${python:Depends},
 
94
         ${python3:Depends},
89
95
         autopilot-qt5,
90
96
         ubuntu-system-settings-online-accounts (>= ${binary:Version}),
91
97
         uoa-integration-tests,
92
98
         libqt5test5,
93
 
         python-autopilot,
 
99
         python3-autopilot,
94
100
Description: Online Accounts setup for Ubuntu Touch - tests
95
101
 Online Accounts setup utility for the Ubuntu Touch System Settings.
96
102
 .