From: Michael Prokop Date: Fri, 3 Jun 2022 14:44:53 +0000 (+0200) Subject: Drop debian/compat and switch to debhelper-compat approach X-Git-Tag: v2.1.1~1 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=c37cbe7808623b3e3c89c6f046f1c798ac95f6b3;hp=c37cbe7808623b3e3c89c6f046f1c798ac95f6b3;p=grml-scripts-core.git Drop debian/compat and switch to debhelper-compat approach Fixes: | dh_clean | dh_clean: error: Compatibility levels before 7 are no longer supported (level 5 requested) Also replace `dh_clean -k` with `dh_prep`, to then fix: | dh_clean -k | dh_clean: warning: The -k option is not supported in compat 12; use dh_prep instead | dh_clean: error: This feature was removed in compat 12. ---