summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-09-09 17:16:14 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-09-09 17:16:14 +0200
commit919779e2f12062d4dc6e6fa2f59c2d53e1c782f6 (patch)
tree59ae56f6a5bcbe67fad9b29b8e4347ebbc5ecb85 /debian/control
parent0f963fa4c3d05e0f8b297aeb20aa5d719f7ab31d (diff)
add debian dir
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c3c69fc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: python-vobject
+Section: python
+Priority: optional
+Maintainer: Guido Guenther <agx@sigxcpu.org>
+Build-Depends: cdbs, debhelper (>= 5), quilt, python-dev, python-support (>= 0.3)
+Standards-Version: 3.7.2
+
+Package: python-vobject
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-dateutil
+Description: parse iCalendar and VCards in python
+ Parses iCalendar and vCard files into Python data structures, decoding the
+ relevant encodings. Also serializes vobject data structures to valid iCalendar
+ or vCard unicode strings.