chiark / gitweb /
inplace: Substitute the @BASH@ onion in the shebang line.
[misc] / debian / control
CommitLineData
b5284e05 1Source: nsict-utils
2Section: utils
3Priority: extra
4363f814 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
b2ffb9b7
MW
5Build-Depends: tinycdb, cdbs, python, python-cdb,
6 catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libspamc-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,
16 qmail-checkspam,
17 nsict-mail,
18 if-mtu,
19 shadowfix,
20 zz,
21 gorp,
22 splitconf,
23 xtitle,
24 pause,
25 buf,
26 create,
27 inplace,
28 stamp,
29 space,
30 getpass
b5284e05 31Description: Dummy package for convenience.
32
33Package: mdwopt-perl
34Architecture: all
d44f4462 35Section: perl
b5284e05 36Depends: perl5
37Description: Options parser library for perl.
38
39Package: nsict-cdb
40Architecture: any
41Section: utils
b2ffb9b7 42Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
b5284e05 43Description: Simple utilities for messing with CDB files.
44
45Package: locking
46Architecture: any
47Section: utils
48Depends: ${shlibs:Depends}
49Description: Run a program while holding a file lock.
50
51Package: qmail-checkspam
52Architecture: any
53Section: mail
54Depends: ${shlibs:Depends}, qmail
55Suggests: spamassassin
56Description: Check mail for spamminess before queueing it.
57
58Package: nsict-mail
59Architecture: all
60Section: mail
61Depends: qmail, nsict-cdb, perl5, libmime-perl
62Description: Some simple scripts for mail handling.
63
64Package: if-mtu
65Architecture: any
66Section: utils
67Depends: ${shlibs:Depends}
68Description: Report the MTU of a network interface.
69
70Package: shadowfix
71Architecture: all
72Section: utils
73Depends: perl5, mdwopt-perl
74Description: Check and fix shadow password and group files.
75
76Package: zz
77Architecture: all
78Section: utils
79Description: Run a program, automatically decompressing its argument files.
80
81Package: xtitle
82Architecture: any
b2ffb9b7 83Depends: ${shlibs:Depends}
b5284e05 84Recommends: x-terminal-emulator
85Section: utils
b2ffb9b7 86Description: Simple program for messing with xterm (or compatible) title bars.
b5284e05 87
88Package: splitconf
89Architecture: all
90Depends: tclsh
91Section: utils
92Description: Gather little config files into one big one.
93
94Package: gorp
95Architecture: any
96Depends: ${shlibs:Depends}
97Section: utils
98Description: Print a random base64 string.
1dec4fa3 99
100Package: pause
101Architecture: any
102Depends: ${shlibs:Depends}
103Section: utils
104Description: Wait for a given time, or until a key is pressed.
105
3770fe80 106Package: buf
107Architecture: all
108Section: utils
109Description: Captures stdin in a temporary file and runs a command.
110
111Package: create
112Architecture: all
113Section: utils
114Description: Simple script encapsulating atomic file update.
115
116Package: inplace
117Architecture: all
118Section: utils
119Description: Update files in place safely.
223bbefb
MW
120
121Package: stamp
122Architecture: any
123Section: utils
124Description: Like cat, but prefixing each line with a datestamp.
df33ee54 125
e3e2681b
MW
126Package: getpass
127Architecture: any
128Section: utils
129Description: Read a password without echoing; write it to stdout.
130
df33ee54
MW
131Package: space
132Architecture: any
133Section: utils
134Description: Identify and fix problematic whitespace in text files.
135 The space program won't send you to the moon, but it will identify
136 and fix problems such as trailing whitespace and spaces before tabs.
137 It can safely update files in place, and could therefore be used as part
138 of a commit hook.