source: trunk/src/3rdparty/libgq/debian/control

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 1.3 KB
Line 
1Source: libgq
2Section: libs
3Priority: extra
4Maintainer: Marius Vollmer <marius.vollmer@nokia.com>
5Origin: maemo
6Build-Depends: debhelper (>= 7), libqt4-dev, doxygen, libgconf2-dev, libglib2.0-dev, autoconf, automake, libtool
7Vcs-Browser: http://gitorious.org/maemo-af/libgq
8Vcs-Git: git@gitorious.org:maemo-af/libgq.git
9
10Package: libgq-gconf0
11Architecture: any
12Depends: ${shlibs:Depends}
13Description: a Qt wrapper for GConf
14 This library contains the GConfItem class, for easy
15 access to GConf from Qt programs.
16 .
17 This package contains the shared run-time library.
18
19Package: libgq-gconf0-dbg
20Architecture: any
21Depends: libgq-gconf0 (= ${source:Version})
22Description: a Qt wrapper for GConf
23 This library contains the GConfItem class, for easy
24 access to GConf from Qt programs.
25 .
26 This package contains the debugging symbols.
27
28Package: libgq-gconf-dev
29Architecture: any
30Depends: libgq-gconf0 (= ${source:Version}), libqt4-dev, libgconf2-dev
31Description: a Qt wrapper for GConf
32 This library contains the GConfItem class, for easy
33 access to GConf from Qt programs.
34 .
35 This package contains the development files.
36
37Package: libgq-gconf-doc
38Architecture: all
39Description: a Qt wrapper for GConf
40 This library contains the GConfItem class, for easy
41 access to GConf from Qt programs.
42 .
43 This package contains the documentation.
Note: See TracBrowser for help on using the repository browser.