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