control 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Source: razercfg
  2. Maintainer: Michael Büsch <m@bues.ch>
  3. Section: misc
  4. Priority: optional
  5. Build-Depends: debhelper (>= 10),
  6. cmake,
  7. libusb-1.0-0-dev,
  8. pkg-config,
  9. python3-dev,
  10. dh-python,
  11. systemd,
  12. udev,
  13. Standards-Version: 3.9.8
  14. Vcs-Git: https://git.bues.ch/git/razer.git
  15. Vcs-Browser: https://git.bues.ch/git/razer.git
  16. Homepage: https://bues.ch/h/razercfg
  17. Package: razercfg
  18. Architecture: any
  19. Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
  20. Suggests: python3-pyqt5
  21. Description: Razer device configuration tool
  22. This is a system daemon and Python-powered CLI configuration utility for Razer
  23. devices on Linux systems.
  24. Package: qrazercfg
  25. Architecture: all
  26. Depends: ${python3:Depends}, ${misc:Depends}, python3-pyqt5, razercfg
  27. Description: Graphical Razer device configuration tool
  28. Python- and QT-powered configuration utility for the configuration of Razer
  29. devices on Linux systems.
  30. Package: qrazercfg-applet
  31. Architecture: all
  32. Depends: ${python3:Depends}, ${misc:Depends}, python3-pyqt5, razercfg, qrazercfg
  33. Description: Graphical Razer device configuration tool - applet
  34. Python- and QT-powered configuration utility for the configuration of Razer
  35. devices on Linux systems.