gai.c: Add program for name resolution using getaddrinfo(3).
[misc] / debian / control
1 Source: distorted-utils
2 Section: utils
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: debhelper (>= 9), pkg-config,
6 libcdb-dev, mlib-dev (>= 2.0.4), catacomb-dev (>= 2.1.1),
7 python, python-cdb,
8 tclsh
9 Standards-Version: 3.1.1
10
11 Package: distorted-utils
12 Architecture: any
13 Section: utils
14 Replaces: nsict-utils (<< 1.4.0~)
15 Breaks: nsict-utils (<< 1.4.0~)
16 Depends:
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
42 Description: Dummy package for convenience.
43
44 Package: buf
45 Architecture: all
46 Section: utils
47 Description: Captures stdin in a temporary file and runs a command.
48
49 Package: create
50 Architecture: all
51 Section: utils
52 Description: Simple script encapsulating atomic file update.
53
54 Package: distorted-cdb
55 Architecture: any
56 Section: utils
57 Replaces: nsict-cdb (<< 1.4.0~)
58 Breaks: nsict-cdb (<< 1.4.0~)
59 Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
60 Description: Simple utilities for messing with CDB files.
61
62 Package: distorted-mail
63 Architecture: all
64 Section: mail
65 Depends: ${shlibs:Depends}, qmail, distorted-cdb, perl, libmime-perl
66 Description: Some simple scripts for mail handling.
67
68 Package: gai
69 Architecture: any
70 Section: utils
71 Depends: ${shlibs:Depends}
72 Description: A tool for name resolution, exercising getaddrinfo(3).
73
74 Package: getpass
75 Architecture: any
76 Depends: ${shlibs:Depends}
77 Section: utils
78 Description: Read a password without echoing; write it to stdout.
79
80 Package: gorp
81 Architecture: any
82 Depends: ${shlibs:Depends}
83 Section: utils
84 Description: Print a random base64 string.
85
86 Package: hush
87 Architecture: all
88 Section: utils
89 Description: 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
95 Package: if-mtu
96 Architecture: any
97 Section: utils
98 Depends: ${shlibs:Depends}
99 Description: Report the MTU of a network interface.
100
101 Package: inplace
102 Architecture: all
103 Section: utils
104 Description: Update files in place safely.
105
106 Package: locking
107 Architecture: any
108 Section: utils
109 Depends: ${shlibs:Depends}
110 Description: Run a program while holding a file lock.
111
112 Package: mdwopt-perl
113 Architecture: all
114 Section: perl
115 Depends: perl
116 Description: Options parser library for perl.
117
118 Package: mtimeout
119 Architecture: any
120 Section: utils
121 Depends: ${shlibs:Depends}
122 Description: Run a program for at most a given amount of time.
123
124 Package: mprlimit
125 Architecture: linux-any
126 Section: utils
127 Depends: ${shlibs:Depends}
128 Description: Run a program for at most a given amount of time.
129
130 Package: pause
131 Architecture: any
132 Depends: ${shlibs:Depends}
133 Section: utils
134 Description: Wait for a given time, or until a key is pressed.
135
136 Package: prlimit
137 Architecture: all
138 Section: utils
139 Depends: mprlimit
140 Conflicts: util-linux (>= 2.24.2)
141 Description: 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
145 Package: sema
146 Architecture: any
147 Depends: ${shlibs:Depends}
148 Section: utils
149 Description: 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
155 Package: shadowfix
156 Architecture: all
157 Section: utils
158 Depends: perl, mdwopt-perl
159 Description: Check and fix shadow password and group files.
160
161 Package: space
162 Architecture: any
163 Depends: ${shlibs:Depends}
164 Section: utils
165 Description: 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
171 Package: splitconf
172 Architecture: all
173 Depends: tclsh
174 Section: utils
175 Description: Gather little config files into one big one.
176
177 Package: sshsvc-mkauthkeys
178 Architecture: all
179 Section: utils
180 Description: 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
186 Package: stamp
187 Architecture: any
188 Depends: ${shlibs:Depends}
189 Section: utils
190 Description: Like cat, but prefixing each line with a datestamp.
191
192 Package: with-umask
193 Architecture: all
194 Section: utils
195 Description: Runs a command with a given umask.
196
197 Package: x86-model
198 Architecture: any-i386 any-amd64
199 Depends: ${shlibs:Depends}
200 Section: utils
201 Description: Shows basic model information about x86 processors.
202 The cpuid program is probably better for most people.
203
204 Package: xtitle
205 Architecture: any
206 Depends: ${shlibs:Depends}
207 Recommends: x-terminal-emulator
208 Section: utils
209 Description: Simple program for messing with xterm (or compatible) title bars.
210
211 Package: zz
212 Architecture: all
213 Section: utils
214 Description: Run a program, automatically decompressing its argument files.
215
216 Package: nsict-cdb
217 Architecture: all
218 Section: oldlibs
219 Depends: distorted-cdb
220 Description: Dummy package for transition.
221 This is a transitional dummy package. It can safely be removed.
222
223 Package: nsict-mail
224 Architecture: all
225 Section: oldlibs
226 Depends: distorted-mail
227 Description: Dummy package for transition.
228 This is a transitional dummy package. It can safely be removed.
229
230 Package: nsict-utils
231 Architecture: all
232 Section: oldlibs
233 Depends: distorted-utils
234 Description: Dummy package for transition.
235 This is a transitional dummy package. It can safely be removed.