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