* create .pc file, seems to be a good thing to do.
[citadel.git] / libcitadel / debian / control
1 Source: libcitadel
2 Section: libs
3 Priority: optional
4 Maintainer: Citadel Team <room_citadel_development@uncensored.citadel.org>
5 Uploaders: Wilfried Goesgens <w.goesgens@outgesourced.org>, Alexander Wirt <formorer@debian.org>
6 Build-Depends: debhelper (>= 5)
7 Standards-Version: 3.7.2
8
9 Package: libcitadel1
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Description: Citadel toolbox
13  This library contains the commonly used routines for the citadel suite.
14
15 Package: libcitadel1-dbg
16 Section: libdevel
17 Architecture: any
18 Depends: ${shlibs:Depends}, libcitadel1 (= ${Source-Version})
19 Description: Debugging symbols for libcitadel1
20  This library contains the commonly used routines for the citadel suite.
21  .
22  This package provides the debugging symbols.
23
24 Package: libcitadel-dev
25 Section: libdevel
26 Architecture: any
27 Depends: ${shlibs:Depends}, pkg-config,
28  libcitadel1 (= ${Source-Version})
29 Description: Development files for libcitadel1
30  This library contains the commonly used routines for the citadel suite.
31  .
32  This package provides development files and static libraries.