chiark / gitweb /
Add getpass to the fun
[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, cdbs, python, python-cdb,
6  catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libspamc-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         splitconf,
23         xtitle,
24         pause,
25         buf,
26         create,
27         inplace,
28         stamp,
29         space,
30         getpass
31 Description: Dummy package for convenience.
32
33 Package: mdwopt-perl
34 Architecture: all
35 Section: perl
36 Depends: perl5
37 Description: Options parser library for perl.
38
39 Package: nsict-cdb
40 Architecture: any
41 Section: utils
42 Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
43 Description: Simple utilities for messing with CDB files.
44
45 Package: locking
46 Architecture: any
47 Section: utils
48 Depends: ${shlibs:Depends}
49 Description: Run a program while holding a file lock.
50
51 Package: qmail-checkspam
52 Architecture: any
53 Section: mail
54 Depends: ${shlibs:Depends}, qmail
55 Suggests: spamassassin
56 Description: Check mail for spamminess before queueing it.
57
58 Package: nsict-mail
59 Architecture: all
60 Section: mail
61 Depends: qmail, nsict-cdb, perl5, libmime-perl
62 Description: Some simple scripts for mail handling.
63
64 Package: if-mtu
65 Architecture: any
66 Section: utils
67 Depends: ${shlibs:Depends}
68 Description: Report the MTU of a network interface.
69
70 Package: shadowfix
71 Architecture: all
72 Section: utils
73 Depends: perl5, mdwopt-perl
74 Description: Check and fix shadow password and group files.
75
76 Package: zz
77 Architecture: all
78 Section: utils
79 Description: Run a program, automatically decompressing its argument files.
80
81 Package: xtitle
82 Architecture: any
83 Depends: ${shlibs:Depends}
84 Recommends: x-terminal-emulator
85 Section: utils
86 Description: Simple program for messing with xterm (or compatible) title bars.
87
88 Package: splitconf
89 Architecture: all
90 Depends: tclsh
91 Section: utils
92 Description: Gather little config files into one big one.
93
94 Package: gorp
95 Architecture: any
96 Depends: ${shlibs:Depends}
97 Section: utils
98 Description: Print a random base64 string.
99
100 Package: pause
101 Architecture: any
102 Depends: ${shlibs:Depends}
103 Section: utils
104 Description: Wait for a given time, or until a key is pressed.
105
106 Package: buf
107 Architecture: all
108 Section: utils
109 Description: Captures stdin in a temporary file and runs a command.
110
111 Package: create
112 Architecture: all
113 Section: utils
114 Description: Simple script encapsulating atomic file update.
115
116 Package: inplace
117 Architecture: all
118 Section: utils
119 Description: Update files in place safely.
120
121 Package: stamp
122 Architecture: any
123 Section: utils
124 Description: Like cat, but prefixing each line with a datestamp.
125
126 Package: getpass
127 Architecture: any
128 Section: utils
129 Description: Read a password without echoing; write it to stdout.
130
131 Package: space
132 Architecture: any
133 Section: utils
134 Description: Identify and fix problematic whitespace in text files.
135  The space program won't send you to the moon, but it will identify
136  and fix problems such as trailing whitespace and spaces before tabs.
137  It can safely update files in place, and could therefore be used as part
138  of a commit hook.