chiark / gitweb /
stamp: New program.
[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, bash-builtins, debhelper (>= 4.0.2), python,
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  stamp
15 Description: Dummy package for convenience.
16
17 Package: mdwopt-perl
18 Architecture: all
19 Section: perl
20 Depends: perl5
21 Description: Options parser library for perl.
22
23 Package: nsict-cdb
24 Architecture: any
25 Section: utils
26 Depends: ${shlibs:Depends}, ${python:Depends}, python-cdb
27 Description: Simple utilities for messing with CDB files.
28
29 Package: locking
30 Architecture: any
31 Section: utils
32 Depends: ${shlibs:Depends}
33 Description: Run a program while holding a file lock.
34
35 Package: qmail-checkspam
36 Architecture: any
37 Section: mail
38 Depends: ${shlibs:Depends}, qmail
39 Suggests: spamassassin
40 Description: Check mail for spamminess before queueing it.
41
42 Package: nsict-mail
43 Architecture: all
44 Section: mail
45 Depends: qmail, nsict-cdb, perl5, libmime-perl
46 Description: Some simple scripts for mail handling.
47
48 Package: if-mtu
49 Architecture: any
50 Section: utils
51 Depends: ${shlibs:Depends}
52 Description: Report the MTU of a network interface.
53
54 Package: shadowfix
55 Architecture: all
56 Section: utils
57 Depends: perl5, mdwopt-perl
58 Description: Check and fix shadow password and group files.
59
60 Package: zz
61 Architecture: all
62 Section: utils
63 Description: Run a program, automatically decompressing its argument files.
64
65 Package: xtitle
66 Architecture: any
67 Depends: ${shlibs:Depends}, bash (>= 2.0.0)
68 Recommends: x-terminal-emulator
69 Section: utils
70 Description: Bash builtin for messing with xterm title bars.
71
72 Package: splitconf
73 Architecture: all
74 Depends: tclsh
75 Section: utils
76 Description: Gather little config files into one big one.
77
78 Package: gorp
79 Architecture: any
80 Depends: ${shlibs:Depends}
81 Section: utils
82 Description: Print a random base64 string.
83
84 Package: pause
85 Architecture: any
86 Depends: ${shlibs:Depends}
87 Section: utils
88 Description: Wait for a given time, or until a key is pressed.
89
90 Package: buf
91 Architecture: all
92 Section: utils
93 Description: Captures stdin in a temporary file and runs a command.
94
95 Package: create
96 Architecture: all
97 Section: utils
98 Description: Simple script encapsulating atomic file update.
99
100 Package: inplace
101 Architecture: all
102 Section: utils
103 Description: Update files in place safely.
104
105 Package: stamp
106 Architecture: any
107 Section: utils
108 Description: Like cat, but prefixing each line with a datestamp.