Release 1.4.0.
[misc] / debian / control
CommitLineData
926e521f 1Source: distorted-utils
b5284e05 2Section: utils
3Priority: extra
4363f814 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
b88c529e 5Build-Depends: tinycdb, debhelper (>= 9), python, python-cdb,
413f7540 6 catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libcdb-dev
b5284e05 7Standards-Version: 3.1.1
8
926e521f 9Package: distorted-utils
b5284e05 10Architecture: all
11Section: utils
926e521f
MW
12Replaces: nsict-utils (<< 1.4.0~)
13Breaks: nsict-utils (<< 1.4.0~)
e3e2681b
MW
14Depends:
15 mdwopt-perl,
926e521f 16 distorted-cdb,
e3e2681b 17 locking,
926e521f 18 distorted-mail,
e3e2681b
MW
19 if-mtu,
20 shadowfix,
21 zz,
22 gorp,
58b43082 23 mtimeout,
e3e2681b
MW
24 splitconf,
25 xtitle,
26 pause,
27 buf,
28 create,
29 inplace,
30 stamp,
31 space,
c818aced 32 getpass,
acc156eb 33 hush,
b9ee4e83
MW
34 with-umask,
35 sshsvc-mkauthkeys
b5284e05 36Description: Dummy package for convenience.
37
926e521f
MW
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
b5284e05 45Package: mdwopt-perl
46Architecture: all
d44f4462 47Section: perl
b5284e05 48Depends: perl5
49Description: Options parser library for perl.
50
926e521f 51Package: distorted-cdb
b5284e05 52Architecture: any
53Section: utils
b2ffb9b7 54Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
b5284e05 55Description: Simple utilities for messing with CDB files.
56
926e521f
MW
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
58b43082 64Package: mtimeout
e825e5a9
MW
65Architecture: any
66Section: utils
67Depends: ${shlibs:Depends}
68Description: Run a program for at most a given amount of time.
69
2e169b7e
MW
70Package: prlimit
71Architecture: linux-any
72Section: utils
73Depends: ${shlibs:Depends}
74Description: Run a program for at most a given amount of time.
75
b5284e05 76Package: locking
77Architecture: any
78Section: utils
79Depends: ${shlibs:Depends}
80Description: Run a program while holding a file lock.
81
926e521f 82Package: distorted-mail
b5284e05 83Architecture: all
84Section: mail
85Depends: qmail, nsict-cdb, perl5, libmime-perl
86Description: Some simple scripts for mail handling.
87
926e521f
MW
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
b5284e05 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
b2ffb9b7 114Depends: ${shlibs:Depends}
b5284e05 115Recommends: x-terminal-emulator
116Section: utils
b2ffb9b7 117Description: Simple program for messing with xterm (or compatible) title bars.
b5284e05 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.
1dec4fa3 130
131Package: pause
132Architecture: any
133Depends: ${shlibs:Depends}
134Section: utils
135Description: Wait for a given time, or until a key is pressed.
136
3770fe80 137Package: buf
138Architecture: all
139Section: utils
140Description: Captures stdin in a temporary file and runs a command.
141
3dd40cc8
MW
142Package: with-umask
143Architecture: all
144Section: utils
145Description: Runs a command with a given umask.
146
3770fe80 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.
223bbefb
MW
156
157Package: stamp
158Architecture: any
8ecbc361 159Depends: ${shlibs:Depends}
223bbefb
MW
160Section: utils
161Description: Like cat, but prefixing each line with a datestamp.
df33ee54 162
e3e2681b
MW
163Package: getpass
164Architecture: any
8ecbc361 165Depends: ${shlibs:Depends}
e3e2681b
MW
166Section: utils
167Description: Read a password without echoing; write it to stdout.
168
df33ee54
MW
169Package: space
170Architecture: any
8ecbc361 171Depends: ${shlibs:Depends}
df33ee54
MW
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.
92f7c002
MW
178
179Package: x86-model
1cf61528 180Architecture: any-i386 any-amd64
8ecbc361 181Depends: ${shlibs:Depends}
92f7c002
MW
182Section: utils
183Description: Shows basic model information about x86 processors.
184 The cpuid program is probably better for most people.
c818aced
MW
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.
b9ee4e83
MW
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.