chiark / gitweb /
@@ -2,7 +2,7 @@
[chiark-utils.git] / debian / control
1 Source: chiark-utils
2 Section: admin
3 Priority: extra
4 Maintainer: Ian and others <chiark-utils-maint@davenant.greenend.org.uk>
5 Standards-Version: 2.1.1.0
6
7 Package: chiark-backup
8 Architecture: all
9 Depends: chiark-rwbuffer
10 Description: backup system for small systems and networks
11  These are the backup scripts used by chiark.greenend.org.uk and other
12  systems belonging to the Sinister Greenend Organisation.  Features:
13   * Suitable for single systems and small networks.
14   * Reasonably simple; they do what you tell it to.
15   * Hard failures when individual systems fail, to encourage fixing !
16  If you have a larger site you may wish to look at Amanda.
17
18 Package: chiark-named-conf
19 Architecture: all
20 Description: chiark-named-conf: checks nameserver configuration
21  chiark-named-conf is a tool for managing nameserver configurations
22  and checking for suspected DNS problems.  Its main functions are to
23  check that delegations are appropriate and working, that secondary
24  zones are slaved from the right places, and to generate a
25  configuration for BIND, from its own input file.
26
27 Package: chiark-rwbuffer
28 Architecture: any
29 Depends: ${shlibs:Depends}
30 Description: readbuffer/writebuffer: prevents tape drive seesawing, etc.
31  readbuffer and writebuffer: programs for reading input from devices,
32  and writing output to, which don't like constant stopping and
33  starting, such as tape drives and audio playback devices.