chiark / gitweb /
better treatment of dependencies
[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 Standards-Version: 3.2.1.0
7
8 Package: chiark-backup
9 Section: utils
10 Priority: extra
11 Architecture: all
12 Depends: chiark-rwbuffer
13 Suggests: chiark-cprogs (>= 4.1.14)
14 Description: backup system for small systems and networks
15  These are the backup scripts used by chiark.greenend.org.uk and other
16  systems belonging to the Sinister Greenend Organisation.  Features:
17   * Suitable for single systems and small networks.
18   * Reasonably simple; they do what you tell it to.
19   * Hard failures when individual systems fail, to encourage fixing !
20  If you have a larger site you may wish to look at Amanda.
21
22 Package: chiark-scripts
23 Section: admin
24 Priority: extra
25 Conflicts: chiark-named-conf, sync-accounts
26 Replaces: chiark-named-conf, sync-accounts
27 Architecture: all
28 Description: chiark system administration scripts
29  This package contains a number of small administration scripts used
30  by chiark.greenend.org.uk and other systems belonging to the Sinister
31  Greenend Organisation.  Featuring:
32  .
33  chiark-named-conf: a tool for managing nameserver configurations
34  and checking for suspected DNS problems.  Its main functions are to
35  check that delegations are appropriate and working, that secondary
36  zones are slaved from the right places, and to generate a
37  configuration for BIND, from its own input file.
38  .
39  sync-accounts: a simple but flexible account info synchroniser.
40  sync-accounts is a tool for copying un*x account data from remote
41  systems and installing it locally.  It is flexible and reasonably
42  straightforward, but lacks integration with other distributed
43  databases such as NIS.
44  .
45  cvs-repomove and cvs-adjustroot: tools for moving CVS repositories
46  and adjusting working trees.
47  .
48  palm-datebook-reminders: a program which emails mails you reminders
49  about the appointments in your Palm's Datebook.
50
51 Package: chiark-rwbuffer
52 Section: utils
53 Priority: extra
54 Architecture: any
55 Depends: ${shlibs:Depends}
56 Description: readbuffer/writebuffer: prevents tape drive seesawing, etc.
57  readbuffer and writebuffer: programs for reading input from devices,
58  and writing output to, which don't like constant stopping and
59  starting, such as tape drives and audio playback devices.
60
61 Package: chiark-utils-bin
62 Architecture: any
63 Depends: ${shlibs:Depends}
64 Recommends: ${shlibs:Recommends}
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  summer: a tool for reporting complete details about a filesystem tree
77  in a parseable format, including checksums.
78  .
79  xacpi-simple: a very simple X client for displaying ACPI battery
80  charge status.
81  .
82  watershed: a utility for saving on superfluous executions of an
83  idempotent command.  (This is the same utility as shipped separately
84  in Ubuntu's udev, but with slightly different defaults and a
85  different install location.)
86  .
87  summer and watershed require the installation of the Recommended
88  crypto libraries; xacpi-simple needs the Suggested X libraries.
89
90 Package: chiark-really
91 Section: admin
92 Priority: extra
93 Architecture: any
94 Depends: ${shlibs:Depends}
95 Description: really - a tool for gaining privilege (simple, realistic sudo)
96  really is a program that allows certain users to become whatever user
97  they like on request.  It is a bit like sudo in that respect.
98  However, really is simpler than sudo, and doesn't give the system
99  administrator any false security promises.  So really is less of a
100  general security risk to the system.
101  .
102  Unlike sudo it does not pretend that the called account can be any
103  more secure than the calling account. so there is never a need for a
104  password.  If you wanted to restrict which commands and functions the
105  called user can perform, use userv, not really or sudo.
106  .
107  Also unlike sudo, really only works if the calling user is supposed
108  to be equivalent to root.  But, really can also be used by
109  root-equivalent users to become any user, not just root; in this way
110  it can be a replacement for certain uses of su.