No more dh-exec (requires compat 13)
This commit is contained in:
parent
0c779d9cd8
commit
50b857d068
|
@ -3,7 +3,7 @@ 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
|
||||
Build-Depends: debhelper-compat (= 13), dkms
|
||||
Standards-Version: 4.5.1
|
||||
Homepage: https://github.com/aircrack-ng/rtl8188eus
|
||||
Vcs-Browser: https://gitlab.com/kalilinux/packages/realtek-rtl8188eus-dkms
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
#!/usr/bin/dh-exec
|
||||
core hal include Kconfig Makefile os_dep platform usr/src/realtek-rtl8188eus-${DEB_VERSION_UPSTREAM}
|
||||
core hal include Kconfig Makefile os_dep platform usr/src/realtek-rtl8188eus-${env:DEB_VERSION_UPSTREAM}
|
||||
debian/r8188eus-dkms.conf etc/modprobe.d
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#we export the variable provided by /usr/share/dpkg/pkg-info.mk
|
||||
realtek-rtl8188eus-dkms source: dh-exec-subst-unknown-variable debian/realtek-rtl8188eus-dkms.install DEB_VERSION_UPSTREAM
|
Loading…
Reference in New Issue