File: control

package info (click to toggle)
xnee 3.19-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 34,392 kB
  • sloc: ansic: 23,552; sh: 13,521; makefile: 601
file content (118 lines) | stat: -rw-r--r-- 3,426 bytes parent folder | download
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
Source: xnee
Section: x11
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Barry deFreese <bddebian@comcast.net>
Build-Depends:
        debhelper (>= 9),
        cdbs,
        dh-autoreconf,
        pkg-config,
        libxtst-dev,
        imagemagick,
        dia,
        texi2html,
        texlive-base,
        texlive-extra-utils,
        texlive-font-utils,
        texlive-plain-generic,
        texinfo,
        ghostscript
Standards-Version: 3.9.5
Homepage: https://xnee.wordpress.com/
Vcs-Browser: https://salsa.debian.org/debian/xnee
Vcs-Git: https://salsa.debian.org/debian/xnee.git

Package: xnee
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, cnee
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 cnee 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: xnee-doc
Architecture: all
Section: doc
Replaces: xnee (<< 3)
Breaks: xnee (<< 3)
Depends: ${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.