feat: add driver package to build DEB package support in Debian DKMS format

Log: add Debian packaging support
This commit is contained in:
刘鑫 2021-05-15 16:42:04 +08:00
parent b4d6cb1d6f
commit ae5be09bbc
12 changed files with 162 additions and 1 deletions

22
debian/control vendored Normal file
View file

@ -0,0 +1,22 @@
Source: rtl8188eu
Section: misc
Priority: optional
Maintainer: liuxin <liuxin@uniontech.com>
Build-Depends: debhelper (>= 11),
dkms,
bc,
module-assistant,
build-essential
Standards-Version: 4.1.3
Vcs-Browser: https://github.com/lwfinger/rtl8188eu
Vcs-Git: https://github.com/lwfinger/rtl8188eu.git
Package: rtl8188eu-dkms
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DKMS files to build and install rtl8188ec
The rtl8188ec driver provides the driver for USB wifi adapter.
This package contains the DKMS files to build and install rtl8188ec.
To install this package, you have to install the header files for your
current kernel manually (usually included in the "linux-headers-<your
architecture>").