with-umask: New tool. DWISOTT.
[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
MW
30 getpass,
31 hush
b5284e05 32Description: Dummy package for convenience.
33
34Package: mdwopt-perl
35Architecture: all
d44f4462 36Section: perl
b5284e05 37Depends: perl5
38Description: Options parser library for perl.
39
40Package: nsict-cdb
41Architecture: any
42Section: utils
b2ffb9b7 43Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
b5284e05 44Description: Simple utilities for messing with CDB files.
45
58b43082 46Package: mtimeout
e825e5a9
MW
47Architecture: any
48Section: utils
49Depends: ${shlibs:Depends}
50Description: Run a program for at most a given amount of time.
51
2e169b7e
MW
52Package: prlimit
53Architecture: linux-any
54Section: utils
55Depends: ${shlibs:Depends}
56Description: Run a program for at most a given amount of time.
57
b5284e05 58Package: locking
59Architecture: any
60Section: utils
61Depends: ${shlibs:Depends}
62Description: Run a program while holding a file lock.
63
b5284e05 64Package: nsict-mail
65Architecture: all
66Section: mail
67Depends: qmail, nsict-cdb, perl5, libmime-perl
68Description: Some simple scripts for mail handling.
69
70Package: if-mtu
71Architecture: any
72Section: utils
73Depends: ${shlibs:Depends}
74Description: Report the MTU of a network interface.
75
76Package: shadowfix
77Architecture: all
78Section: utils
79Depends: perl5, mdwopt-perl
80Description: Check and fix shadow password and group files.
81
82Package: zz
83Architecture: all
84Section: utils
85Description: Run a program, automatically decompressing its argument files.
86
87Package: xtitle
88Architecture: any
b2ffb9b7 89Depends: ${shlibs:Depends}
b5284e05 90Recommends: x-terminal-emulator
91Section: utils
b2ffb9b7 92Description: Simple program for messing with xterm (or compatible) title bars.
b5284e05 93
94Package: splitconf
95Architecture: all
96Depends: tclsh
97Section: utils
98Description: Gather little config files into one big one.
99
100Package: gorp
101Architecture: any
102Depends: ${shlibs:Depends}
103Section: utils
104Description: Print a random base64 string.
1dec4fa3 105
106Package: pause
107Architecture: any
108Depends: ${shlibs:Depends}
109Section: utils
110Description: Wait for a given time, or until a key is pressed.
111
3770fe80 112Package: buf
113Architecture: all
114Section: utils
115Description: Captures stdin in a temporary file and runs a command.
116
3dd40cc8
MW
117Package: with-umask
118Architecture: all
119Section: utils
120Description: Runs a command with a given umask.
121
3770fe80 122Package: create
123Architecture: all
124Section: utils
125Description: Simple script encapsulating atomic file update.
126
127Package: inplace
128Architecture: all
129Section: utils
130Description: Update files in place safely.
223bbefb
MW
131
132Package: stamp
133Architecture: any
8ecbc361 134Depends: ${shlibs:Depends}
223bbefb
MW
135Section: utils
136Description: Like cat, but prefixing each line with a datestamp.
df33ee54 137
e3e2681b
MW
138Package: getpass
139Architecture: any
8ecbc361 140Depends: ${shlibs:Depends}
e3e2681b
MW
141Section: utils
142Description: Read a password without echoing; write it to stdout.
143
df33ee54
MW
144Package: space
145Architecture: any
8ecbc361 146Depends: ${shlibs:Depends}
df33ee54
MW
147Section: utils
148Description: Identify and fix problematic whitespace in text files.
149 The space program won't send you to the moon, but it will identify
150 and fix problems such as trailing whitespace and spaces before tabs.
151 It can safely update files in place, and could therefore be used as part
152 of a commit hook.
92f7c002
MW
153
154Package: x86-model
1cf61528 155Architecture: any-i386 any-amd64
8ecbc361 156Depends: ${shlibs:Depends}
92f7c002
MW
157Section: utils
158Description: Shows basic model information about x86 processors.
159 The cpuid program is probably better for most people.
c818aced
MW
160
161Package: hush
162Architecture: all
163Section: utils
164Description: Run a command, hiding its output in a logfile unless it fails
165 The hush program is useful for running noisy programs from cron or similar,
166 where you get spammed with uninteresting success reports. hush runs a
167 command, logging its output, but, unless the command actually fails, it
168 produces no output of its own.