Source: python-daemonize
Section: python
Priority: optional
Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Luca Weiss <luca@z3ntu.xyz>,
Build-Depends:
 debhelper (>= 9),
 python-all (>= 2.6.6-3~),
 python-setuptools,
 python3-all,
 python3-setuptools,
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python/python-daemonize.git
Vcs-Git: https://anonscm.debian.org/git/openstack/python/python-daemonize.git
Homepage: https://github.com/thesharp/daemonize

Package: python-daemonize
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Suggests:
 python-daemonize-doc,
Description: enable your code to run as a daemon process - Python 2.x
 Daemonize is a library for writing system daemons in Python. It has some bits
 from http://daemonize.sourceforge.net, and should work under Python 2.x and
 3.x.
 .
 This package contains the Python 2.x module.

Package: python3-daemonize
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-daemonize-doc,
Description: enable your code to run as a daemon process - Python 3.x
 Daemonize is a library for writing system daemons in Python. It has some bits
 from http://daemonize.sourceforge.net, and should work under Python 2.x and
 3.x.
 .
 This package contains the Python 3.x module.
