chiark / gitweb /
A slew of whitespace cleanups.
[xtoys] / debian / control
CommitLineData
03dcdca5 1Source: xtoys
2Section: x11
3Priority: extra
bce8c6ee 4Build-Depends:
c1c9f4d2 5 libx11-dev, mlib-dev (>= 2.0.4), debhelper (>= 5),
bce8c6ee 6 python-central, python (>= 2.4), python-gtk2
d0499b4e 7Maintainer: Mark Wooding <mdw@distorted.org.uk>
bce8c6ee 8XS-Python-Version: >= 2.4
03dcdca5 9Standards-Version: 3.1.1
10
11Package: xtoys
12Architecture: any
13Depends: ${shlibs:Depends}
14Description: A collection of small X11 tools
15 We have:
16 xscsize -- reports the display size as shell variables
01a2fe8e 17 xatom -- inspect properties on windows, and wait for changes
bce8c6ee
MW
18
19Package: xtoys-gtk
20Architecture: all
21Depends: ${python:Depends}, python-gtk2 (>= 2.10)
22Recommends: xtoys
23XB-Python-Version: ${python:Versions}
24Description: A collection of small X11 tools
25 We have:
26 xcatch -- run a program, displaying its output in a scrolling window if
27 there is any
c1c9f4d2 28 xgetline -- pops up a dialogue, reads a line of text, and reports the
bce8c6ee
MW
29 entered line on stdout; can do passwords, history with optional size
30 limit, or simple selection from a list
31 xmsg -- pop up a dialogue showing a message and a bunch of buttons, and
32 gets a response