summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-17 22:49:14 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-17 23:13:08 +0200
commit20fc2d0a089cfbef4bc0e0d34c069727cc0271ec (patch)
tree5187089fc98a6166f3d7760c1a940ea195d0e123
parente66c3d74416749ef64254daa4e1a7d626e12b15f (diff)
conflict with calendarserver << 2.0
since older version rely on vobject bugs that are now fixed (http://trac.calendarserver.org/ticket/287) Closes: #491915
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 71149b9..29dc073 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Homepage: http://vobject.skyhouseconsulting.com/
Package: python-vobject
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-dateutil (>= 1.1)
+Conflicts: calendarserver (<< 2.0)
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