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
|
Source: openrazer
Maintainer: Dylan Aïssi <daissi@debian.org>
Section: misc
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-dkms,
pkgconf,
python3,
python3-setuptools,
systemd-dev,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/openrazer
Vcs-Git: https://salsa.debian.org/debian/openrazer.git
Homepage: https://openrazer.github.io/
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-dkms
Package: openrazer-meta
Architecture: all
Depends: ${misc:Depends},
openrazer-driver-dkms (= ${binary:Version}),
openrazer-daemon (= ${binary:Version}),
python3-openrazer (= ${binary:Version})
Suggests: openrazer-doc (= ${binary:Version})
Description: OpenRazer peripheral drivers (metapackage)
OpenRazer is a collection of GNU/Linux drivers for the Razer devices.
Supported devices include keyboards, mice, mouse-mats, headsets and
various other devices.
.
This package is a metapackage which depends on the OpenRazer driver and
userspace daemon, plus a Python library and documentation.
Package: openrazer-driver-dkms
Architecture: all
Section: kernel
Depends: ${misc:Depends},
dkms,
udev
# To avoid problem with old upstream deb packages
Conflicts: openrazer-kernel-modules-dkms
Provides: openrazer-kernel-modules-dkms
Replaces: openrazer-kernel-modules-dkms
Description: OpenRazer peripheral drivers (DKMS)
OpenRazer is a collection of GNU/Linux drivers for the Razer devices.
Supported devices include keyboards, mice, mouse-mats, headsets and
various other devices.
.
This package provides the source code for the OpenRazer kernel module to be
build with dkms. Kernel sources or headers are required to compile this
module.
.
Please read the Troubleshooting Guide in
/usr/share/doc/openrazer-driver-dkms/README.Debian.
Package: openrazer-daemon
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
openrazer-driver-dkms (= ${binary:Version}),
python3-dbus,
python3-gi,
python3-pyudev,
python3-setproctitle,
python3-notify2,
python3-daemonize,
gir1.2-gtk-3.0,
xautomation,
dbus-user-session
Recommends: python3-openrazer (= ${binary:Version})
Description: OpenRazer peripheral drivers (daemon)
OpenRazer is a collection of GNU/Linux drivers for the Razer devices.
Supported devices include keyboards, mice, mouse-mats, headsets and
various other devices.
.
This package provides a user-space daemon used to interface with the driver.
It contains a systemd user unit and an AppStream file.
Package: python3-openrazer
Architecture: all
Section: python
Depends: ${misc:Depends},
${python3:Depends},
openrazer-daemon (= ${binary:Version}),
python3-dbus,
python3-gi,
python3-numpy
Description: OpenRazer peripheral drivers (Python 3)
OpenRazer is a collection of GNU/Linux drivers for the Razer devices.
Supported devices include keyboards, mice, mouse-mats, headsets and
various other devices.
.
This package contains a library for interacting with the OpenRazer daemon.
Package: openrazer-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: OpenRazer peripheral drivers (documentation)
OpenRazer is a collection of GNU/Linux drivers for the Razer devices.
Supported devices include keyboards, mice, mouse-mats, headsets and
various other devices.
.
This package contains scripts on how to interact with the daemon and
the driver.
|