gai.c: Add program for name resolution using getaddrinfo(3).
[misc] / debian / control
... / ...
CommitLineData
1Source: distorted-utils
2Section: utils
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
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
9Standards-Version: 3.1.1
10
11Package: distorted-utils
12Architecture: any
13Section: utils
14Replaces: nsict-utils (<< 1.4.0~)
15Breaks: nsict-utils (<< 1.4.0~)
16Depends:
17 buf,
18 create,
19 distorted-cdb,
20 distorted-mail,
21 gai,
22 getpass,
23 gorp,
24 hush,
25 if-mtu,
26 inplace,
27 locking,
28 mdwopt-perl,
29 mtimeout,
30 mprlimit [linux-any],
31 pause,
32 prlimit [linux-any],
33 shadowfix,
34 space,
35 splitconf,
36 sshsvc-mkauthkeys,
37 stamp,
38 with-umask,
39 x86-model [any-i386 any-amd64],
40 xtitle,
41 zz
42Description: Dummy package for convenience.
43
44Package: buf
45Architecture: all
46Section: utils
47Description: Captures stdin in a temporary file and runs a command.
48
49Package: create
50Architecture: all
51Section: utils
52Description: Simple script encapsulating atomic file update.
53
54Package: distorted-cdb
55Architecture: any
56Section: utils
57Replaces: nsict-cdb (<< 1.4.0~)
58Breaks: nsict-cdb (<< 1.4.0~)
59Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
60Description: Simple utilities for messing with CDB files.
61
62Package: distorted-mail
63Architecture: all
64Section: mail
65Depends: ${shlibs:Depends}, qmail, distorted-cdb, perl, libmime-perl
66Description: Some simple scripts for mail handling.
67
68Package: gai
69Architecture: any
70Section: utils
71Depends: ${shlibs:Depends}
72Description: A tool for name resolution, exercising getaddrinfo(3).
73
74Package: getpass
75Architecture: any
76Depends: ${shlibs:Depends}
77Section: utils
78Description: Read a password without echoing; write it to stdout.
79
80Package: gorp
81Architecture: any
82Depends: ${shlibs:Depends}
83Section: utils
84Description: Print a random base64 string.
85
86Package: hush
87Architecture: all
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.
94
95Package: if-mtu
96Architecture: any
97Section: utils
98Depends: ${shlibs:Depends}
99Description: Report the MTU of a network interface.
100
101Package: inplace
102Architecture: all
103Section: utils
104Description: Update files in place safely.
105
106Package: locking
107Architecture: any
108Section: utils
109Depends: ${shlibs:Depends}
110Description: Run a program while holding a file lock.
111
112Package: mdwopt-perl
113Architecture: all
114Section: perl
115Depends: perl
116Description: Options parser library for perl.
117
118Package: mtimeout
119Architecture: any
120Section: utils
121Depends: ${shlibs:Depends}
122Description: Run a program for at most a given amount of time.
123
124Package: mprlimit
125Architecture: linux-any
126Section: utils
127Depends: ${shlibs:Depends}
128Description: Run a program for at most a given amount of time.
129
130Package: pause
131Architecture: any
132Depends: ${shlibs:Depends}
133Section: utils
134Description: Wait for a given time, or until a key is pressed.
135
136Package: prlimit
137Architecture: all
138Section: utils
139Depends: mprlimit
140Conflicts: util-linux (>= 2.24.2)
141Description: Run a program for at most a given amount of time.
142 This package provides a symlink to `mprlimit' for the sake of backwards
143 compatibility.
144
145Package: sema
146Architecture: any
147Depends: ${shlibs:Depends}
148Section: utils
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.
154
155Package: shadowfix
156Architecture: all
157Section: utils
158Depends: perl, mdwopt-perl
159Description: Check and fix shadow password and group files.
160
161Package: space
162Architecture: any
163Depends: ${shlibs:Depends}
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.
170
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
187Architecture: any
188Depends: ${shlibs:Depends}
189Section: utils
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.
196
197Package: x86-model
198Architecture: any-i386 any-amd64
199Depends: ${shlibs:Depends}
200Section: utils
201Description: Shows basic model information about x86 processors.
202 The cpuid program is probably better for most people.
203
204Package: xtitle
205Architecture: any
206Depends: ${shlibs:Depends}
207Recommends: x-terminal-emulator
208Section: utils
209Description: Simple program for messing with xterm (or compatible) title bars.
210
211Package: zz
212Architecture: all
213Section: utils
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.