summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
commitfec6336699f34758d3e6cb41b2edf902fedb9035 (patch)
tree8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /debian/control
parent7dbffd7e2b0067e834801617c5c486e3177f6709 (diff)
downloadlibical-master.tar.gz
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control61
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.