Source: zope.lifecycleevent
Section: zope
Priority: extra
Homepage: http://pypi.python.org/pypi/zope.lifecycleevent
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Gediminas Paulauskas <menesis@pov.lt>
Build-Depends: debhelper (>= 7),
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-van.pydeb
Standards-Version: 3.9.4
X-Python-Version: >= 2.6

Package: python-zope.lifecycleevent
Architecture: all
Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
Suggests: ${pydeb:Suggests}
Provides: ${pydeb:Provides}
Description: Object life-cycle events
 In Zope, events are used by components to inform each other about
 relevant new objects and object modifications.
 .
 To keep all subscribers up to date it is indispensable that the life
 cycle of an object is accompanied by various events.
