with-umask: New tool. DWISOTT.
[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: with-umask
118 Architecture: all
119 Section: utils
120 Description: Runs a command with a given umask.
121
122 Package: create
123 Architecture: all
124 Section: utils
125 Description: Simple script encapsulating atomic file update.
126
127 Package: inplace
128 Architecture: all
129 Section: utils
130 Description: Update files in place safely.
131
132 Package: stamp
133 Architecture: any
134 Depends: ${shlibs:Depends}
135 Section: utils
136 Description: Like cat, but prefixing each line with a datestamp.
137
138 Package: getpass
139 Architecture: any
140 Depends: ${shlibs:Depends}
141 Section: utils
142 Description: Read a password without echoing; write it to stdout.
143
144 Package: space
145 Architecture: any
146 Depends: ${shlibs:Depends}
147 Section: utils
148 Description: Identify and fix problematic whitespace in text files.
149 The space program won't send you to the moon, but it will identify
150 and fix problems such as trailing whitespace and spaces before tabs.
151 It can safely update files in place, and could therefore be used as part
152 of a commit hook.
153
154 Package: x86-model
155 Architecture: any-i386 any-amd64
156 Depends: ${shlibs:Depends}
157 Section: utils
158 Description: Shows basic model information about x86 processors.
159 The cpuid program is probably better for most people.
160
161 Package: hush
162 Architecture: all
163 Section: utils
164 Description: Run a command, hiding its output in a logfile unless it fails
165 The hush program is useful for running noisy programs from cron or similar,
166 where you get spammed with uninteresting success reports. hush runs a
167 command, logging its output, but, unless the command actually fails, it
168 produces no output of its own.