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