X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/b812a988260297df5d2710a59577657888778094..16b8de7089d92bf881bd7daf774fec0b15de87b0:/debian/control diff --git a/debian/control b/debian/control index 3003695..c0767b5 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,11 @@ Source: xtoys Section: x11 Priority: extra -Build-Depends: mlib-dev (>= 2.0.0), mglib-dev (>= 1.1.0), - debhelper (>= 4.0.2) -Maintainer: Mark Wooding +Build-Depends: + libx11-dev, mlib-dev (>= 2.0.4), debhelper (>= 8), + python-central, python (>= 2.4), python-gtk2 +Maintainer: Mark Wooding +XS-Python-Version: >= 2.4 Standards-Version: 3.1.1 Package: xtoys @@ -12,22 +14,19 @@ Depends: ${shlibs:Depends} Description: A collection of small X11 tools We have: xscsize -- reports the display size as shell variables - xtell -- sets a root window property to a given string - xwait -- waits until a root window property gets one of a set of strings, - which is useful in .xinitrc files if you use a flaky window manager + xatom -- inspect properties on windows, and wait for changes Package: xtoys-gtk -Architecture: any -Depends: ${shlibs:Depends} +Architecture: all +Depends: ${python:Depends}, python-gtk2 (>= 2.10) Recommends: xtoys +XB-Python-Version: ${python:Versions} Description: A collection of small X11 tools We have: xcatch -- run a program, displaying its output in a scrolling window if there is any - xgetline -- pops up a dialogue, reads a line of text, and reports the + xgetline -- pops up a dialogue, reads a line of text, and reports the entered line on stdout; can do passwords, history with optional size limit, or simple selection from a list xmsg -- pop up a dialogue showing a message and a bunch of buttons, and gets a response - xshutdown -- pops up a dialogue, and if confirmed, sets a root window - property to a given string