prlimit: New program for fiddling with resource limits.
[misc] / debian / control
... / ...
CommitLineData
1Source: nsict-utils
2Section: utils
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5Build-Depends: tinycdb, cdbs, python, python-cdb,
6 catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libspamc-dev, 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 qmail-checkspam,
17 nsict-mail,
18 if-mtu,
19 shadowfix,
20 zz,
21 gorp,
22 mtimeout,
23 splitconf,
24 xtitle,
25 pause,
26 buf,
27 create,
28 inplace,
29 stamp,
30 space,
31 getpass
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: qmail-checkspam
65Architecture: any
66Section: mail
67Depends: ${shlibs:Depends}, qmail
68Suggests: spamassassin
69Description: Check mail for spamminess before queueing it.
70
71Package: nsict-mail
72Architecture: all
73Section: mail
74Depends: qmail, nsict-cdb, perl5, libmime-perl
75Description: Some simple scripts for mail handling.
76
77Package: if-mtu
78Architecture: any
79Section: utils
80Depends: ${shlibs:Depends}
81Description: Report the MTU of a network interface.
82
83Package: shadowfix
84Architecture: all
85Section: utils
86Depends: perl5, mdwopt-perl
87Description: Check and fix shadow password and group files.
88
89Package: zz
90Architecture: all
91Section: utils
92Description: Run a program, automatically decompressing its argument files.
93
94Package: xtitle
95Architecture: any
96Depends: ${shlibs:Depends}
97Recommends: x-terminal-emulator
98Section: utils
99Description: Simple program for messing with xterm (or compatible) title bars.
100
101Package: splitconf
102Architecture: all
103Depends: tclsh
104Section: utils
105Description: Gather little config files into one big one.
106
107Package: gorp
108Architecture: any
109Depends: ${shlibs:Depends}
110Section: utils
111Description: Print a random base64 string.
112
113Package: pause
114Architecture: any
115Depends: ${shlibs:Depends}
116Section: utils
117Description: Wait for a given time, or until a key is pressed.
118
119Package: buf
120Architecture: all
121Section: utils
122Description: Captures stdin in a temporary file and runs a command.
123
124Package: create
125Architecture: all
126Section: utils
127Description: Simple script encapsulating atomic file update.
128
129Package: inplace
130Architecture: all
131Section: utils
132Description: Update files in place safely.
133
134Package: stamp
135Architecture: any
136Section: utils
137Description: Like cat, but prefixing each line with a datestamp.
138
139Package: getpass
140Architecture: any
141Section: utils
142Description: Read a password without echoing; write it to stdout.
143
144Package: space
145Architecture: any
146Section: utils
147Description: Identify and fix problematic whitespace in text files.
148 The space program won't send you to the moon, but it will identify
149 and fix problems such as trailing whitespace and spaces before tabs.
150 It can safely update files in place, and could therefore be used as part
151 of a commit hook.
152
153Package: x86-model
154Architecture: any-i386, any-amd64
155Section: utils
156Description: Shows basic model information about x86 processors.
157 The cpuid program is probably better for most people.