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
|
Source: libei
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Jeremy Bícha <jbicha@ubuntu.com>
Build-Depends:
debhelper-compat (= 13),
black,
libevdev-dev,
libsystemd-dev,
libxkbcommon-dev,
meson,
pkgconf,
python3-attr,
python3-dbusmock,
python3-jinja2,
python3-pytest,
python3-structlog,
python3-yaml
Standards-Version: 4.7.0
Rules-Requires-Root: no
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
# Vcs-Browser: https://salsa.debian.org/jbicha/libei
Package: libei1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc: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:
${shlibs:Depends},
${misc: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:
${shlibs:Depends},
${misc: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:
${misc:Depends},
libei1 (= ${binary:Version}),
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:
${misc:Depends},
libeis1 (= ${binary:Version}),
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:
${misc:Depends},
liboeffis1 (= ${binary:Version}),
libsystemd-dev,
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
Depends:
${shlibs:Depends},
${misc: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.
|