| 1 |
Source: libcitadel
|
| 2 |
Section: libs
|
| 3 |
Priority: extra
|
| 4 |
Maintainer: Debian Citadel Team <pkg-citadel-devel@lists.alioth.debian.org>
|
| 5 |
Uploaders: Wilfried Goesgens <w.goesgens@outgesourced.org>, Michael Meskes <meskes@debian.org>, Alexander Wirt <formorer@debian.org>
|
| 6 |
Build-Depends: debhelper (>= 5), quilt (>= 0.40), zlib1g-dev
|
| 7 |
Standards-Version: 3.8.3
|
| 8 |
Vcs-Svn: svn://svn.debian.org/pkg-citadel/libcitadel/trunk
|
| 9 |
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-citadel/libcitadel/trunk/
|
| 10 |
Homepage: http://www.citadel.org/
|
| 11 |
|
| 12 |
Package: libcitadel2
|
| 13 |
Architecture: any
|
| 14 |
Depends: ${shlibs:Depends}, shared-mime-info
|
| 15 |
Description: Citadel toolbox
|
| 16 |
This library contains the commonly used routines for the citadel suite.
|
| 17 |
|
| 18 |
Package: libcitadel2-dbg
|
| 19 |
Section: debug
|
| 20 |
Architecture: any
|
| 21 |
Depends: ${shlibs:Depends}, libcitadel2 (= ${binary:Version})
|
| 22 |
Description: Debugging symbols for libcitadel2
|
| 23 |
This library contains the commonly used routines for the citadel suite.
|
| 24 |
.
|
| 25 |
This package provides the debugging symbols.
|
| 26 |
|
| 27 |
Package: libcitadel-dev
|
| 28 |
Section: libdevel
|
| 29 |
Architecture: any
|
| 30 |
Depends: ${shlibs:Depends}, pkg-config,
|
| 31 |
libcitadel2 (= ${binary:Version})
|
| 32 |
Description: Development files for libcitadel2
|
| 33 |
This library contains the commonly used routines for the citadel suite.
|
| 34 |
.
|
| 35 |
This package provides development files and static libraries.
|