chiark / gitweb /
debian/control: Include `prlimit' and `x86-model' in the metapackage.
[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 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
40Description: Dummy package for convenience.
41
42Package: buf
43Architecture: all
44Section: utils
45Description: Captures stdin in a temporary file and runs a command.
46
47Package: create
48Architecture: all
49Section: utils
50Description: Simple script encapsulating atomic file update.
51
52Package: distorted-cdb
53Architecture: any
54Section: utils
55Replaces: nsict-cdb (<< 1.4.0~)
56Breaks: nsict-cdb (<< 1.4.0~)
57Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
58Description: Simple utilities for messing with CDB files.
59
60Package: distorted-mail
61Architecture: all
62Section: mail
63Depends: ${shlibs:Depends}, qmail, distorted-cdb, perl5, libmime-perl
64Description: Some simple scripts for mail handling.
65
66Package: getpass
67Architecture: any
68Depends: ${shlibs:Depends}
69Section: utils
70Description: Read a password without echoing; write it to stdout.
71
72Package: gorp
73Architecture: any
74Depends: ${shlibs:Depends}
75Section: utils
76Description: Print a random base64 string.
77
78Package: hush
79Architecture: all
80Section: utils
81Description: 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
87Package: if-mtu
88Architecture: any
89Section: utils
90Depends: ${shlibs:Depends}
91Description: Report the MTU of a network interface.
92
93Package: inplace
94Architecture: all
95Section: utils
96Description: Update files in place safely.
97
98Package: locking
99Architecture: any
100Section: utils
101Depends: ${shlibs:Depends}
102Description: Run a program while holding a file lock.
103
104Package: mdwopt-perl
105Architecture: all
106Section: perl
107Depends: perl5
108Description: Options parser library for perl.
109
110Package: mtimeout
111Architecture: any
112Section: utils
113Depends: ${shlibs:Depends}
114Description: Run a program for at most a given amount of time.
115
116Package: pause
117Architecture: any
118Depends: ${shlibs:Depends}
119Section: utils
120Description: Wait for a given time, or until a key is pressed.
121
122Package: prlimit
123Architecture: linux-any
124Section: utils
125Depends: ${shlibs:Depends}
126Description: Run a program for at most a given amount of time.
127
128Package: sema
129Architecture: any
130Depends: ${shlibs:Depends}
131Section: utils
132Description: 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
138Package: shadowfix
139Architecture: all
140Section: utils
141Depends: perl5, mdwopt-perl
142Description: Check and fix shadow password and group files.
143
144Package: space
145Architecture: any
146Depends: ${shlibs:Depends}
147Section: utils
148Description: 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
154Package: splitconf
155Architecture: all
156Depends: tclsh
157Section: utils
158Description: Gather little config files into one big one.
159
160Package: sshsvc-mkauthkeys
161Architecture: all
162Section: utils
163Description: 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
169Package: stamp
170Architecture: any
171Depends: ${shlibs:Depends}
172Section: utils
173Description: Like cat, but prefixing each line with a datestamp.
174
175Package: with-umask
176Architecture: all
177Section: utils
178Description: Runs a command with a given umask.
179
180Package: x86-model
181Architecture: any-i386 any-amd64
182Depends: ${shlibs:Depends}
183Section: utils
184Description: Shows basic model information about x86 processors.
185 The cpuid program is probably better for most people.
186
187Package: xtitle
188Architecture: any
189Depends: ${shlibs:Depends}
190Recommends: x-terminal-emulator
191Section: utils
192Description: Simple program for messing with xterm (or compatible) title bars.
193
194Package: zz
195Architecture: all
196Section: utils
197Description: Run a program, automatically decompressing its argument files.
198
199Package: nsict-cdb
200Architecture: all
201Section: oldlibs
202Depends: distorted-cdb
203Description: Dummy package for transition.
204 This is a transitional dummy package. It can safely be removed.
205
206Package: nsict-mail
207Architecture: all
208Section: oldlibs
209Depends: distorted-mail
210Description: Dummy package for transition.
211 This is a transitional dummy package. It can safely be removed.
212
213Package: nsict-utils
214Architecture: all
215Section: oldlibs
216Depends: distorted-utils
217Description: Dummy package for transition.
218 This is a transitional dummy package. It can safely be removed.