Drop debian/compat and switch to debhelper-compat approach
authorMichael Prokop <mika@grml.org>
Fri, 3 Jun 2022 14:44:53 +0000 (16:44 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 3 Jun 2022 14:46:13 +0000 (16:46 +0200)
commitc37cbe7808623b3e3c89c6f046f1c798ac95f6b3
treea7faae3392c427e8fb6dfcc1a7fdd67605cae5ca
parent88eb41d9d4d1dace3a0e173d5e4ea4c984c536bf
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.
debian/compat [deleted file]
debian/control
debian/rules