Makefile, debian/{control,inst}: Sort the various lists of things.
[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: all
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 shadowfix,
31 space,
32 splitconf,
33 sshsvc-mkauthkeys,
34 stamp,
35 with-umask,
36 xtitle,
37 zz
38Description: Dummy package for convenience.
39
40Package: buf
41Architecture: all
42Section: utils
43Description: Captures stdin in a temporary file and runs a command.
44
45Package: create
46Architecture: all
47Section: utils
48Description: Simple script encapsulating atomic file update.
49
50Package: distorted-cdb
51Architecture: any
52Section: utils
53Replaces: nsict-cdb (<< 1.4.0~)
54Breaks: nsict-cdb (<< 1.4.0~)
55Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
56Description: Simple utilities for messing with CDB files.
57
58Package: distorted-mail
59Architecture: all
60Section: mail
61Depends: ${shlibs:Depends}, qmail, distorted-cdb, perl5, libmime-perl
62Description: Some simple scripts for mail handling.
63
64Package: getpass
65Architecture: any
66Depends: ${shlibs:Depends}
67Section: utils
68Description: Read a password without echoing; write it to stdout.
69
70Package: gorp
71Architecture: any
72Depends: ${shlibs:Depends}
73Section: utils
74Description: Print a random base64 string.
75
76Package: hush
77Architecture: all
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.
84
85Package: if-mtu
86Architecture: any
87Section: utils
88Depends: ${shlibs:Depends}
89Description: Report the MTU of a network interface.
90
91Package: inplace
92Architecture: all
93Section: utils
94Description: Update files in place safely.
95
96Package: locking
97Architecture: any
98Section: utils
99Depends: ${shlibs:Depends}
100Description: Run a program while holding a file lock.
101
102Package: mdwopt-perl
103Architecture: all
104Section: perl
105Depends: perl5
106Description: Options parser library for perl.
107
108Package: mtimeout
109Architecture: any
110Section: utils
111Depends: ${shlibs:Depends}
112Description: Run a program for at most a given amount of time.
113
114Package: pause
115Architecture: any
116Depends: ${shlibs:Depends}
117Section: utils
118Description: Wait for a given time, or until a key is pressed.
119
120Package: prlimit
121Architecture: linux-any
122Section: utils
123Depends: ${shlibs:Depends}
124Description: Run a program for at most a given amount of time.
125
126Package: sema
127Architecture: any
128Depends: ${shlibs:Depends}
129Section: utils
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.
135
136Package: shadowfix
137Architecture: all
138Section: utils
139Depends: perl5, mdwopt-perl
140Description: Check and fix shadow password and group files.
141
142Package: space
143Architecture: any
144Depends: ${shlibs:Depends}
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.
151
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
168Architecture: any
169Depends: ${shlibs:Depends}
170Section: utils
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.
177
178Package: x86-model
179Architecture: any-i386 any-amd64
180Depends: ${shlibs:Depends}
181Section: utils
182Description: Shows basic model information about x86 processors.
183 The cpuid program is probably better for most people.
184
185Package: xtitle
186Architecture: any
187Depends: ${shlibs:Depends}
188Recommends: x-terminal-emulator
189Section: utils
190Description: Simple program for messing with xterm (or compatible) title bars.
191
192Package: zz
193Architecture: all
194Section: utils
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.