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