Source: python-libevdev Maintainer: Stephen Kitt Section: python Build-Depends: debhelper-compat (= 14), dh-python, libevdev-dev, pybuild-plugin-pyproject, python3-all, python3-hatchling, python3-pytest , python3-sphinx , python3-sphinx-rtd-theme , Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/debian/python-libevdev Vcs-Git: https://salsa.debian.org/debian/python-libevdev.git Homepage: https://gitlab.freedesktop.org/libevdev/python-libevdev Testsuite: autopkgtest-pkg-python Package: python3-libevdev Architecture: all # The direct dependency on libevdev2 isn’t ideal, but it’s embedded in # the source so soname bumps need a sourceful upload anyway Depends: libevdev2 Suggests: python-libevdev-doc Description: Python 3 wrapper for libevdev This is a Python wrapper around libevdev, a wrapper library for evdev devices. It provides a simpler API around evdev and takes advantage of libevdev’s advanced event handling, providing . * access to the state of the device (not just the events) * correct handling of fake multitouch devices * synchronisation of slots and per-slot state * transparent generation of missing tracking ids * per-context event handling . This package installs the library for Python 3. Package: python-libevdev-doc Architecture: all Section: doc Multi-Arch: foreign Build-Profiles: Description: Python wrapper for libevdev (common documentation) This is a Python wrapper around libevdev, a wrapper library for evdev devices. It provides a simpler API around evdev and takes advantage of libevdev’s advanced event handling, providing . * access to the state of the device (not just the events) * correct handling of fake multitouch devices * synchronisation of slots and per-slot state * transparent generation of missing tracking ids * per-context event handling . This is the common documentation package.