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
3 changed files with 3 additions and 21 deletions

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: