1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
Source: xnee
Section: x11
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Barry deFreese <bddebian@comcast.net>
Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libxtst-dev, libpanel-applet2-dev, imagemagick, libgnomeui-dev
Standards-Version: 3.8.4
Homepage: http://www.sandklef.com/xnee/
Vcs-Browser: http://git.debian.org/?p=collab-maint/xnee.git
Vcs-Git: git://git.debian.org/git/collab-maint/xnee.git
Package: xnee
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, cnee | gnee
Description: X event recorder/replayer - metapackage
GNU Xnee is a suite of programs that can record, replay and
distribute user actions under the X11 environment. Think of it as a
robot that can imitate the job you just did.
.
Xnee can be used to
- automate tests
- demonstrate programs
- distribute actions
- record and replay 'macro'
- retype a file
.
This package contains a metapackage depending on one of the
implementation of Xnee (command line, graphical user interface or
GNOME panel).
Package: libxnee0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: X event recorder/replayer - library
GNU Xnee is a suite of programs that can record, replay and
distribute user actions under the X11 environment. Think of it as a
robot that can imitate the job you just did.
.
Xnee can be used to
- automate tests
- demonstrate programs
- distribute actions
- record and replay 'macro'
- retype a file
.
This package contains the library common to gnee, pnee and gnee.
Package: libxnee-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libxnee0 (= ${binary:Version})
Description: X event recorder/replayer - development files
GNU Xnee is a suite of programs that can record, replay and
distribute user actions under the X11 environment. Think of it as a
robot that can imitate the job you just did.
.
Xnee can be used to
- automate tests
- demonstrate programs
- distribute actions
- record and replay 'macro'
- retype a file
.
This package contains the header files and library for writing applications
using libxnee.
Package: libxnee-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, libxnee0 (= ${binary:Version})
Description: X event recorder/replayer - debugging symbols
GNU Xnee is a suite of programs that can record, replay and
distribute user actions under the X11 environment. Think of it as a
robot that can imitate the job you just did.
.
Xnee can be used to
- automate tests
- demonstrate programs
- distribute actions
- record and replay 'macro'
- retype a file
.
This package contains the debugging symbols for the library.
Package: xnee-doc
Architecture: all
Section: doc
Replaces: xnee (<< 3)
Conflicts: xnee (<< 3)
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Description: X event recorder/replayer - documentation
GNU Xnee is a suite of programs that can record, replay and
distribute user actions under the X11 environment. Think of it as a
robot that can imitate the job you just did.
.
Xnee can be used to
- automate tests
- demonstrate programs
- distribute actions
- record and replay 'macro'
- retype a file
.
This package contains the complete documentation of Xnee.
Package: cnee
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: xnee-doc
Description: X event recorder/replayer - command-line flavor
GNU Xnee is a suite of programs that can record, replay and
distribute user actions under the X11 environment. Think of it as a
robot that can imitate the job you just did.
.
Xnee can be used to
- automate tests
- demonstrate programs
- distribute actions
- record and replay 'macro'
- retype a file
.
This package contains the command-line flavor of Xnee.
Package: gnee
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: xnee-doc
Description: X event recorder/replayer - GUI flavor
GNU Xnee is a suite of programs that can record, replay and
distribute user actions under the X11 environment. Think of it as a
robot that can imitate the job you just did.
.
Xnee can be used to
- automate tests
- demonstrate programs
- distribute actions
- record and replay 'macro'
- retype a file
.
This package contains the GUI flavor of Xnee.
Package: pnee
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: xnee-doc
Description: X event recorder/replayer - GNOME panel applet
GNU Xnee is a suite of programs that can record, replay and
distribute user actions under the X11 environment. Think of it as a
robot that can imitate the job you just did.
.
Xnee can be used to
- automate tests
- demonstrate programs
- distribute actions
- record and replay 'macro'
- retype a file
.
This package contains the GNOME panel applet for Xnee.
|