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