Release 1.4.0.
[misc] / debian / control
... / ...
CommitLineData
1Source: distorted-utils
2Section: utils
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5Build-Depends: tinycdb, debhelper (>= 9), python, python-cdb,
6 catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libcdb-dev
7Standards-Version: 3.1.1
8
9Package: distorted-utils
10Architecture: all
11Section: utils
12Replaces: nsict-utils (<< 1.4.0~)
13Breaks: nsict-utils (<< 1.4.0~)
14Depends:
15 mdwopt-perl,
16 distorted-cdb,
17 locking,
18 distorted-mail,
19 if-mtu,
20 shadowfix,
21 zz,
22 gorp,
23 mtimeout,
24 splitconf,
25 xtitle,
26 pause,
27 buf,
28 create,
29 inplace,
30 stamp,
31 space,
32 getpass,
33 hush,
34 with-umask,
35 sshsvc-mkauthkeys
36Description: Dummy package for convenience.
37
38Package: nsict-utils
39Architecture: all
40Section: oldlibs
41Depends: distorted-utils
42Description: Dummy package for transition.
43 This is a transitional dummy package. It can safely be removed.
44
45Package: mdwopt-perl
46Architecture: all
47Section: perl
48Depends: perl5
49Description: Options parser library for perl.
50
51Package: distorted-cdb
52Architecture: any
53Section: utils
54Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
55Description: Simple utilities for messing with CDB files.
56
57Package: nsict-cdb
58Architecture: all
59Section: oldlibs
60Depends: distorted-cdb
61Description: Dummy package for transition.
62 This is a transitional dummy package. It can safely be removed.
63
64Package: mtimeout
65Architecture: any
66Section: utils
67Depends: ${shlibs:Depends}
68Description: Run a program for at most a given amount of time.
69
70Package: prlimit
71Architecture: linux-any
72Section: utils
73Depends: ${shlibs:Depends}
74Description: Run a program for at most a given amount of time.
75
76Package: locking
77Architecture: any
78Section: utils
79Depends: ${shlibs:Depends}
80Description: Run a program while holding a file lock.
81
82Package: distorted-mail
83Architecture: all
84Section: mail
85Depends: qmail, nsict-cdb, perl5, libmime-perl
86Description: Some simple scripts for mail handling.
87
88Package: nsict-mail
89Architecture: all
90Section: oldlibs
91Depends: distorted-mail
92Description: Dummy package for transition.
93 This is a transitional dummy package. It can safely be removed.
94
95Package: if-mtu
96Architecture: any
97Section: utils
98Depends: ${shlibs:Depends}
99Description: Report the MTU of a network interface.
100
101Package: shadowfix
102Architecture: all
103Section: utils
104Depends: perl5, mdwopt-perl
105Description: Check and fix shadow password and group files.
106
107Package: zz
108Architecture: all
109Section: utils
110Description: Run a program, automatically decompressing its argument files.
111
112Package: xtitle
113Architecture: any
114Depends: ${shlibs:Depends}
115Recommends: x-terminal-emulator
116Section: utils
117Description: Simple program for messing with xterm (or compatible) title bars.
118
119Package: splitconf
120Architecture: all
121Depends: tclsh
122Section: utils
123Description: Gather little config files into one big one.
124
125Package: gorp
126Architecture: any
127Depends: ${shlibs:Depends}
128Section: utils
129Description: Print a random base64 string.
130
131Package: pause
132Architecture: any
133Depends: ${shlibs:Depends}
134Section: utils
135Description: Wait for a given time, or until a key is pressed.
136
137Package: buf
138Architecture: all
139Section: utils
140Description: Captures stdin in a temporary file and runs a command.
141
142Package: with-umask
143Architecture: all
144Section: utils
145Description: Runs a command with a given umask.
146
147Package: create
148Architecture: all
149Section: utils
150Description: Simple script encapsulating atomic file update.
151
152Package: inplace
153Architecture: all
154Section: utils
155Description: Update files in place safely.
156
157Package: stamp
158Architecture: any
159Depends: ${shlibs:Depends}
160Section: utils
161Description: Like cat, but prefixing each line with a datestamp.
162
163Package: getpass
164Architecture: any
165Depends: ${shlibs:Depends}
166Section: utils
167Description: Read a password without echoing; write it to stdout.
168
169Package: space
170Architecture: any
171Depends: ${shlibs:Depends}
172Section: utils
173Description: Identify and fix problematic whitespace in text files.
174 The space program won't send you to the moon, but it will identify
175 and fix problems such as trailing whitespace and spaces before tabs.
176 It can safely update files in place, and could therefore be used as part
177 of a commit hook.
178
179Package: x86-model
180Architecture: any-i386 any-amd64
181Depends: ${shlibs:Depends}
182Section: utils
183Description: Shows basic model information about x86 processors.
184 The cpuid program is probably better for most people.
185
186Package: hush
187Architecture: all
188Section: utils
189Description: Run a command, hiding its output in a logfile unless it fails
190 The hush program is useful for running noisy programs from cron or similar,
191 where you get spammed with uninteresting success reports. hush runs a
192 command, logging its output, but, unless the command actually fails, it
193 produces no output of its own.
194
195Package: sshsvc-mkauthkeys
196Architecture: all
197Section: utils
198Description: Construct .ssh/authorized_keys files for SSH services.
199 SSH is a fine way to provide services to external users. It conveniently
200 takes care of details like authenticating users and encrypting
201 communications. Unfortunately, managing the key files is rather painful.
202 This simple script does a lot of the heavy lifting.