chiark / gitweb /
debian/control: Fix architectures for x86-model.
[misc] / debian / control
1 Source: nsict-utils
2 Section: utils
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: tinycdb, cdbs, python, python-cdb,
6  catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libspamc-dev, libcdb-dev
7 Standards-Version: 3.1.1
8
9 Package: nsict-utils
10 Architecture: all
11 Section: utils
12 Depends:
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 Description: Dummy package for convenience.
33
34 Package: mdwopt-perl
35 Architecture: all
36 Section: perl
37 Depends: perl5
38 Description: Options parser library for perl.
39
40 Package: nsict-cdb
41 Architecture: any
42 Section: utils
43 Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
44 Description: Simple utilities for messing with CDB files.
45
46 Package: mtimeout
47 Architecture: any
48 Section: utils
49 Depends: ${shlibs:Depends}
50 Description: Run a program for at most a given amount of time.
51
52 Package: locking
53 Architecture: any
54 Section: utils
55 Depends: ${shlibs:Depends}
56 Description: Run a program while holding a file lock.
57
58 Package: qmail-checkspam
59 Architecture: any
60 Section: mail
61 Depends: ${shlibs:Depends}, qmail
62 Suggests: spamassassin
63 Description: Check mail for spamminess before queueing it.
64
65 Package: nsict-mail
66 Architecture: all
67 Section: mail
68 Depends: qmail, nsict-cdb, perl5, libmime-perl
69 Description: Some simple scripts for mail handling.
70
71 Package: if-mtu
72 Architecture: any
73 Section: utils
74 Depends: ${shlibs:Depends}
75 Description: Report the MTU of a network interface.
76
77 Package: shadowfix
78 Architecture: all
79 Section: utils
80 Depends: perl5, mdwopt-perl
81 Description: Check and fix shadow password and group files.
82
83 Package: zz
84 Architecture: all
85 Section: utils
86 Description: Run a program, automatically decompressing its argument files.
87
88 Package: xtitle
89 Architecture: any
90 Depends: ${shlibs:Depends}
91 Recommends: x-terminal-emulator
92 Section: utils
93 Description: Simple program for messing with xterm (or compatible) title bars.
94
95 Package: splitconf
96 Architecture: all
97 Depends: tclsh
98 Section: utils
99 Description: Gather little config files into one big one.
100
101 Package: gorp
102 Architecture: any
103 Depends: ${shlibs:Depends}
104 Section: utils
105 Description: Print a random base64 string.
106
107 Package: pause
108 Architecture: any
109 Depends: ${shlibs:Depends}
110 Section: utils
111 Description: Wait for a given time, or until a key is pressed.
112
113 Package: buf
114 Architecture: all
115 Section: utils
116 Description: Captures stdin in a temporary file and runs a command.
117
118 Package: create
119 Architecture: all
120 Section: utils
121 Description: Simple script encapsulating atomic file update.
122
123 Package: inplace
124 Architecture: all
125 Section: utils
126 Description: Update files in place safely.
127
128 Package: stamp
129 Architecture: any
130 Section: utils
131 Description: Like cat, but prefixing each line with a datestamp.
132
133 Package: getpass
134 Architecture: any
135 Section: utils
136 Description: Read a password without echoing; write it to stdout.
137
138 Package: space
139 Architecture: any
140 Section: utils
141 Description: 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
147 Package: x86-model
148 Architecture: any-i386, any-amd64
149 Section: utils
150 Description: Shows basic model information about x86 processors.
151  The cpuid program is probably better for most people.