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