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