Remove useless patch (we change version in debian/rules)

This commit is contained in:
Sophie Brun 2022-06-21 12:08:35 +02:00
parent 1a7fc4699b
commit 4d3330bc88
No known key found for this signature in database
GPG Key ID: 5792783B206FEE30
3 changed files with 3 additions and 21 deletions

View File

@ -1,20 +0,0 @@
From: Sophie Brun <sophie@offensive-security.com>
Date: Fri, 10 Jul 2020 08:49:31 +0200
Subject: Change dkms version
Forwarded: not-needed
---
dkms.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dkms.conf b/dkms.conf
index 1c14127..1708d4c 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="realtek-rtl8188eus"
-PACKAGE_VERSION="5.3.9~20200316"
+PACKAGE_VERSION="5.3.9~git20220319.0958f29"
CLEAN="'make' clean"
BUILT_MODULE_NAME[0]=8188eu
PROCS_NUM=`nproc`

View File

@ -1,2 +1 @@
Change-dkms-version.patch
add-support-kernel-5.17.patch

3
debian/rules vendored
View File

@ -15,6 +15,9 @@ override_dh_fixperms:
dh_fixperms
find debian/realtek-rtl8188eus-dkms/usr/src -type f -exec chmod -x {} \;
execute_after_dh_install:
sed -i dkms.conf -e 's%^PACKAGE_VERSION=.*%PACKAGE_VERSION="$(DEB_VERSION_UPSTREAM)"%'
# Nothing to configure, build or auto-install (all is done after
# installation using dkms)
override_dh_auto_configure: