chiark / gitweb /
first cut of gz support
[chiark-utils.git] / debian / control
1 Source: chiark-utils
2 Section: admin
3 Priority: extra
4 Maintainer: Matthew Vernon <matthew-chiark-utils@debian.org>
5 Uploaders: matthew@debian.org
6 Standards-Version: 2.1.1.0
7
8 Package: chiark-backup
9 Architecture: all
10 Depends: chiark-rwbuffer
11 Description: backup system for small systems and networks
12  These are the backup scripts used by chiark.greenend.org.uk and other
13  systems belonging to the Sinister Greenend Organisation.  Features:
14   * Suitable for single systems and small networks.
15   * Reasonably simple; they do what you tell it to.
16   * Hard failures when individual systems fail, to encourage fixing !
17  If you have a larger site you may wish to look at Amanda.
18
19 Package: chiark-named-conf
20 Architecture: all
21 Description: chiark-named-conf: checks nameserver configuration
22  chiark-named-conf is a tool for managing nameserver configurations
23  and checking for suspected DNS problems.  Its main functions are to
24  check that delegations are appropriate and working, that secondary
25  zones are slaved from the right places, and to generate a
26  configuration for BIND, from its own input file.
27
28 Package: sync-accounts
29 Architecture: all
30 Description: sync-accounts: simple but flexible account info synchroniser
31  sync-accounts is a tool for copying un*x account data from remote
32  systems and installing it locally.  It is flexible and reasonably
33  straightforward, but lacks integration with other distributed
34  databases such as NIS.
35
36 Package: chiark-rwbuffer
37 Architecture: any
38 Depends: ${shlibs:Depends}
39 Description: readbuffer/writebuffer: prevents tape drive seesawing, etc.
40  readbuffer and writebuffer: programs for reading input from devices,
41  and writing output to, which don't like constant stopping and
42  starting, such as tape drives and audio playback devices.