File: control

package info (click to toggle)
zdaemon 2.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 352 kB
  • ctags: 322
  • sloc: python: 2,242; xml: 248; makefile: 11; sh: 1
file content (28 lines) | stat: -rw-r--r-- 1,211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: zdaemon
Section: zope
Priority: optional
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Brian Sutherland <brian@vanguardistas.net>,
           Fabio Tranchitella <kobold@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               python-all (>= 2.6.6-3~),
               python-setuptools
Build-Depends-Indep: python-zconfig,
                     python-zope.testing
Standards-Version: 3.9.3
X-Python-Version: >= 2.4
Homepage: http://pypi.python.org/pypi/zdaemon
Vcs-Svn: svn://svn.debian.org/pkg-zope/zdaemon/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zdaemon/trunk/

Package: python-zdaemon
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
Provides: ${python:Provides}
Conflicts: zope3
Description: daemon process control library and tools for Unix-based systems
 `zdaemon` is a Python package which provides APIs for managing applications
 run as daemons. Its principal use to date has been to manage the application
 server and storage server daemons for Zope / ZEO, although it is not limited
 to running Python-based applications (for instance, it has been used to manage
 the 'spread' daemon).