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