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