Source: python-haproxyadmin
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 python3-six,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/python-haproxyadmin
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/python-haproxyadmin.git
Homepage: https://github.com/unixsurfer/haproxyadmin

Package: python3-haproxyadmin
Architecture: all
Depends:
 python3-pbr,
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-haproxyadmin-doc,
Description: work with HAProxy via the stats socket
 Haproxyadmin is a Python library for interacting with HAProxy load balancer to
 perform operations such as enabling/disabling servers. It does that by issuing
 the appropriate commands over the stats socket provided by HAProxy. It also
 uses that stats socket for retrieving statistics and changing settings.

Package: python-haproxyadmin-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: work with HAProxy via the stats socket - doc
 Haproxyadmin is a Python library for interacting with HAProxy load balancer to
 perform operations such as enabling/disabling servers. It does that by issuing
 the appropriate commands over the stats socket provided by HAProxy. It also
 uses that stats socket for retrieving statistics and changing settings.
 .
 This package contains the documentation.
