Initial release
This commit is contained in:
parent
64d530c26f
commit
ea83a483fa
|
@ -0,0 +1,5 @@
|
||||||
|
realtek-rtl8188eus-dkms for Debian
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
|
This package was automatically generated by the DKMS system,
|
||||||
|
for distribution on Debian based operating systems.
|
|
@ -0,0 +1,5 @@
|
||||||
|
realtek-rtl8188eus-dkms (5.3.9~20191129-0kali1) kali-dev; urgency=medium
|
||||||
|
|
||||||
|
* Initial release (see 5842)
|
||||||
|
|
||||||
|
-- Sophie Brun <sophie@offensive-security.com> Tue, 17 Dec 2019 17:14:38 +0100
|
|
@ -0,0 +1,19 @@
|
||||||
|
Source: realtek-rtl8188eus-dkms
|
||||||
|
Section: contrib/kernel
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Kali Developers <devel@kali.org>
|
||||||
|
Uploaders: Sophie Brun <sophie@offensive-security.com>
|
||||||
|
Build-Depends: debhelper-compat (= 12), dkms, dh-exec
|
||||||
|
Standards-Version: 4.4.1
|
||||||
|
Homepage: https://github.com/aircrack-ng/rtl8188eus
|
||||||
|
Vcs-Browser: https://gitlab.com/kalilinux/packages/realtek-rtl8188eus-dkms
|
||||||
|
Vcs-Git: https://gitlab.com/kalilinux/packages/realtek-rtl8188eus-dkms.git
|
||||||
|
|
||||||
|
Package: realtek-rtl8188eus-dkms
|
||||||
|
Architecture: all
|
||||||
|
Depends: dkms (>= 1.95), ${misc:Depends}
|
||||||
|
Description: Realtek RTL8188EUS driver in DKMS format
|
||||||
|
This package provides the source code for RTL8188EUS Linux driver (with
|
||||||
|
monitor mode and frame injection) to be build with dkms. Kernel sources or
|
||||||
|
headers are required to compile this module.
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: realtek-rtl8188eus-dkms
|
||||||
|
Source: https://github.com/aircrack-ng/rtl8188eus
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2007 - 2017 Realtek Corporation.
|
||||||
|
License: GPL-2
|
||||||
|
|
||||||
|
Files: os_dep/linux/rhashtable.*
|
||||||
|
Copyright: 2015 Herbert Xu <herbert@gondor.apana.org.au>
|
||||||
|
2014-2015 Thomas Graf <tgraf@suug.ch>
|
||||||
|
2008-2014 Patrick McHardy <kaber@trash.net>
|
||||||
|
License: GPL-2
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2019 Sophie Brun <sophie@offensive-security.com>
|
||||||
|
License: GPL-2
|
||||||
|
|
||||||
|
License: GPL-2
|
||||||
|
This package is free software; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License version 2 as published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
.
|
||||||
|
This package is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
.
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU General
|
||||||
|
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
|
@ -0,0 +1 @@
|
||||||
|
README.md
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/dh-exec
|
||||||
|
core hal include Kconfig Makefile os_dep platform usr/src/realtek-rtl8188eus-${DEB_VERSION_UPSTREAM}
|
|
@ -0,0 +1,21 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
#export DH_VERBOSE = 1
|
||||||
|
|
||||||
|
include /usr/share/dpkg/pkg-info.mk
|
||||||
|
export DEB_VERSION_UPSTREAM
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --with dkms
|
||||||
|
|
||||||
|
override_dh_dkms:
|
||||||
|
dh_dkms -V $(DEB_VERSION_UPSTREAM) -- dkms.conf
|
||||||
|
|
||||||
|
override_dh_fixperms:
|
||||||
|
dh_fixperms
|
||||||
|
find debian/realtek-rtl8188eus-dkms/usr/src -type f -exec chmod -x {} \;
|
||||||
|
|
||||||
|
# Nothing to configure, build or auto-install (all is done after
|
||||||
|
# installation using dkms)
|
||||||
|
override_dh_auto_configure:
|
||||||
|
override_dh_auto_build:
|
||||||
|
override_dh_auto_install:
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
|
@ -0,0 +1,4 @@
|
||||||
|
version=4
|
||||||
|
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%realtek-rtl8188eus-dkms-$1.tar.gz%" \
|
||||||
|
https://github.com/aircrack-ng/rtl8188eus/tags \
|
||||||
|
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
|
Loading…
Reference in New Issue