Debianization fixes.
[xtoys] / debian / control
CommitLineData
03dcdca5 1Source: xtoys
2Section: x11
3Priority: extra
b812a988 4Build-Depends: mlib-dev (>= 2.0.0), mglib-dev (>= 1.1.0),
5 debhelper (>= 4.0.2)
03dcdca5 6Maintainer: Mark Wooding <mdw@nsict.org>
7Standards-Version: 3.1.1
8
9Package: xtoys
10Architecture: any
11Depends: ${shlibs:Depends}
12Description: A collection of small X11 tools
13 We have:
14 xscsize -- reports the display size as shell variables
15 xtell -- sets a root window property to a given string
16 xwait -- waits until a root window property gets one of a set of strings,
17 which is useful in .xinitrc files if you use a flaky window manager
18
19Package: xtoys-gtk
20Architecture: any
21Depends: ${shlibs:Depends}
22Recommends: xtoys
23Description: A collection of small X11 tools
24 We have:
25 xcatch -- run a program, displaying its output in a scrolling window if
26 there is any
27 xgetline -- pops up a dialogue, reads a line of text, and reports the
28 entered line on stdout; can do passwords, history with optional size
29 limit, or simple selection from a list
30 xmsg -- pop up a dialogue showing a message and a bunch of buttons, and
31 gets a response
32 xshutdown -- pops up a dialogue, and if confirmed, sets a root window
33 property to a given string