chiark / gitweb /
638d863dad6730d1fa6ec02de211a47cd517cc77
[misc] / debian / control
1 Source: nsict-utils
2 Section: utils
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: freecdb, bash-builtins, debhelper (>= 4.0.2),
6  catacomb-dev (>= 2.0.0), mlib-dev (>= 2.0.0), libspamc-dev
7 Standards-Version: 3.1.1
8
9 Package: nsict-utils
10 Architecture: all
11 Section: utils
12 Depends: mdwopt-perl, nsict-cdb, locking, qmail-checkspam, nsict-mail,
13  if-mtu, shadowfix, zz, gorp, splitconf, xtitle, pause, buf, create, inplace
14 Description: Dummy package for convenience.
15
16 Package: mdwopt-perl
17 Architecture: all
18 Section: perl
19 Depends: perl5
20 Description: Options parser library for perl.
21
22 Package: nsict-cdb
23 Architecture: any
24 Section: utils
25 Depends: ${shlibs:Depends}, perl5, libcdb-file-perl
26 Description: Simple utilities for messing with CDB files.
27
28 Package: locking
29 Architecture: any
30 Section: utils
31 Depends: ${shlibs:Depends}
32 Description: Run a program while holding a file lock.
33
34 Package: qmail-checkspam
35 Architecture: any
36 Section: mail
37 Depends: ${shlibs:Depends}, qmail
38 Suggests: spamassassin
39 Description: Check mail for spamminess before queueing it.
40
41 Package: nsict-mail
42 Architecture: all
43 Section: mail
44 Depends: qmail, nsict-cdb, perl5, libmime-perl
45 Description: Some simple scripts for mail handling.
46
47 Package: if-mtu
48 Architecture: any
49 Section: utils
50 Depends: ${shlibs:Depends}
51 Description: Report the MTU of a network interface.
52
53 Package: shadowfix
54 Architecture: all
55 Section: utils
56 Depends: perl5, mdwopt-perl
57 Description: Check and fix shadow password and group files.
58
59 Package: zz
60 Architecture: all
61 Section: utils
62 Description: Run a program, automatically decompressing its argument files.
63
64 Package: xtitle
65 Architecture: any
66 Depends: ${shlibs:Depends}, bash (>= 2.0.0)
67 Recommends: x-terminal-emulator
68 Section: utils
69 Description: Bash builtin for messing with xterm title bars.
70
71 Package: splitconf
72 Architecture: all
73 Depends: tclsh
74 Section: utils
75 Description: Gather little config files into one big one.
76
77 Package: gorp
78 Architecture: any
79 Depends: ${shlibs:Depends}
80 Section: utils
81 Description: Print a random base64 string.
82
83 Package: pause
84 Architecture: any
85 Depends: ${shlibs:Depends}
86 Section: utils
87 Description: Wait for a given time, or until a key is pressed.
88
89 Package: buf
90 Architecture: all
91 Section: utils
92 Description: Captures stdin in a temporary file and runs a command.
93
94 Package: create
95 Architecture: all
96 Section: utils
97 Description: Simple script encapsulating atomic file update.
98
99 Package: inplace
100 Architecture: all
101 Section: utils
102 Description: Update files in place safely.