aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 255855bb866d59ae662069f6e198210c8ee933cb (plain)
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
Source: razercfg
Maintainer: Michael Büsch <m@bues.ch>
Section: misc
Priority: optional
Build-Depends: debhelper (>= 9),
 cmake,
 dh-systemd,
 libusb-1.0-0-dev,
 pkg-config,
 python3-dev,
 dh-python,
 systemd,
 udev,
Standards-Version: 3.9.8
Vcs-Git: https://git.bues.ch/git/razer.git
Vcs-Browser: https://git.bues.ch/git/razer.git
Homepage: https://bues.ch/h/razercfg

Package: razercfg
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
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.
bues.ch cgit interface