~tiagosh/messaging-app/sim-lock

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: messaging-app
Section: x11
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: cmake,
               debhelper (>= 9),
               dh-translations,
               python-flake8,
               pkg-config,
               python3,
               qml-module-qttest,
               qt5-default,
               qtbase5-dev (>= 5.0),
               qtdeclarative5-dev (>= 5.0),
               qtdeclarative5-dev-tools,
               qtdeclarative5-gsettings1.0,
               qtdeclarative5-ubuntu-ui-toolkit-plugin,
               qtdeclarative5-ubuntu-history0.1,
               qtpim5-dev,
               xvfb,
Standards-Version: 3.9.4
Homepage: https://launchpad.net/messaging-app
# If you aren't a member of ~phablet-team but need to upload packaging changes,
# just go ahead. ~phablet-team will notice and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/~phablet-team/messaging-app/trunk
Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/messaging-app/trunk/files
X-Ubuntu-Use-Langpack: yes

Package: messaging-app
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
         qtdeclarative5-ubuntu-history0.1 | qtdeclarative5-ubuntu-history-plugin,
         qtdeclarative5-ubuntu-telephony0.1 | qtdeclarative5-ubuntu-telephony-plugin,
         qtdeclarative5-ubuntu-contacts0.1 (>= 0.2+14.10.20140805),
         qtdeclarative5-qtcontacts-plugin,
         qml-module-qt-labs-settings,
         ttf-ancient-fonts-symbola,
Recommends: unity8 (>= 7.81.0~),
Description: messaging application for Ubuntu
 An application to send and receive messages.

Package: messaging-app-autopilot
Architecture: all
Section: debug
Depends: ${misc:Depends},
         autopilot-qt5,
         libqt5test5,
         libqt5widgets5,
         messaging-app (>= ${binary:Version}),
         python3-autopilot,
         ubuntu-ui-toolkit-autopilot,
         ofono-phonesim-autostart,
Description: autopilot tests for messaging-app
 This package contains the autopilot tests for messaging-app
 .
 These tests run against the ofono phone simulator (pulled in through
 ofono-phonesim-autostart).