chiark / gitweb /
Remove `qmail-checkspam'.
[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, debhelper (>= 9), python, python-cdb,
6  catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), 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         nsict-mail,
17         if-mtu,
18         shadowfix,
19         zz,
20         gorp,
21         mtimeout,
22         splitconf,
23         xtitle,
24         pause,
25         buf,
26         create,
27         inplace,
28         stamp,
29         space,
30         getpass,
31         hush
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: nsict-mail
65 Architecture: all
66 Section: mail
67 Depends: qmail, nsict-cdb, perl5, libmime-perl
68 Description: Some simple scripts for mail handling.
69
70 Package: if-mtu
71 Architecture: any
72 Section: utils
73 Depends: ${shlibs:Depends}
74 Description: Report the MTU of a network interface.
75
76 Package: shadowfix
77 Architecture: all
78 Section: utils
79 Depends: perl5, mdwopt-perl
80 Description: Check and fix shadow password and group files.
81
82 Package: zz
83 Architecture: all
84 Section: utils
85 Description: Run a program, automatically decompressing its argument files.
86
87 Package: xtitle
88 Architecture: any
89 Depends: ${shlibs:Depends}
90 Recommends: x-terminal-emulator
91 Section: utils
92 Description: Simple program for messing with xterm (or compatible) title bars.
93
94 Package: splitconf
95 Architecture: all
96 Depends: tclsh
97 Section: utils
98 Description: Gather little config files into one big one.
99
100 Package: gorp
101 Architecture: any
102 Depends: ${shlibs:Depends}
103 Section: utils
104 Description: Print a random base64 string.
105
106 Package: pause
107 Architecture: any
108 Depends: ${shlibs:Depends}
109 Section: utils
110 Description: Wait for a given time, or until a key is pressed.
111
112 Package: buf
113 Architecture: all
114 Section: utils
115 Description: Captures stdin in a temporary file and runs a command.
116
117 Package: create
118 Architecture: all
119 Section: utils
120 Description: Simple script encapsulating atomic file update.
121
122 Package: inplace
123 Architecture: all
124 Section: utils
125 Description: Update files in place safely.
126
127 Package: stamp
128 Architecture: any
129 Depends: ${shlibs:Depends}
130 Section: utils
131 Description: Like cat, but prefixing each line with a datestamp.
132
133 Package: getpass
134 Architecture: any
135 Depends: ${shlibs:Depends}
136 Section: utils
137 Description: Read a password without echoing; write it to stdout.
138
139 Package: space
140 Architecture: any
141 Depends: ${shlibs:Depends}
142 Section: utils
143 Description: Identify and fix problematic whitespace in text files.
144  The space program won't send you to the moon, but it will identify
145  and fix problems such as trailing whitespace and spaces before tabs.
146  It can safely update files in place, and could therefore be used as part
147  of a commit hook.
148
149 Package: x86-model
150 Architecture: any-i386 any-amd64
151 Depends: ${shlibs:Depends}
152 Section: utils
153 Description: Shows basic model information about x86 processors.
154  The cpuid program is probably better for most people.
155
156 Package: hush
157 Architecture: all
158 Section: utils
159 Description: Run a command, hiding its output in a logfile unless it fails
160  The hush program is useful for running noisy programs from cron or similar,
161  where you get spammed with uninteresting success reports.  hush runs a
162  command, logging its output, but, unless the command actually fails, it
163  produces no output of its own.