diff --git a/debian/patches/0001-Remove-last-remnants-of-log_action_msg-from-dkms_aut.patch b/debian/patches/0001-Remove-last-remnants-of-log_action_msg-from-dkms_aut.patch deleted file mode 100644 index 02232d0..0000000 --- a/debian/patches/0001-Remove-last-remnants-of-log_action_msg-from-dkms_aut.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 8c502778eb2277b2f16b215f0820545909bf1833 Mon Sep 17 00:00:00 2001 -From: Simone Caronni -Date: Sat, 5 Oct 2024 17:06:59 +0200 -Subject: [PATCH 1/2] Remove last remnants of log_action_msg from - dkms_autoinstaller.in - ---- - dkms_autoinstaller.in | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/dkms_autoinstaller.in b/dkms_autoinstaller.in -index 31c382e..358e3d1 100755 ---- a/dkms_autoinstaller.in -+++ b/dkms_autoinstaller.in -@@ -59,9 +59,9 @@ case "$1" in - kernel=$(uname -r) - fi - if [ -f /etc/dkms/no-autoinstall ]; then -- log_action_msg "Automatic installation of modules has been disabled." -+ echo "Automatic installation of modules has been disabled." - elif ! _check_kernel_dir $kernel; then -- log_action_msg "Automatic installation of modules for kernel $kernel was skipped since the kernel headers for this kernel do not seem to be installed." -+ echo "Automatic installation of modules for kernel $kernel was skipped since the kernel headers for this kernel do not seem to be installed." - else - dkms autoinstall --kernelver $kernel - res=$? --- -2.39.5 - diff --git a/debian/patches/series b/debian/patches/series index 86f8d8c..840e670 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,4 @@ -0001-Remove-last-remnants-of-log_action_msg-from-dkms_aut.patch 0002-Drop-GNU-kFreeBSD.patch - 1001-remove-trailing-whitespace.patch 1002-initially-clear-variables-that-can-contain-cleanup-c.patch 1003-add-help-h-options.patch