File: control

package info (click to toggle)
libei 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,916 kB
  • sloc: ansic: 23,868; python: 2,712; xml: 1,243; sh: 142; makefile: 68; cpp: 12; lisp: 2
file content (136 lines) | stat: -rw-r--r-- 4,499 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Source: libei
Section: x11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>
Build-Depends:
 debhelper-compat (= 13),
 libevdev-dev,
 libsystemd-dev,
 libxkbcommon-dev,
 meson,
 pkgconf,
 python3-attr <!nocheck> <!noinsttest>,
 python3-dbusmock <!nocheck> <!noinsttest>,
 python3-jinja2:native,
 python3-pytest <!nocheck> <!noinsttest>,
 python3-structlog <!nocheck> <!noinsttest>,
 python3-yaml <!nocheck> <!noinsttest>
Standards-Version: 4.7.3
Homepage: https://gitlab.freedesktop.org/libinput/libei
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libei.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libei

Package: libei1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Emulated Input client library
 libei is a library for Emulated Input, primarily aimed at the Wayland
 stack. It provides three parts:
  - EI (Emulated Input) for the client side (libei)
  - EIS (Emulated Input Server) for the server side (libeis)
  - oeffis for D-Bus communication with the XDG RemoteDesktop portal
 .
 This package provides the Emulated Input client library.

Package: libeis1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Emulated Input server library
 libei is a library for Emulated Input, primarily aimed at the Wayland
 stack. It provides three parts:
  - EI (Emulated Input) for the client side (libei)
  - EIS (Emulated Input Server) for the server side (libeis)
  - oeffis for D-Bus communication with the XDG RemoteDesktop portal
 .
 This package provides the Emulated Input Server library.

Package: liboeffis1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: RemoteDesktop portal DBus helper library
 libei is a library for Emulated Input, primarily aimed at the Wayland
 stack. It provides three parts:
  - EI (Emulated Input) for the client side (libei)
  - EIS (Emulated Input Server) for the server side (libeis)
  - oeffis for D-Bus communication with the XDG RemoteDesktop portal
 .
 This package provides the D-Bus XDG RemoteDesktop portal helper library.

Package: libei-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libei1 (= ${binary:Version}),
 ${misc:Depends}
Description: Emulated Input client library (development headers)
 libei is a library for Emulated Input, primarily aimed at the Wayland
 stack. It provides three parts:
  - EI (Emulated Input) for the client side (libei)
  - EIS (Emulated Input Server) for the server side (libeis)
  - oeffis for D-Bus communication with the XDG RemoteDesktop portal
 .
 This package provides development headers for the Emulated Input client
 library.

Package: libeis-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libeis1 (= ${binary:Version}),
 ${misc:Depends}
Description: Emulated Input server library (development headers)
 libei is a library for Emulated Input, primarily aimed at the Wayland
 stack. It provides three parts:
  - EI (Emulated Input) for the client side (libei)
  - EIS (Emulated Input Server) for the server side (libeis)
  - oeffis for D-Bus communication with the XDG RemoteDesktop portal
 .
 This package provides development headers for the Emulated Input Server
 library.

Package: liboeffis-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 liboeffis1 (= ${binary:Version}),
 libsystemd-dev,
 ${misc:Depends}
Description: RemoteDesktop portal DBus helper library (development headers)
 libei is a library for Emulated Input, primarily aimed at the Wayland
 stack. It provides three parts:
  - EI (Emulated Input) for the client side (libei)
  - EIS (Emulated Input Server) for the server side (libeis)
  - oeffis for D-Bus communication with the XDG RemoteDesktop portal
 .
 This package provides development headers for the D-Bus XDG RemoteDesktop
 portal helper library.

Package: libei-tests
Architecture: any
Build-Profiles: <!noinsttest>
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Emulated Input client library - installed tests
 libei is a library for Emulated Input, primarily aimed at the Wayland
 stack. It provides three parts:
  - EI (Emulated Input) for the client side (libei)
  - EIS (Emulated Input Server) for the server side (libeis)
  - oeffis for D-Bus communication with the XDG RemoteDesktop portal
 .
 This package includes tests to be used on the installed system.