chiark / gitweb /
e6a33dcb91eb9ae6208b92adff7127bff3fed605
[chiark-utils.git] / debian / control
1 Source: chiark-utils
2 Section: admin
3 Priority: extra
4 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
5 Build-Depends: libx11-dev, libxmu-dev, nettle-dev, debhelper (>= 5),
6                libxdmcp-dev, libxau-dev, libice-dev, libsm-dev,
7                dh-python
8 Standards-Version: 3.9.1
9
10 Package: chiark-backup
11 Section: utils
12 Priority: extra
13 Architecture: all
14 Depends: chiark-rwbuffer, chiark-utils-bin, ${misc:Depends}
15 Suggests: chiark-utils-bin (>= 4.1.14)
16 Description: backup system for small systems and networks
17  These are the backup scripts used by chiark.greenend.org.uk and other
18  systems belonging to the Sinister Greenend Organisation.  Features:
19   * Suitable for single systems and small networks.
20   * Reasonably simple; they do what you tell it to.
21   * Hard failures when individual systems fail, to encourage fixing !
22  If you have a larger site you may wish to look at Amanda.
23
24 Package: chiark-scripts
25 Section: admin
26 Priority: extra
27 Conflicts: chiark-named-conf, sync-accounts
28 Replaces: chiark-named-conf, sync-accounts
29 Depends: ${misc:Depends}
30 Suggests: tcl8.4
31 Architecture: all
32 Description: chiark system administration scripts
33  This package contains a number of small administration scripts used
34  by chiark.greenend.org.uk and other systems belonging to the Sinister
35  Greenend Organisation.  Featuring:
36  .
37  chiark-named-conf: a tool for managing nameserver configurations
38  and checking for suspected DNS problems.  Its main functions are to
39  check that delegations are appropriate and working, that secondary
40  zones are slaved from the right places, and to generate a
41  configuration for BIND, from its own input file.
42  .
43  sync-accounts: a simple but flexible account info synchroniser.
44  sync-accounts is a tool for copying un*x account data from remote
45  systems and installing it locally.  It is flexible and reasonably
46  straightforward, but lacks integration with other distributed
47  databases such as NIS.
48  .
49  cvs-repomove and cvs-adjustroot: tools for moving CVS repositories
50  and adjusting working trees.
51  .
52  palm-datebook-reminders: a program which emails mails you reminders
53  about the appointments in your Palm's Datebook.
54  .
55  cvsweb-list: cgi program to list ucgi (userv-utils) cvsweb repos
56  .
57  expire-iso8601: keep or expire backup trees named after their dates
58  .
59  gnucap2genspic, ngspice2genspic, genspic2gnuplot: convert gnucap
60  files and ngspice output files to genspic and genspic files to
61  gnuplot input so they can be plotted.
62  .
63  hexterm: connects to serial port and allows the user interact in
64  ASCII and hex.  Ie, a hex "terminal" program which lets you speak a
65  serial port protocol directly.  (Needs tcl8.4 to be installed.)
66  .
67  git-branchmove, random-word, remountresizereiserfs,
68  summarise-mailbox-preserving-privacy
69
70 Package: chiark-rwbuffer
71 Section: utils
72 Priority: extra
73 Architecture: any
74 Depends: ${shlibs:Depends}, ${misc:Depends}
75 Description: readbuffer/writebuffer: prevents tape drive seesawing, etc.
76  readbuffer and writebuffer: programs for reading input from devices,
77  and writing output to, which don't like constant stopping and
78  starting, such as tape drives and audio playback devices.
79
80 Package: chiark-utils-bin
81 Architecture: any
82 Depends: ${shlibs:Depends}, ${misc:Depends}
83 Recommends: ${shlibs:Recommends}
84 Suggests: ${shlibs:Suggests}
85 Section: utils
86 Priority: extra
87 Description: chiark system administration utilities
88  This package contains a number of small administration scripts used
89  by chiark.greenend.org.uk and other systems belonging to the Sinister
90  Greenend Organisation.  Currently featuring only:
91  .
92  with-lock-ex: a simple tool for acquiring a lockfile before running
93  another program or script.
94  .
95  summer: a tool for reporting complete details about a filesystem tree
96  in a parseable format, including checksums.
97  .
98  xbatmon-simple: a very simple X client for displaying battery
99  charge status.
100  .
101  xduplic-copier: a very simple X client for typing into multiple windows
102  at once.
103  .
104  watershed: a utility for saving on superfluous executions of an
105  idempotent command.  (This is the same utility as shipped separately
106  in Ubuntu's udev, but with slightly different defaults and a
107  different install location.)
108  .
109  rcopy-repeatedly: a utility for repeatedly copying a file from one
110  host to another, to keep a copy constantly up to date.
111  .
112  acctdump: for reading process accounting files.
113  .
114  summer and watershed require the installation of the Recommended
115  crypto libraries; xbatmon-simple needs the Suggested X libraries.
116  .
117  cgi-fcgi-interp: for use with cgi-fcgi as a #! interpreter
118
119 Package: chiark-really
120 Section: admin
121 Priority: extra
122 Architecture: any
123 Depends: ${shlibs:Depends}, ${misc:Depends}
124 Description: really - a tool for gaining privilege (simple, realistic sudo)
125  really is a program that allows certain users to become whatever user
126  they like on request.  It is a bit like sudo in that respect.
127  However, really is simpler than sudo, and doesn't give the system
128  administrator any false security promises.  So really is less of a
129  general security risk to the system.
130  .
131  Unlike sudo it does not pretend that the called account can be any
132  more secure than the calling account, so there is never a need for a
133  password.  If you wanted to restrict which commands and functions the
134  called user can perform, use userv, not really or sudo.
135  .
136  Also unlike sudo, really only works if the calling user is supposed
137  to be equivalent to root.  But, really can also be used by
138  root-equivalent users to become any user, not just root; in this way
139  it can be a replacement for certain uses of su.