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
|
Source: razercfg
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: misc
Build-Depends: debhelper-compat (= 13),
cmake,
libusb-1.0-0-dev,
pkgconf,
python3-dev,
python3-setuptools,
dh-python,
systemd-dev,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/razercfg.git
Vcs-Browser: https://salsa.debian.org/debian/razercfg
Homepage: https://bues.ch/h/razercfg
Package: razercfg
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends},
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: python3-pyqt5
Description: Razer device configuration tool
This is a system daemon and Python-powered CLI configuration utility for Razer
devices on Linux systems.
Package: qrazercfg
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pyqt5, razercfg
Description: Graphical Razer device configuration tool
Python- and QT-powered configuration utility for the configuration of Razer
devices on Linux systems.
Package: qrazercfg-applet
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pyqt5, razercfg, qrazercfg
Description: Graphical Razer device configuration tool - applet
Python- and QT-powered configuration utility for the configuration of Razer
devices on Linux systems.
|