chiark / gitweb /
Remove `qmail-checkspam'.
[misc] / debian / control
CommitLineData
b5284e05 1Source: nsict-utils
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
9Package: nsict-utils
10Architecture: all
11Section: utils
e3e2681b
MW
12Depends:
13 mdwopt-perl,
14 nsict-cdb,
15 locking,
e3e2681b
MW
16 nsict-mail,
17 if-mtu,
18 shadowfix,
19 zz,
20 gorp,
58b43082 21 mtimeout,
e3e2681b
MW
22 splitconf,
23 xtitle,
24 pause,
25 buf,
26 create,
27 inplace,
28 stamp,
29 space,
c818aced
MW
30 getpass,
31 hush
b5284e05 32Description: Dummy package for convenience.
33
34Package: mdwopt-perl
35Architecture: all
d44f4462 36Section: perl
b5284e05 37Depends: perl5
38Description: Options parser library for perl.
39
40Package: nsict-cdb
41Architecture: any
42Section: utils
b2ffb9b7 43Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
b5284e05 44Description: Simple utilities for messing with CDB files.
45
58b43082 46Package: mtimeout
e825e5a9
MW
47Architecture: any
48Section: utils
49Depends: ${shlibs:Depends}
50Description: Run a program for at most a given amount of time.
51
2e169b7e
MW
52Package: prlimit
53Architecture: linux-any
54Section: utils
55Depends: ${shlibs:Depends}
56Description: Run a program for at most a given amount of time.
57
b5284e05 58Package: locking
59Architecture: any
60Section: utils
61Depends: ${shlibs:Depends}
62Description: Run a program while holding a file lock.
63
b5284e05 64Package: nsict-mail
65Architecture: all
66Section: mail
67Depends: qmail, nsict-cdb, perl5, libmime-perl
68Description: Some simple scripts for mail handling.
69
70Package: if-mtu
71Architecture: any
72Section: utils
73Depends: ${shlibs:Depends}
74Description: Report the MTU of a network interface.
75
76Package: shadowfix
77Architecture: all
78Section: utils
79Depends: perl5, mdwopt-perl
80Description: Check and fix shadow password and group files.
81
82Package: zz
83Architecture: all
84Section: utils
85Description: Run a program, automatically decompressing its argument files.
86
87Package: xtitle
88Architecture: any
b2ffb9b7 89Depends: ${shlibs:Depends}
b5284e05 90Recommends: x-terminal-emulator
91Section: utils
b2ffb9b7 92Description: Simple program for messing with xterm (or compatible) title bars.
b5284e05 93
94Package: splitconf
95Architecture: all
96Depends: tclsh
97Section: utils
98Description: Gather little config files into one big one.
99
100Package: gorp
101Architecture: any
102Depends: ${shlibs:Depends}
103Section: utils
104Description: Print a random base64 string.
1dec4fa3 105
106Package: pause
107Architecture: any
108Depends: ${shlibs:Depends}
109Section: utils
110Description: Wait for a given time, or until a key is pressed.
111
3770fe80 112Package: buf
113Architecture: all
114Section: utils
115Description: Captures stdin in a temporary file and runs a command.
116
117Package: create
118Architecture: all
119Section: utils
120Description: Simple script encapsulating atomic file update.
121
122Package: inplace
123Architecture: all
124Section: utils
125Description: Update files in place safely.
223bbefb
MW
126
127Package: stamp
128Architecture: any
8ecbc361 129Depends: ${shlibs:Depends}
223bbefb
MW
130Section: utils
131Description: Like cat, but prefixing each line with a datestamp.
df33ee54 132
e3e2681b
MW
133Package: getpass
134Architecture: any
8ecbc361 135Depends: ${shlibs:Depends}
e3e2681b
MW
136Section: utils
137Description: Read a password without echoing; write it to stdout.
138
df33ee54
MW
139Package: space
140Architecture: any
8ecbc361 141Depends: ${shlibs:Depends}
df33ee54
MW
142Section: utils
143Description: Identify and fix problematic whitespace in text files.
144 The space program won't send you to the moon, but it will identify
145 and fix problems such as trailing whitespace and spaces before tabs.
146 It can safely update files in place, and could therefore be used as part
147 of a commit hook.
92f7c002
MW
148
149Package: x86-model
1cf61528 150Architecture: any-i386 any-amd64
8ecbc361 151Depends: ${shlibs:Depends}
92f7c002
MW
152Section: utils
153Description: Shows basic model information about x86 processors.
154 The cpuid program is probably better for most people.
c818aced
MW
155
156Package: hush
157Architecture: all
158Section: utils
159Description: Run a command, hiding its output in a logfile unless it fails
160 The hush program is useful for running noisy programs from cron or similar,
161 where you get spammed with uninteresting success reports. hush runs a
162 command, logging its output, but, unless the command actually fails, it
163 produces no output of its own.