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