chiark / gitweb /
debian/control: Fix architectures for x86-model.
[misc] / debian / control
... / ...
CommitLineData
1Source: nsict-utils
2Section: utils
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5Build-Depends: tinycdb, cdbs, 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
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: locking
53Architecture: any
54Section: utils
55Depends: ${shlibs:Depends}
56Description: Run a program while holding a file lock.
57
58Package: qmail-checkspam
59Architecture: any
60Section: mail
61Depends: ${shlibs:Depends}, qmail
62Suggests: spamassassin
63Description: Check mail for spamminess before queueing it.
64
65Package: nsict-mail
66Architecture: all
67Section: mail
68Depends: qmail, nsict-cdb, perl5, libmime-perl
69Description: Some simple scripts for mail handling.
70
71Package: if-mtu
72Architecture: any
73Section: utils
74Depends: ${shlibs:Depends}
75Description: Report the MTU of a network interface.
76
77Package: shadowfix
78Architecture: all
79Section: utils
80Depends: perl5, mdwopt-perl
81Description: Check and fix shadow password and group files.
82
83Package: zz
84Architecture: all
85Section: utils
86Description: Run a program, automatically decompressing its argument files.
87
88Package: xtitle
89Architecture: any
90Depends: ${shlibs:Depends}
91Recommends: x-terminal-emulator
92Section: utils
93Description: Simple program for messing with xterm (or compatible) title bars.
94
95Package: splitconf
96Architecture: all
97Depends: tclsh
98Section: utils
99Description: Gather little config files into one big one.
100
101Package: gorp
102Architecture: any
103Depends: ${shlibs:Depends}
104Section: utils
105Description: Print a random base64 string.
106
107Package: pause
108Architecture: any
109Depends: ${shlibs:Depends}
110Section: utils
111Description: Wait for a given time, or until a key is pressed.
112
113Package: buf
114Architecture: all
115Section: utils
116Description: Captures stdin in a temporary file and runs a command.
117
118Package: create
119Architecture: all
120Section: utils
121Description: Simple script encapsulating atomic file update.
122
123Package: inplace
124Architecture: all
125Section: utils
126Description: Update files in place safely.
127
128Package: stamp
129Architecture: any
130Section: utils
131Description: Like cat, but prefixing each line with a datestamp.
132
133Package: getpass
134Architecture: any
135Section: utils
136Description: Read a password without echoing; write it to stdout.
137
138Package: space
139Architecture: any
140Section: utils
141Description: Identify and fix problematic whitespace in text files.
142 The space program won't send you to the moon, but it will identify
143 and fix problems such as trailing whitespace and spaces before tabs.
144 It can safely update files in place, and could therefore be used as part
145 of a commit hook.
146
147Package: x86-model
148Architecture: any-i386, any-amd64
149Section: utils
150Description: Shows basic model information about x86 processors.
151 The cpuid program is probably better for most people.