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