chiark / gitweb /
Add new program `xwarpptr'.
[xtoys] / debian / control
index 5a1c73f26567bcd6e742070d50e7a2383084fc97..3d3e2e6efea2cd2b5ee3dffca8c218308b22fdd1 100644 (file)
@@ -1,8 +1,11 @@
 Source: xtoys
 Section: x11
 Priority: extra
-Build-Depends: libx11-dev, mlib-dev (>= 2.0.4), debhelper (>= 5)
+Build-Depends: debhelper (>= 9), pkg-config,
+       libx11-dev, libxrandr-dev, mlib-dev (>= 2.0.4)
+Build-Depends-Indep: python (>= 2.6.6-3~), python-gtk2
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
+XS-Python-Version: >= 2.4
 Standards-Version: 3.1.1
 
 Package: xtoys
@@ -11,3 +14,21 @@ Depends: ${shlibs:Depends}
 Description: A collection of small X11 tools
  We have:
  xscsize -- reports the display size as shell variables
+ xatom -- inspect properties on windows, and wait for changes
+ xrepaint -- repaint the display, or just a single screen
+ xwarpptr -- move mouse pointer to a given location
+
+Package: xtoys-gtk
+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
+   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