with-umask: New tool. DWISOTT.
[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
32Description: Dummy package for convenience.
33
34Package: mdwopt-perl
35Architecture: all
36Section: perl
37Depends: perl5
38Description: Options parser library for perl.
39
40Package: nsict-cdb
41Architecture: any
42Section: utils
43Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
44Description: Simple utilities for messing with CDB files.
45
46Package: mtimeout
47Architecture: any
48Section: utils
49Depends: ${shlibs:Depends}
50Description: Run a program for at most a given amount of time.
51
52Package: prlimit
53Architecture: linux-any
54Section: utils
55Depends: ${shlibs:Depends}
56Description: Run a program for at most a given amount of time.
57
58Package: locking
59Architecture: any
60Section: utils
61Depends: ${shlibs:Depends}
62Description: Run a program while holding a file lock.
63
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
89Depends: ${shlibs:Depends}
90Recommends: x-terminal-emulator
91Section: utils
92Description: Simple program for messing with xterm (or compatible) title bars.
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.
105
106Package: pause
107Architecture: any
108Depends: ${shlibs:Depends}
109Section: utils
110Description: Wait for a given time, or until a key is pressed.
111
112Package: buf
113Architecture: all
114Section: utils
115Description: Captures stdin in a temporary file and runs a command.
116
117Package: with-umask
118Architecture: all
119Section: utils
120Description: Runs a command with a given umask.
121
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.
131
132Package: stamp
133Architecture: any
134Depends: ${shlibs:Depends}
135Section: utils
136Description: Like cat, but prefixing each line with a datestamp.
137
138Package: getpass
139Architecture: any
140Depends: ${shlibs:Depends}
141Section: utils
142Description: Read a password without echoing; write it to stdout.
143
144Package: space
145Architecture: any
146Depends: ${shlibs:Depends}
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.
153
154Package: x86-model
155Architecture: any-i386 any-amd64
156Depends: ${shlibs:Depends}
157Section: utils
158Description: Shows basic model information about x86 processors.
159 The cpuid program is probably better for most people.
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.