chiark / gitweb /
debian/control: Have the Perl things depend on `perl', not `perl5'.
[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 getpass,
22 gorp,
23 hush,
24 if-mtu,
25 inplace,
26 locking,
27 mdwopt-perl,
28 mtimeout,
29 mprlimit [linux-any],
30 pause,
31 prlimit [linux-any],
32 shadowfix,
33 space,
34 splitconf,
35 sshsvc-mkauthkeys,
36 stamp,
37 with-umask,
38 x86-model [any-i386 any-amd64],
39 xtitle,
40 zz
41Description: Dummy package for convenience.
42
43Package: buf
44Architecture: all
45Section: utils
46Description: Captures stdin in a temporary file and runs a command.
47
48Package: create
49Architecture: all
50Section: utils
51Description: Simple script encapsulating atomic file update.
52
53Package: distorted-cdb
54Architecture: any
55Section: utils
56Replaces: nsict-cdb (<< 1.4.0~)
57Breaks: nsict-cdb (<< 1.4.0~)
58Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
59Description: Simple utilities for messing with CDB files.
60
61Package: distorted-mail
62Architecture: all
63Section: mail
64Depends: ${shlibs:Depends}, qmail, distorted-cdb, perl, libmime-perl
65Description: Some simple scripts for mail handling.
66
67Package: getpass
68Architecture: any
69Depends: ${shlibs:Depends}
70Section: utils
71Description: Read a password without echoing; write it to stdout.
72
73Package: gorp
74Architecture: any
75Depends: ${shlibs:Depends}
76Section: utils
77Description: Print a random base64 string.
78
79Package: hush
80Architecture: all
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.
87
88Package: if-mtu
89Architecture: any
90Section: utils
91Depends: ${shlibs:Depends}
92Description: Report the MTU of a network interface.
93
94Package: inplace
95Architecture: all
96Section: utils
97Description: Update files in place safely.
98
99Package: locking
100Architecture: any
101Section: utils
102Depends: ${shlibs:Depends}
103Description: Run a program while holding a file lock.
104
105Package: mdwopt-perl
106Architecture: all
107Section: perl
108Depends: perl
109Description: Options parser library for perl.
110
111Package: mtimeout
112Architecture: any
113Section: utils
114Depends: ${shlibs:Depends}
115Description: Run a program for at most a given amount of time.
116
117Package: mprlimit
118Architecture: linux-any
119Section: utils
120Depends: ${shlibs:Depends}
121Description: Run a program for at most a given amount of time.
122
123Package: pause
124Architecture: any
125Depends: ${shlibs:Depends}
126Section: utils
127Description: Wait for a given time, or until a key is pressed.
128
129Package: prlimit
130Architecture: all
131Section: utils
132Depends: mprlimit
133Conflicts: util-linux (>= 2.24.2)
134Description: Run a program for at most a given amount of time.
135 This package provides a symlink to `mprlimit' for the sake of backwards
136 compatibility.
137
138Package: sema
139Architecture: any
140Depends: ${shlibs:Depends}
141Section: utils
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.
147
148Package: shadowfix
149Architecture: all
150Section: utils
151Depends: perl, mdwopt-perl
152Description: Check and fix shadow password and group files.
153
154Package: space
155Architecture: any
156Depends: ${shlibs:Depends}
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.
163
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
180Architecture: any
181Depends: ${shlibs:Depends}
182Section: utils
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.
189
190Package: x86-model
191Architecture: any-i386 any-amd64
192Depends: ${shlibs:Depends}
193Section: utils
194Description: Shows basic model information about x86 processors.
195 The cpuid program is probably better for most people.
196
197Package: xtitle
198Architecture: any
199Depends: ${shlibs:Depends}
200Recommends: x-terminal-emulator
201Section: utils
202Description: Simple program for messing with xterm (or compatible) title bars.
203
204Package: zz
205Architecture: all
206Section: utils
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.