chiark / gitweb /
debian: Dump CDBS in favour of plain Debhelper.
[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), libspamc-dev, 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 qmail-checkspam,
17 nsict-mail,
18 if-mtu,
19 shadowfix,
20 zz,
21 gorp,
22 mtimeout,
23 splitconf,
24 xtitle,
25 pause,
26 buf,
27 create,
28 inplace,
29 stamp,
30 space,
31 getpass,
32 hush
33Description: Dummy package for convenience.
34
35Package: mdwopt-perl
36Architecture: all
37Section: perl
38Depends: perl5
39Description: Options parser library for perl.
40
41Package: nsict-cdb
42Architecture: any
43Section: utils
44Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
45Description: Simple utilities for messing with CDB files.
46
47Package: mtimeout
48Architecture: any
49Section: utils
50Depends: ${shlibs:Depends}
51Description: Run a program for at most a given amount of time.
52
53Package: prlimit
54Architecture: linux-any
55Section: utils
56Depends: ${shlibs:Depends}
57Description: Run a program for at most a given amount of time.
58
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
97Depends: ${shlibs:Depends}
98Recommends: x-terminal-emulator
99Section: utils
100Description: Simple program for messing with xterm (or compatible) title bars.
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.
113
114Package: pause
115Architecture: any
116Depends: ${shlibs:Depends}
117Section: utils
118Description: Wait for a given time, or until a key is pressed.
119
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.
134
135Package: stamp
136Architecture: any
137Depends: ${shlibs:Depends}
138Section: utils
139Description: Like cat, but prefixing each line with a datestamp.
140
141Package: getpass
142Architecture: any
143Depends: ${shlibs:Depends}
144Section: utils
145Description: Read a password without echoing; write it to stdout.
146
147Package: space
148Architecture: any
149Depends: ${shlibs:Depends}
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.
156
157Package: x86-model
158Architecture: any-i386 any-amd64
159Depends: ${shlibs:Depends}
160Section: utils
161Description: Shows basic model information about x86 processors.
162 The cpuid program is probably better for most people.
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.