From: Michael Prokop Date: Fri, 3 Jun 2022 14:52:49 +0000 (+0200) Subject: Drop debian/compat and switch to debhelper-compat approach X-Git-Tag: v0.7.3~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=5a4dc01ba5e6be57c612af1d8223793c9f87bfa4;hp=5a4dc01ba5e6be57c612af1d8223793c9f87bfa4;p=grml-tips.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. ---