File: control

package info (click to toggle)
evemu 2.7.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,172 kB
  • sloc: sh: 4,331; ansic: 1,706; python: 1,186; makefile: 143; cpp: 11
file content (90 lines) | stat: -rw-r--r-- 2,964 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
Source: evemu
Section: libs
Priority: optional
Maintainer: Stephen Kitt <skitt@debian.org>
Build-Depends: asciidoc,
               debhelper (>= 9),
               dh-autoreconf,
               dh-python,
               libevdev-dev (>= 1.2.99.902),
               pkg-config,
               python,
               python3-all,
               xmlto
Standards-Version: 4.1.4
Homepage: https://www.freedesktop.org/wiki/Evemu/
Vcs-Browser: https://salsa.debian.org/debian/evemu
Vcs-Git: https://salsa.debian.org/debian/evemu.git

Package: libevemu3
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Linux Input Event Device Emulation Library
 The evemu library and tools are used to describe devices, record data,
 create emulation devices and replay data from kernel evdev (input event)
 devices.

Package: python-evemu
Section: python
Architecture: linux-any
Multi-Arch: allowed
Pre-Depends: ${misc:Pre-Depends}
Depends: libevemu3 (= ${binary:Version}),
         libevdev2,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Description: Linux Input Event Device Emulation Library - Python bindings
 The evemu library and tools are used to describe devices, record data,
 create emulation devices and replay data from kernel evdev (input event)
 devices.
 .
 This package contains the Python bindings for the evemu library.

Package: python3-evemu
Section: python
Architecture: linux-any
Multi-Arch: allowed
Pre-Depends: ${misc:Pre-Depends}
Depends: libevemu3 (= ${binary:Version}),
         libevdev2,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Linux Input Event Device Emulation Library - Python3 bindings
 The evemu library and tools are used to describe devices, record data,
 create emulation devices and replay data from kernel evdev (input event)
 devices.
 .
 This package contains the Python3 bindings for the evemu library.

Package: libevemu-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libevemu3 (= ${binary:Version}),
         ${misc:Depends}
Description: Linux Input Event Device Emulation Library - development files
 The evemu library and tools are used to describe devices, record data,
 create emulation devices and replay data from kernel evdev (input event)
 devices.
 .
 This package contains files that are needed to build applications.

Package: evemu-tools
Section: utils
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: libevemu3 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Linux Input Event Device Emulation Library - test tools
 The evemu library and tools are used to describe devices, record data,
 create emulation devices and replay data from kernel evdev (input event)
 devices.
 .
 This package provides test tools for the evemu library.