diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7a1022c --- /dev/null +++ b/debian/control @@ -0,0 +1,61 @@ +Source: libical +Section: libs +Priority: optional +Maintainer: Wilfried Goesgens <w.goesgens@outgesourced.org> +Uploaders: Fathi Boudra <fabo@debian.org> +Build-Depends: debhelper (>= 5.0.42), autotools-dev, tzdata, swig, + python-all-dev (>= 2.4.4), python-support (>= 0.5.6), python (>= 2.4.4) +XS-Python-Version: all +Standards-Version: 3.7.2 +Homepage: http://freeassociation.sourceforge.net + +Package: libical-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libical0 (= ${binary:Version}) +Description: iCalendar library implementation in C (development) + libical is an open source implementation of the IETF's iCalendar calendaring + and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components + and provides a C API for manipulating the component properties, parameters, + and subcomponents. + . + This package contains the libical development files. + +Package: libical0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, tzdata +Description: iCalendar library implementation in C (runtime) + libical is an open source implementation of the IETF's iCalendar calendaring + and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components + and provides a C API for manipulating the component properties, parameters, + and subcomponents. + . + This package contains the files necessary for running applications that use + the libical library. + +Package: libical0-dbg +Section: libs +Priority: extra +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libical0 (= ${binary:Version}) +Description: iCalendar library implementation in C (runtime) + libical is an open source implementation of the IETF's iCalendar calendaring + and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components + and provides a C API for manipulating the component properties, parameters, + and subcomponents. + . + This package contains the files necessary for running and debugging + applications that use the libical library. + +Package: python-libical +Section: python +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends}, libical0 (= ${binary:Version}) +Description: iCalendar library implementation python language bindings + libical is an open source implementation of the IETF's iCalendar calendaring + and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components + and provides a C API for manipulating the component properties, parameters, + and subcomponents. + . + This package contains the python language bindings. |