chiark / gitweb /
Debianization\!
[xtoys] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..e1fd9b8
--- /dev/null
@@ -0,0 +1,31 @@
+Source: xtoys
+Section: x11
+Priority: extra
+Maintainer: Mark Wooding <mdw@nsict.org>
+Standards-Version: 3.1.1
+
+Package: xtoys
+Architecture: any
+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
+
+Package: xtoys-gtk
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: xtoys
+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
+ xshutdown -- pops up a dialogue, and if confirmed, sets a root window
+   property to a given string