~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Tarmac
  • Author(s): Olivier Tilloy
  • Date: 2013-09-03 15:28:32 UTC
  • mfrom: (98.2.2 fix-ap-test-assumption)
  • Revision ID: tarmac-20130903152832-p8fp3lnggz6w39w3
Do not assume there will always be a label with the given text.

Approved by Ubuntu Phone Apps Jenkins Bot, Kunal Parmar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: calendar-app
2
2
Priority: extra
3
3
Maintainer: Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>
4
 
Build-Depends: cmake,
5
 
               debhelper (>= 9),
6
 
               intltool,
7
 
               python3,
8
 
               qtdeclarative5-dev-tools,
9
 
               qt5-default,
10
 
               qtdeclarative5-qtquick2-plugin,
11
 
               qtdeclarative5-test-plugin,
 
4
Build-Depends: debhelper (>= 9), 
12
5
Standards-Version: 3.9.4
13
6
Section: misc
14
7
Homepage: https://launchpad.net/ubuntu-calendar-app
18
11
Architecture: all
19
12
Depends: ${misc:Depends},
20
13
         qmlscene,
21
 
         qtdeclarative5-quicklayouts-plugin,
 
14
         qtdeclarative5-localstorage-plugin,
 
15
         qtdeclarative5-qtquick2-plugin,
22
16
         qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
23
17
         ${misc:Depends},
24
 
         libqt5organizer5,
25
 
         qtdeclarative5-qtorganizer-plugin,
26
 
         qtorganizer5-eds,
27
 
         qtdeclarative5-ubuntu-syncmonitor0.1,
28
 
         ubuntu-mobile-icons | suru-icon-theme,
29
 
         libqt5contacts5,
30
 
         qtdeclarative5-qtcontacts-plugin,
31
 
         qtcontact5-galera,
32
18
Description: Calendar application for Ubuntu devices
33
19
 The Calendar application for Ubuntu devices lets you organise your life your
34
20
 way by month, week or daily diary.
39
25
 
40
26
Package: calendar-app-autopilot
41
27
Architecture: all
42
 
Depends: libautopilot-qt (>= 1.4),
 
28
Depends: libautopilot-qt,
43
29
         libqt5test5,
44
30
         calendar-app (= ${source:Version}),
45
 
         python3-dateutil,
 
31
         python-dateutil,
46
32
         ubuntu-ui-toolkit-autopilot,
47
 
         address-book-service-dummy,
48
 
         address-book-service-testability
49
33
Description: Autopilot tests for Ubuntu Calendar Application
50
34
 This package contains autopilot tests for the Ubuntu Calendar application.
51
35