Release 1.4.0.
[misc] / debian / control
1 Source: distorted-utils
2 Section: utils
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: tinycdb, debhelper (>= 9), python, python-cdb,
6 catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libcdb-dev
7 Standards-Version: 3.1.1
8
9 Package: distorted-utils
10 Architecture: all
11 Section: utils
12 Replaces: nsict-utils (<< 1.4.0~)
13 Breaks: nsict-utils (<< 1.4.0~)
14 Depends:
15 mdwopt-perl,
16 distorted-cdb,
17 locking,
18 distorted-mail,
19 if-mtu,
20 shadowfix,
21 zz,
22 gorp,
23 mtimeout,
24 splitconf,
25 xtitle,
26 pause,
27 buf,
28 create,
29 inplace,
30 stamp,
31 space,
32 getpass,
33 hush,
34 with-umask,
35 sshsvc-mkauthkeys
36 Description: Dummy package for convenience.
37
38 Package: nsict-utils
39 Architecture: all
40 Section: oldlibs
41 Depends: distorted-utils
42 Description: Dummy package for transition.
43 This is a transitional dummy package. It can safely be removed.
44
45 Package: mdwopt-perl
46 Architecture: all
47 Section: perl
48 Depends: perl5
49 Description: Options parser library for perl.
50
51 Package: distorted-cdb
52 Architecture: any
53 Section: utils
54 Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
55 Description: Simple utilities for messing with CDB files.
56
57 Package: nsict-cdb
58 Architecture: all
59 Section: oldlibs
60 Depends: distorted-cdb
61 Description: Dummy package for transition.
62 This is a transitional dummy package. It can safely be removed.
63
64 Package: mtimeout
65 Architecture: any
66 Section: utils
67 Depends: ${shlibs:Depends}
68 Description: Run a program for at most a given amount of time.
69
70 Package: prlimit
71 Architecture: linux-any
72 Section: utils
73 Depends: ${shlibs:Depends}
74 Description: Run a program for at most a given amount of time.
75
76 Package: locking
77 Architecture: any
78 Section: utils
79 Depends: ${shlibs:Depends}
80 Description: Run a program while holding a file lock.
81
82 Package: distorted-mail
83 Architecture: all
84 Section: mail
85 Depends: qmail, nsict-cdb, perl5, libmime-perl
86 Description: Some simple scripts for mail handling.
87
88 Package: nsict-mail
89 Architecture: all
90 Section: oldlibs
91 Depends: distorted-mail
92 Description: Dummy package for transition.
93 This is a transitional dummy package. It can safely be removed.
94
95 Package: if-mtu
96 Architecture: any
97 Section: utils
98 Depends: ${shlibs:Depends}
99 Description: Report the MTU of a network interface.
100
101 Package: shadowfix
102 Architecture: all
103 Section: utils
104 Depends: perl5, mdwopt-perl
105 Description: Check and fix shadow password and group files.
106
107 Package: zz
108 Architecture: all
109 Section: utils
110 Description: Run a program, automatically decompressing its argument files.
111
112 Package: xtitle
113 Architecture: any
114 Depends: ${shlibs:Depends}
115 Recommends: x-terminal-emulator
116 Section: utils
117 Description: Simple program for messing with xterm (or compatible) title bars.
118
119 Package: splitconf
120 Architecture: all
121 Depends: tclsh
122 Section: utils
123 Description: Gather little config files into one big one.
124
125 Package: gorp
126 Architecture: any
127 Depends: ${shlibs:Depends}
128 Section: utils
129 Description: Print a random base64 string.
130
131 Package: pause
132 Architecture: any
133 Depends: ${shlibs:Depends}
134 Section: utils
135 Description: Wait for a given time, or until a key is pressed.
136
137 Package: buf
138 Architecture: all
139 Section: utils
140 Description: Captures stdin in a temporary file and runs a command.
141
142 Package: with-umask
143 Architecture: all
144 Section: utils
145 Description: Runs a command with a given umask.
146
147 Package: create
148 Architecture: all
149 Section: utils
150 Description: Simple script encapsulating atomic file update.
151
152 Package: inplace
153 Architecture: all
154 Section: utils
155 Description: Update files in place safely.
156
157 Package: stamp
158 Architecture: any
159 Depends: ${shlibs:Depends}
160 Section: utils
161 Description: Like cat, but prefixing each line with a datestamp.
162
163 Package: getpass
164 Architecture: any
165 Depends: ${shlibs:Depends}
166 Section: utils
167 Description: Read a password without echoing; write it to stdout.
168
169 Package: space
170 Architecture: any
171 Depends: ${shlibs:Depends}
172 Section: utils
173 Description: Identify and fix problematic whitespace in text files.
174 The space program won't send you to the moon, but it will identify
175 and fix problems such as trailing whitespace and spaces before tabs.
176 It can safely update files in place, and could therefore be used as part
177 of a commit hook.
178
179 Package: x86-model
180 Architecture: any-i386 any-amd64
181 Depends: ${shlibs:Depends}
182 Section: utils
183 Description: Shows basic model information about x86 processors.
184 The cpuid program is probably better for most people.
185
186 Package: hush
187 Architecture: all
188 Section: utils
189 Description: Run a command, hiding its output in a logfile unless it fails
190 The hush program is useful for running noisy programs from cron or similar,
191 where you get spammed with uninteresting success reports. hush runs a
192 command, logging its output, but, unless the command actually fails, it
193 produces no output of its own.
194
195 Package: sshsvc-mkauthkeys
196 Architecture: all
197 Section: utils
198 Description: Construct .ssh/authorized_keys files for SSH services.
199 SSH is a fine way to provide services to external users. It conveniently
200 takes care of details like authenticating users and encrypting
201 communications. Unfortunately, managing the key files is rather painful.
202 This simple script does a lot of the heavy lifting.