aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-08-11 09:16:00 -0400
committerRob Austein <sra@hactrn.net>2019-08-11 09:16:00 -0400
commit20889185ee8b909eaebea8f9a19611b235d564e4 (patch)
tree4395b0dfa75997486532025ac2660272e892d49a /debian/control
parentad131ab1eaf568e345f4c97fb2bcfef85be1924a (diff)
Packaging (setuptools and Debian)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c8111db
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: zc
+Maintainer: Rob Austein <sra@hactrn.net>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: https://git.hactrn.net/sra/zc
+
+Package: python-zc
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-dnspython, python-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.
+