File: control

package info (click to toggle)
qt-x11 3%3A2.3.1-22
  • links: PTS
  • area: main
  • in suites: woody
  • size: 48,524 kB
  • ctags: 46,337
  • sloc: cpp: 260,077; ansic: 32,457; makefile: 31,131; yacc: 2,444; sh: 1,513; lex: 480; perl: 422; xml: 68; lisp: 15
file content (135 lines) | stat: -rw-r--r-- 4,811 bytes parent folder | download
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Source: qt-x11
Build-Depends: debhelper (>> 3.0.0), xlibs-dev (>= 4.1.0-0), libjpeg62-dev | libjpeg-dev, zlib1g-dev | libz-dev, libmng-dev (>= 1.0.3-2), byacc, libpng2-dev (>= 1.0.12-3), libfreetype6-dev, binutils-dev (>= 2.11.92.0.5-3), xlibmesa-dev (>= 4.1.0-0) | libgl-dev
Section: libs
Priority: optional
Maintainer: Ivan E. Moore II <rkrusty@debian.org>
Standards-Version: 3.5.6

Package: libqt2
Architecture: any
Section: libs
Replaces: libqt2-dev
Depends: ${shlibs:Depends}
Suggests: anti-aliasing-howto
Conflicts: libqt2-dev
Description: Qt GUI Library (runtime version).
 This package contains the files necessary for running applications that use
 Qt.
 .
 This version is *NOT* compiled with OPENGL support.

Package: libqt2-mt
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Qt GUI Library (runtime threaded version).
 This package contains the files necessary for running applications that use
 Qt. 
 .
 This package is only needed for apps requiring a threaded version of Qt. 

Package: libqt-mt-dev
Architecture: any
Section: devel
Depends: libqt-dev (= ${Source-Version}), libqt2-mt (= ${Source-Version})
Suggests: qt-doc, qt-designer | kde-designer
Description: Qt GUI development headers (Threaded version)
 Qt is a complete framework for development of GUI, based on a set of
 C++ classes. 
 .
 This package is only needed if you plan on building threaded
 Qt applications.

Package: libqt2-gl
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Qt GUI Library (GL version).
 This package contains the files necessary for running applications that use
 Qt.
 .
 This package was built with gl support
 
Package: libqt-gl-dev
Architecture: any
Section: devel
Depends: libqt2-gl (= ${Source-Version}), libqt-dev (= ${Source-Version}), libgl-dev
Description: Qt GUI development libraries for GL version
 Qt is a complete framework for development of GUI, based on a set of
 C++ classes.
 .
 This package contains the development files necessary to build GL based
 Qt apps

Package: libqt-dev
Architecture: any
Section: devel
Replaces: libqt2-dev, libqt1g-dev
Depends: ${shlibs:Depends}, ${perl:Depends}, libqutil1 (= ${Source-Version}), uic (= ${Source-Version}) | kde-designer, xlibs-dev, libmng-dev, libpng2-dev (>= 1.0.12-3), libjpeg62-dev | libjpeg-dev, zlib1g-dev | libz-dev, libfreetype6-dev, libc6-dev
Suggests: qt-doc, qt-designer | kde-designer, libqt-mt-dev, tmake
Conflicts: libqt1g-dev, libqt2-dev
Description: Qt GUI development headers
 Qt is a complete framework for development of GUI, based on a set of
 C++ classes.  The header files, and *moc*, Qt's own Meta Object Compiler, 
 are included.

Package: qt-designer
Architecture: any
Section: devel
Replaces: kde-designer, qt3-tools
Depends: ${shlibs:Depends}, uic, libqt-dev
Recommends: qt-doc, qt-designer-doc
Conflicts: kde-designer, qt3-tools
Description: Qt GUI Designer
 This package contains Qt Designer.  Qt Designer is a tool that makes
 designing and implementing user interfaces a lot easier.  With Qt Designer,
 you will learn how to create your own dialogs and how to arrange the user
 interface elements in the dialogs so that the dialogs look both nice and
 natural and can accommodate various environments, like different languages
 and user settings.  
 .
 This package does NOT contain KDE widget support

Package: libqutil1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Qt Util Library
 This package contains libqutil.so.1
 .
 This is needed for Qt Designer and other applications

Package: uic
Architecture: any
Section: devel
Replaces: kde-designer, qt3-tools
Depends: ${shlibs:Depends}
Conflicts: kde-designer, qt3-tools
Description: Qt ui compiler
 This package contains the Qt ui compiler.  It is needed to build more and more
 Qt based applications.  There are 2 versions of this binary, one with KDE
 widget support and one without.  This one is compiled without.

Package: qt-designer-doc
Architecture: all
Section: doc
Replaces: qt-doc
Recommends: qt-designer | kde-designer
Suggests: www-browser
Description: Tutorial and reference documentation for Qt Designer
 This package contains all the HTML documentation for Qt Designer.  This
 includes the Tutorial and Reference bits needed by Designers help system.

Package: qt-doc
Architecture: all
Section: doc
Replaces: qt2-doc
Suggests: libqt-dev, www-browser, qt-designer | kde-designer
Conflicts: qt2-doc
Description: Tutorial and reference documentation and examples for Qt.
 This package contains examples, a tutorial, reference documentation and
 all of the man pages for Qt.
 .
 Qt is a complete framework for development of GUI, based on a set of
 C++ classes.  This package contains a rich set of examples as well as a
 complete tutorial and reference documentation for it.