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