control 878 B

12345678910111213141516171819202122
  1. Source: zc
  2. Maintainer: Rob Austein <sra@hactrn.net>
  3. Section: python
  4. Priority: optional
  5. Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
  6. Standards-Version: 3.9.6
  7. Homepage: https://git.hactrn.net/sra/zc
  8. Package: python-zc
  9. Architecture: all
  10. Depends: ${misc:Depends}, ${python:Depends}, python-dnspython, python-git
  11. Description: A DNS zone compiler
  12. This is a small tool for generating DNS zones from relatively
  13. simple text files, with some automation to handle complex or
  14. repetitive tasks and to automate generation of reverse zone data.
  15. .
  16. `zc` can be used either as a straightforward command line tool or as a
  17. pair of `pre-receive` and `post-receive` hooks in a bare git
  18. repository. In the latter mode, `zc` pulls its input data and
  19. configuration directly from commits pushed to the master branch in the
  20. git repository.