sshsvc-mkauthkeys: A new script joins the collection.
[misc] / debian / control
... / ...
CommitLineData
1Source: nsict-utils
2Section: utils
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5Build-Depends: tinycdb, debhelper (>= 9), python, python-cdb,
6 catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libcdb-dev
7Standards-Version: 3.1.1
8
9Package: nsict-utils
10Architecture: all
11Section: utils
12Depends:
13 mdwopt-perl,
14 nsict-cdb,
15 locking,
16 nsict-mail,
17 if-mtu,
18 shadowfix,
19 zz,
20 gorp,
21 mtimeout,
22 splitconf,
23 xtitle,
24 pause,
25 buf,
26 create,
27 inplace,
28 stamp,
29 space,
30 getpass,
31 hush,
32 with-umask,
33 sshsvc-mkauthkeys
34Description: Dummy package for convenience.
35
36Package: mdwopt-perl
37Architecture: all
38Section: perl
39Depends: perl5
40Description: Options parser library for perl.
41
42Package: nsict-cdb
43Architecture: any
44Section: utils
45Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
46Description: Simple utilities for messing with CDB files.
47
48Package: mtimeout
49Architecture: any
50Section: utils
51Depends: ${shlibs:Depends}
52Description: Run a program for at most a given amount of time.
53
54Package: prlimit
55Architecture: linux-any
56Section: utils
57Depends: ${shlibs:Depends}
58Description: Run a program for at most a given amount of time.
59
60Package: locking
61Architecture: any
62Section: utils
63Depends: ${shlibs:Depends}
64Description: Run a program while holding a file lock.
65
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
91Depends: ${shlibs:Depends}
92Recommends: x-terminal-emulator
93Section: utils
94Description: Simple program for messing with xterm (or compatible) title bars.
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.
107
108Package: pause
109Architecture: any
110Depends: ${shlibs:Depends}
111Section: utils
112Description: Wait for a given time, or until a key is pressed.
113
114Package: buf
115Architecture: all
116Section: utils
117Description: Captures stdin in a temporary file and runs a command.
118
119Package: with-umask
120Architecture: all
121Section: utils
122Description: Runs a command with a given umask.
123
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.
133
134Package: stamp
135Architecture: any
136Depends: ${shlibs:Depends}
137Section: utils
138Description: Like cat, but prefixing each line with a datestamp.
139
140Package: getpass
141Architecture: any
142Depends: ${shlibs:Depends}
143Section: utils
144Description: Read a password without echoing; write it to stdout.
145
146Package: space
147Architecture: any
148Depends: ${shlibs:Depends}
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.
155
156Package: x86-model
157Architecture: any-i386 any-amd64
158Depends: ${shlibs:Depends}
159Section: utils
160Description: Shows basic model information about x86 processors.
161 The cpuid program is probably better for most people.
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.
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.