chiark / gitweb /
b80c83bb6cd16a022e7fe87097a193e5c4fa8d89
[chiark-utils.git] / debian / control
1 Source: chiark-utils
2 Section: admin
3 Priority: extra
4 Maintainer: Ian Jackson <ian@chiark.greenend.org.uk>
5 Build-Depends: libx11-dev, libnettle-dev
6 Uploaders: matthew@debian.org, Matthew Vernon <matthew-chiark-utils@debian.org>
7 Standards-Version: 3.2.1.0
8
9 Package: chiark-backup
10 Section: utils
11 Priority: extra
12 Architecture: all
13 Depends: chiark-rwbuffer
14 Suggests: chiark-cprogs (>= 4.1.14)
15 Description: backup system for small systems and networks
16  These are the backup scripts used by chiark.greenend.org.uk and other
17  systems belonging to the Sinister Greenend Organisation.  Features:
18   * Suitable for single systems and small networks.
19   * Reasonably simple; they do what you tell it to.
20   * Hard failures when individual systems fail, to encourage fixing !
21  If you have a larger site you may wish to look at Amanda.
22
23 Package: chiark-scripts
24 Section: admin
25 Priority: extra
26 Conflicts: chiark-named-conf, sync-accounts
27 Replaces: chiark-named-conf, sync-accounts
28 Architecture: all
29 Description: chiark system administration scripts
30  This package contains a number of small administration scripts used
31  by chiark.greenend.org.uk and other systems belonging to the Sinister
32  Greenend Organisation.  Featuring:
33  .
34  chiark-named-conf: a tool for managing nameserver configurations
35  and checking for suspected DNS problems.  Its main functions are to
36  check that delegations are appropriate and working, that secondary
37  zones are slaved from the right places, and to generate a
38  configuration for BIND, from its own input file.
39  .
40  sync-accounts: a simple but flexible account info synchroniser.
41  sync-accounts is a tool for copying un*x account data from remote
42  systems and installing it locally.  It is flexible and reasonably
43  straightforward, but lacks integration with other distributed
44  databases such as NIS.
45  .
46  cvs-repomove and cvs-adjustroot: tools for moving CVS repositories
47  and adjusting working trees.
48  .
49  palm-datebook-reminders: a program which emails mails you reminders
50  about the appointments in your Palm's Datebook.
51
52 Package: chiark-rwbuffer
53 Section: utils
54 Priority: extra
55 Architecture: any
56 Depends: ${shlibs:Depends}
57 Description: readbuffer/writebuffer: prevents tape drive seesawing, etc.
58  readbuffer and writebuffer: programs for reading input from devices,
59  and writing output to, which don't like constant stopping and
60  starting, such as tape drives and audio playback devices.
61
62 Package: chiark-utils-bin
63 Architecture: any
64 Depends: ${shlibs:Depends}
65 Suggests: ${shlibs:Suggests}
66 Section: utils
67 Priority: extra
68 Description: chiark system administration utilities
69  This package contains a number of small administration scripts used
70  by chiark.greenend.org.uk and other systems belonging to the Sinister
71  Greenend Organisation.  Currently featuring only:
72  .
73  with-lock-ex: a simple tool for acquiring a lockfile before running
74  another program or script.
75
76 Package: chiark-really
77 Section: admin
78 Priority: extra
79 Architecture: any
80 Depends: ${shlibs:Depends}
81 Description: really - a tool for gaining privilege (simple, realistic sudo)
82  really is a program that allows certain users to become whatever user
83  they like on request.  It is a bit like sudo in that respect.
84  However, really is simpler than sudo, and doesn't give the system
85  administrator any false security promises.  So really is less of a
86  general security risk to the system.
87  .
88  Unlike sudo it does not pretend that the called account can be any
89  more secure than the calling account. so there is never a need for a
90  password.  If you wanted to restrict which commands and functions the
91  called user can perform, use userv, not really or sudo.
92  .
93  Also unlike sudo, really only works if the calling user is supposed
94  to be equivalent to root.  But, really can also be used by
95  root-equivalent users to become any user, not just root; in this way
96  it can be a replacement for certain uses of su.