Source: cobbler
Section: admin
Priority: optional
Maintainer: The Cobbler Authors <cobbler.project@gmail.com>
Build-Depends:
 git-core,
 python3 (>=3.6),
 python3-distro,
 python3-setuptools,
 python3-setuptools-scm,
 python3-netaddr,
 python3-requests,
 python3-schema,
 python3-cheetah,
 python3-dns,
 python3-sphinx,
 python3-yaml,
 libcobblersignatures,
 dh-python,
 debhelper (>=12)
Standards-Version: 4.5.1
Homepage: https://cobbler.github.io/

Package: cobbler
Architecture: all
Depends:
 systemd,
 tftpd-hpa | atftpd,
 fence-agents,
 rsync,
 xorriso,
 python3,
 ${python3:Depends},
 ${misc:Depends}
Suggests:
 createrepo-c,
 createrepo,
 logrotate,
 python3-librepo,
 python3-docker
Description: Install server
 Cobbler is a PXE based network install server.
 Cobbler's advanced features include importing distributions
 from DVDs and rsync mirrors, automatic installation templating,
 integrated yum mirroring, and built-in DHCP/DNS Management.
 Cobbler has a Python and XMLRPC API for integration with other
 applications. There is also a web interface available.

Package: cobbler-tests
Architecture: all
Depends:
 cobbler,
 ${python3:Depends},
 ${misc:Depends}
Description: Unit test for Cobbler
 Unit test files from the Cobbler project

Package: cobbler-tests-containers
Architecture: all
Depends:
 cobbler,
 ${python3:Depends},
 ${misc:Depends}
Description: Files to test Cobbler in containers
 Dockerfiles and scripts to setup testing containers

Package: cobbler-apache2
Architecture: all
Depends: cobbler (= ${binary:Version}), apache2 | httpd, ${misc:Depends}
Description: Apache/httpd virtual host configuration for Cobbler
 Apache/httpd virtual host configuration exposing Cobbler's web-facing endpoints (auto-installation
 templates, kickstart/preseed files, /cblr/svc, /cobbler_api) via a reverse proxy to cobblerd/Gunicorn.

Package: cobbler-nginx
Architecture: all
Depends: cobbler (= ${binary:Version}), ${misc:Depends}
Description: Nginx virtual host configuration for Cobbler
 Nginx virtual host configuration exposing Cobbler's web-facing endpoints via a reverse proxy to
 cobblerd/Gunicorn.
