~ci-train-bot/thumbnailer/thumbnailer-ubuntu-yakkety-landing-072

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: CI Train Bot
  • Author(s): Michi Henning
  • Date: 2015-09-15 11:04:11 UTC
  • mfrom: (125.1.2 landing150915)
  • Revision ID: ci-train-bot@canonical.com-20150915110411-233xw0fljaq7p2o0
Landing changes on devel to trunk.
Approved by: James Henstridge

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: libdevel
3
3
Priority: optional
4
4
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
Standards-Version: 3.9.4
 
5
Standards-Version: 3.9.6
6
6
Build-Depends: cmake,
7
7
               cmake-extras (>= 0.4),
8
8
               debhelper (>= 9),
 
9
               google-mock,
9
10
               gstreamer1.0-plugins-good,
10
11
               libapparmor-dev,
11
12
               libboost-filesystem-dev,
18
19
               libleveldb-dev,
19
20
               libqtdbustest1-dev,
20
21
               libunity-api-dev,
 
22
               persistent-cache-cpp-dev (>= 1.0.4),
21
23
               python3-tornado,
22
24
               qml-module-qtquick2,
23
25
               qml-module-qttest,
24
 
               qt5-default,
25
26
               qtbase5-dev,
26
27
               qtbase5-dev-tools,
27
28
               qtdeclarative5-dev,
28
29
               shared-mime-info,
29
30
               xvfb,
 
31
               doxygen,
30
32
Homepage: https://launchpad.net/thumbnailer
31
33
# if you don't have have commit access to this branch but would like to upload
32
34
# directly to Ubuntu, don't worry: your changes will be merged back into the
48
50
Package: qtdeclarative5-ubuntu-thumbnailer0.1
49
51
Architecture: any
50
52
Multi-Arch: same
 
53
Section: oldlibs
 
54
Depends: qml-module-ubuntu-thumbnailer0.1,
 
55
         ${misc:Depends},
 
56
Description: transitional dummy package for QML interface for the thumbnailer.
 
57
 This package provides image providers that allow access to the
 
58
 thumbnailer from Qt Quick 2 / QML applications
 
59
 .
 
60
 This is a transitional dummy package for qml-module-ubuntu-thumbnailer0.1
 
61
 which can be safely removed.
 
62
 
 
63
Package: qml-module-ubuntu-thumbnailer0.1
 
64
Architecture: any
 
65
Multi-Arch: same
51
66
Pre-Depends: ${misc:Pre-Depends},
52
67
Depends: ${misc:Depends},
53
68
         ${shlibs:Depends},
54
 
         thumbnailer-common (= ${binary:Version}),
 
69
         libthumbnailer-qt1.0 (= ${binary:Version}),
 
70
         thumbnailer-common (= ${source:Version}),
55
71
Provides: ubuntu-thumbnailer-impl,
56
72
          ubuntu-thumbnailer-impl-0,
57
73
Recommends: thumbnailer-service (= ${binary:Version}),
 
74
Breaks: qtdeclarative5-ubuntu-thumbnailer0.1 (<< 2.3~)
 
75
Replaces: qtdeclarative5-ubuntu-thumbnailer0.1 (<< 2.3~)
58
76
Description: QML interface for the thumbnailer.
59
77
 This package provides image providers that allow access to the
60
78
 thumbnailer from Qt Quick 2 / QML applications.
67
85
 This package provides common files for the thumbnailer service, such
68
86
 as default icons.
69
87
 
 
88
Package: libthumbnailer-qt1.0
 
89
Architecture: any
 
90
Multi-Arch: same
 
91
Pre-Depends: ${misc:Pre-Depends},
 
92
Depends: ${misc:Depends},
 
93
         ${shlibs:Depends},
 
94
         thumbnailer-service,
 
95
Description: Qt/C++ API to obtain thumbnails
 
96
 Library to obtain thumbnails
 
97
 
 
98
Package: libthumbnailer-qt-dev
 
99
Section: libdevel
 
100
Architecture: any
 
101
Multi-Arch: same
 
102
Pre-Depends: ${misc:Pre-Depends},
 
103
Depends: libthumbnailer-qt1.0 (= ${binary:Version}),
 
104
         ${misc:Depends},
 
105
Description: Header files for Thumbnailer API
 
106
 Library to obtain thumbnails (dev files)
 
107
 
 
108
Package: libthumbnailer-qt-doc
 
109
Section: doc
 
110
Architecture: all
 
111
Multi-Arch: foreign
 
112
Depends: ${misc:Depends},
 
113
Description: Documentation for Thumbnailer API
 
114
 Library to obtain thumbnails (documentation)