Lowered debhelper-compat level, added package "dkms" as build-dependency

This commit is contained in:
crt0mega 2020-06-20 20:32:52 +02:00
parent 17c0b63f83
commit 1dc9218f63
2 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ The original idea of patching and packaging this module was *lend* from the pack
## Usage ## Usage
Clone this repository and run `dpkg-buildpackage -us -uc -b`. Install the resulting package with `sudo dpkg -i path/to.deb`. Clone this repository and run `dpkg-buildpackage -us -uc -b`. Install the resulting package with `sudo dpkg -i path/to.deb`.
To have OpenRGB controlling your LEDs you either need to add your user to the group `adm` or simply run OpenRGB as root. I'd rather not recommend to run any GUI application with root privileges. To have OpenRGB controlling your LEDs you either need to add your user to the group `adm` or simply run OpenRGB as root. I'd rather not recommend to run any GUI application with root privileges.
THX
## Thanks to ## Thanks to
- [CalcProgrammer1](https://gitlab.com/CalcProgrammer1) for his awesome work on OpenAuraSDK/OpenRGB and his fix for i2c-piix4, - [CalcProgrammer1](https://gitlab.com/CalcProgrammer1) for his awesome work on OpenAuraSDK/OpenRGB and his fix for i2c-piix4,
- Térence Clastres for the awesome idea of squeezing this patch into a DKMS package and - Térence Clastres for the awesome idea of squeezing this patch into a DKMS package and
- my gf for sharing and supporting my obsession with RGB LED stuff and Linux. - my gf for sharing and supporting my obsession with RGB LED stuff and Linux.
- [SurfsideShip264](https://www.reddit.com/user/SurfsideShip264/) for pointing out an issue with the build-dependencies

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: i2c-piix4-aura-dkms
Section: unknown Section: unknown
Priority: optional Priority: optional
Maintainer: crt0mega <crt0mega@c-r-t.tk> Maintainer: crt0mega <crt0mega@c-r-t.tk>
Build-Depends: debhelper-compat (= 12) Build-Depends: debhelper-compat (= 11), dkms
Standards-Version: 4.4.1 Standards-Version: 4.4.1
#Homepage: <insert the upstream URL, if relevant> #Homepage: <insert the upstream URL, if relevant>
#Vcs-Browser: https://salsa.debian.org/debian/i2c-piix4-aura-dkms-5.4.6 #Vcs-Browser: https://salsa.debian.org/debian/i2c-piix4-aura-dkms-5.4.6