chiark / gitweb /
debian/control: Include `prlimit' and `x86-model' in the metapackage.
[misc] / debian / control
CommitLineData
926e521f 1Source: distorted-utils
b5284e05 2Section: utils
3Priority: extra
4363f814 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
3c7cca6b
MW
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
b5284e05 9Standards-Version: 3.1.1
10
926e521f 11Package: distorted-utils
0f5c5dd0 12Architecture: any
b5284e05 13Section: utils
926e521f
MW
14Replaces: nsict-utils (<< 1.4.0~)
15Breaks: nsict-utils (<< 1.4.0~)
e3e2681b 16Depends:
2379936b
MW
17 buf,
18 create,
926e521f 19 distorted-cdb,
926e521f 20 distorted-mail,
2379936b 21 getpass,
e3e2681b 22 gorp,
2379936b
MW
23 hush,
24 if-mtu,
25 inplace,
26 locking,
27 mdwopt-perl,
58b43082 28 mtimeout,
e3e2681b 29 pause,
0f5c5dd0 30 prlimit [linux-any],
2379936b 31 shadowfix,
e3e2681b 32 space,
2379936b
MW
33 splitconf,
34 sshsvc-mkauthkeys,
35 stamp,
b9ee4e83 36 with-umask,
0f5c5dd0 37 x86-model [any-i386 any-amd64],
2379936b
MW
38 xtitle,
39 zz
b5284e05 40Description: Dummy package for convenience.
41
2379936b 42Package: buf
926e521f 43Architecture: all
2379936b
MW
44Section: utils
45Description: Captures stdin in a temporary file and runs a command.
926e521f 46
2379936b 47Package: create
b5284e05 48Architecture: all
2379936b
MW
49Section: utils
50Description: Simple script encapsulating atomic file update.
b5284e05 51
926e521f 52Package: distorted-cdb
b5284e05 53Architecture: any
54Section: utils
77ce4749
MW
55Replaces: nsict-cdb (<< 1.4.0~)
56Breaks: nsict-cdb (<< 1.4.0~)
b2ffb9b7 57Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
b5284e05 58Description: Simple utilities for messing with CDB files.
59
2379936b 60Package: distorted-mail
926e521f 61Architecture: all
2379936b
MW
62Section: mail
63Depends: ${shlibs:Depends}, qmail, distorted-cdb, perl5, libmime-perl
64Description: Some simple scripts for mail handling.
926e521f 65
2379936b 66Package: getpass
e825e5a9 67Architecture: any
e825e5a9 68Depends: ${shlibs:Depends}
2e169b7e 69Section: utils
2379936b 70Description: Read a password without echoing; write it to stdout.
2e169b7e 71
2379936b 72Package: gorp
b5284e05 73Architecture: any
b5284e05 74Depends: ${shlibs:Depends}
2379936b
MW
75Section: utils
76Description: Print a random base64 string.
b5284e05 77
2379936b 78Package: hush
926e521f 79Architecture: all
2379936b
MW
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.
926e521f 86
b5284e05 87Package: if-mtu
88Architecture: any
89Section: utils
90Depends: ${shlibs:Depends}
91Description: Report the MTU of a network interface.
92
2379936b 93Package: inplace
b5284e05 94Architecture: all
95Section: utils
2379936b 96Description: Update files in place safely.
b5284e05 97
2379936b 98Package: locking
b5284e05 99Architecture: any
b5284e05 100Section: utils
2379936b
MW
101Depends: ${shlibs:Depends}
102Description: Run a program while holding a file lock.
b5284e05 103
2379936b 104Package: mdwopt-perl
b5284e05 105Architecture: all
2379936b
MW
106Section: perl
107Depends: perl5
108Description: Options parser library for perl.
b5284e05 109
2379936b 110Package: mtimeout
b5284e05 111Architecture: any
b5284e05 112Section: utils
2379936b
MW
113Depends: ${shlibs:Depends}
114Description: Run a program for at most a given amount of time.
1dec4fa3 115
116Package: pause
117Architecture: any
118Depends: ${shlibs:Depends}
119Section: utils
120Description: Wait for a given time, or until a key is pressed.
121
2379936b
MW
122Package: prlimit
123Architecture: linux-any
3770fe80 124Section: utils
2379936b
MW
125Depends: ${shlibs:Depends}
126Description: Run a program for at most a given amount of time.
223bbefb 127
2379936b 128Package: sema
223bbefb 129Architecture: any
8ecbc361 130Depends: ${shlibs:Depends}
223bbefb 131Section: utils
2379936b
MW
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.
df33ee54 137
2379936b
MW
138Package: shadowfix
139Architecture: all
e3e2681b 140Section: utils
2379936b
MW
141Depends: perl5, mdwopt-perl
142Description: Check and fix shadow password and group files.
e3e2681b 143
df33ee54
MW
144Package: space
145Architecture: any
8ecbc361 146Depends: ${shlibs:Depends}
df33ee54
MW
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.
92f7c002 153
2379936b
MW
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
300a556d
MW
170Architecture: any
171Depends: ${shlibs:Depends}
172Section: utils
2379936b
MW
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.
300a556d 179
92f7c002 180Package: x86-model
1cf61528 181Architecture: any-i386 any-amd64
8ecbc361 182Depends: ${shlibs:Depends}
92f7c002
MW
183Section: utils
184Description: Shows basic model information about x86 processors.
185 The cpuid program is probably better for most people.
c818aced 186
2379936b
MW
187Package: xtitle
188Architecture: any
189Depends: ${shlibs:Depends}
190Recommends: x-terminal-emulator
c818aced 191Section: utils
2379936b 192Description: Simple program for messing with xterm (or compatible) title bars.
b9ee4e83 193
2379936b 194Package: zz
b9ee4e83
MW
195Architecture: all
196Section: utils
2379936b
MW
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.