debian/compat: Update to Debhelper 9 and `dh_python2'.
[xtoys] / debian / control
CommitLineData
03dcdca5 1Source: xtoys
2Section: x11
3Priority: extra
acbef80b 4Build-Depends: debhelper (>= 9), pkg-config,
243654c4 5 libx11-dev, libxrandr-dev, mlib-dev (>= 2.0.4)
5bdda4e1 6Build-Depends-Indep: python (>= 2.6.6-3~), 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
dd6d43a6 18 xrepaint -- repaint the display, or just a single screen
bce8c6ee
MW
19
20Package: xtoys-gtk
21Architecture: all
22Depends: ${python:Depends}, python-gtk2 (>= 2.10)
23Recommends: xtoys
24XB-Python-Version: ${python:Versions}
25Description: A collection of small X11 tools
26 We have:
27 xcatch -- run a program, displaying its output in a scrolling window if
28 there is any
c1c9f4d2 29 xgetline -- pops up a dialogue, reads a line of text, and reports the
bce8c6ee
MW
30 entered line on stdout; can do passwords, history with optional size
31 limit, or simple selection from a list
32 xmsg -- pop up a dialogue showing a message and a bunch of buttons, and
33 gets a response