Remove `qmail-checkspam'.
[misc] / debian / control
... / ...
CommitLineData
1Source: nsict-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: nsict-utils
10Architecture: all
11Section: utils
12Depends:
13 mdwopt-perl,
14 nsict-cdb,
15 locking,
16 nsict-mail,
17 if-mtu,
18 shadowfix,
19 zz,
20 gorp,
21 mtimeout,
22 splitconf,
23 xtitle,
24 pause,
25 buf,
26 create,
27 inplace,
28 stamp,
29 space,
30 getpass,
31 hush
32Description: Dummy package for convenience.
33
34Package: mdwopt-perl
35Architecture: all
36Section: perl
37Depends: perl5
38Description: Options parser library for perl.
39
40Package: nsict-cdb
41Architecture: any
42Section: utils
43Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
44Description: Simple utilities for messing with CDB files.
45
46Package: mtimeout
47Architecture: any
48Section: utils
49Depends: ${shlibs:Depends}
50Description: Run a program for at most a given amount of time.
51
52Package: prlimit
53Architecture: linux-any
54Section: utils
55Depends: ${shlibs:Depends}
56Description: Run a program for at most a given amount of time.
57
58Package: locking
59Architecture: any
60Section: utils
61Depends: ${shlibs:Depends}
62Description: Run a program while holding a file lock.
63
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
89Depends: ${shlibs:Depends}
90Recommends: x-terminal-emulator
91Section: utils
92Description: Simple program for messing with xterm (or compatible) title bars.
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.
105
106Package: pause
107Architecture: any
108Depends: ${shlibs:Depends}
109Section: utils
110Description: Wait for a given time, or until a key is pressed.
111
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.
126
127Package: stamp
128Architecture: any
129Depends: ${shlibs:Depends}
130Section: utils
131Description: Like cat, but prefixing each line with a datestamp.
132
133Package: getpass
134Architecture: any
135Depends: ${shlibs:Depends}
136Section: utils
137Description: Read a password without echoing; write it to stdout.
138
139Package: space
140Architecture: any
141Depends: ${shlibs:Depends}
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.
148
149Package: x86-model
150Architecture: any-i386 any-amd64
151Depends: ${shlibs:Depends}
152Section: utils
153Description: Shows basic model information about x86 processors.
154 The cpuid program is probably better for most people.
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.