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