Drop debian/compat and switch to debhelper-compat approach
authorMichael Prokop <mika@grml.org>
Fri, 3 Jun 2022 14:52:49 +0000 (16:52 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 3 Jun 2022 14:52:49 +0000 (16:52 +0200)
commit5a4dc01ba5e6be57c612af1d8223793c9f87bfa4
tree53b66a1e718bd9fd76e1bef1f713608d62065905
parent578d75f81f328339ffc0525c3f78f8af0614c746
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