X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Fdebian%2Fcontrol;fp=libcitadel%2Fdebian%2Fcontrol;h=e532fa2fa386c0cd64acf20a1c5d0df46317703d;hb=1e469427836c211ae7c50cb84182338c55b2302f;hp=0000000000000000000000000000000000000000;hpb=9e34191779d10f2525144cdbc04c10ba7a4e4227;p=citadel.git diff --git a/libcitadel/debian/control b/libcitadel/debian/control new file mode 100644 index 000000000..e532fa2fa --- /dev/null +++ b/libcitadel/debian/control @@ -0,0 +1,32 @@ +Source: libcitadel +Section: libs +Priority: optional +Maintainer: Citadel Team +Uploaders: Wilfried Goesgens , Alexander Wirt +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: libcitadel1 +Architecture: any +Depends: ${shlibs:Depends} +Description: Citadel toolbox + This library contains the commonly used routines for the citadel suite. + +Package: libcitadel1-dbg +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, libcitadel1 (= ${Source-Version}) +Description: Debugging symbols for libcitadel1 + This library contains the commonly used routines for the citadel suite. + . + This package provides the debugging symbols. + +Package: libcitadel-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, pkg-config, + libcitadel1 (= ${Source-Version}) +Description: Development files for libcitadel1 + This library contains the commonly used routines for the citadel suite. + . + This package provides development files and static libraries.