chiark / gitweb /
* backup-snaprsync: pass -I to rsync when copying rsums.
[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 Suggests: ${shlibs:Suggests}
65 Section: utils
66 Priority: extra
67 Description: chiark system administration utilities
68  This package contains a number of small administration scripts used
69  by chiark.greenend.org.uk and other systems belonging to the Sinister
70  Greenend Organisation.  Currently featuring only:
71  .
72  with-lock-ex: a simple tool for acquiring a lockfile before running
73  another program or script.
74  .
75  summer: a tool for reporting complete details about a filesystem tree
76  in a parseable format, including checksums.
77  .
78  xacpi-simple: a very simple X client for displaying ACPI battery
79  charge status.
80  .
81  watershed: a utility for saving on superfluous executions of an
82  idempotent command.  (This is the same utility as shipped separately
83  in Ubuntu's udev, but with slightly different defaults and a
84  different install location.)
85
86 Package: chiark-really
87 Section: admin
88 Priority: extra
89 Architecture: any
90 Depends: ${shlibs:Depends}
91 Description: really - a tool for gaining privilege (simple, realistic sudo)
92  really is a program that allows certain users to become whatever user
93  they like on request.  It is a bit like sudo in that respect.
94  However, really is simpler than sudo, and doesn't give the system
95  administrator any false security promises.  So really is less of a
96  general security risk to the system.
97  .
98  Unlike sudo it does not pretend that the called account can be any
99  more secure than the calling account. so there is never a need for a
100  password.  If you wanted to restrict which commands and functions the
101  called user can perform, use userv, not really or sudo.
102  .
103  Also unlike sudo, really only works if the calling user is supposed
104  to be equivalent to root.  But, really can also be used by
105  root-equivalent users to become any user, not just root; in this way
106  it can be a replacement for certain uses of su.