~kubuntu-packagers/kubuntu-packaging/qtdoc-opensource-src

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Dmitry Shachnev
  • Date: 2013-08-28 18:12:29 UTC
  • Revision ID: mitya57@ubuntu.com-20130828181229-peh0q9djq1cgxpmf
Update to the latest Debian Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: qtdoc-opensource-src
2
2
Section: doc
3
3
Priority: optional
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 
4
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
6
5
Uploaders: Fathi Boudra <fabo@debian.org>,
7
6
           Modestas Vainius <modax@debian.org>,
8
7
           Sune Vuorela <debian@pusling.com>,
10
9
           Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
11
10
           Timo Jyrinki <timo@debian.org>
12
11
Build-Depends: debhelper (>= 9),
13
 
               dpkg-dev (>= 1.16.1),
14
 
               qt5-default,
15
 
               qtbase5-dev-tools (>= 5.0.2~),
16
 
               qttools5-dev-tools (>= 5.0.2~),
17
 
               libqt5sql5-sqlite
 
12
               libqt5sql5-sqlite,
 
13
               qtbase5-dev (>= 5.1.0~),
 
14
               qtbase5-dev-tools (>= 5.1.0~),
 
15
               qtdeclarative5-doc,
 
16
               qtdeclarative5-doc-html,
 
17
               qtgraphicaleffects5-doc,
 
18
               qtgraphicaleffects5-doc-html,
 
19
               qtmultimedia5-doc,
 
20
               qtmultimedia5-doc-html,
 
21
               qtscript5-doc,
 
22
               qtscript5-doc-html,
 
23
               qtsvg5-doc,
 
24
               qtsvg5-doc-html,
 
25
               qttools5-dev-tools (>= 5.1.0~),
 
26
               qttools5-doc,
 
27
               qttools5-doc-html,
 
28
               qtwebkit5-doc,
 
29
               qtwebkit5-doc-html,
 
30
               qtxmlpatterns5-doc,
 
31
               qtxmlpatterns5-doc-html
18
32
Standards-Version: 3.9.4
19
33
Homepage: http://qt-project.org/
20
34
Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtdoc.git
22
36
 
23
37
Package: qt5-doc
24
38
Architecture: all
25
 
Depends: ${misc:Depends}
 
39
Depends: qtdeclarative5-doc,
 
40
         qtgraphicaleffects5-doc,
 
41
         qtmultimedia5-doc,
 
42
         qtscript5-doc,
 
43
         qtsvg5-doc,
 
44
         qttools5-doc,
 
45
         qtwebkit5-doc,
 
46
         qtxmlpatterns5-doc,
 
47
         ${misc:Depends}
26
48
Suggests: qtbase5-dev, qttools5-dev-tools
27
49
Description: Qt 5 API Documentation
28
50
 Qt is a cross-platform C++ application framework. Qt's primary feature
37
59
 
38
60
Package: qt5-doc-html
39
61
Architecture: all
40
 
Depends: ${misc:Depends}
 
62
Depends: qtdeclarative5-doc-html,
 
63
         qtgraphicaleffects5-doc-html,
 
64
         qtmultimedia5-doc-html,
 
65
         qtscript5-doc-html,
 
66
         qtsvg5-doc-html,
 
67
         qttools5-doc-html,
 
68
         qtwebkit5-doc-html,
 
69
         qtxmlpatterns5-doc-html,
 
70
         ${misc:Depends}
41
71
Suggests: qtbase5-dev, qttools5-dev-tools, w3m | www-browser
42
72
Description: Qt 5 API documentation (HTML format)
43
73
 Qt is a cross-platform C++ application framework. Qt's primary feature
46
76
 This package contains the complete Qt 5 API documentation (HTML format).
47
77
 .
48
78
 The documentation is provided in HTML format.
49