[Git-commits] [grml/grml-tips] 5a4dc0: Drop debian/compat and switch to debhelper-compat ...
Michael Prokop
noreply at github.com
Fri Jun 3 16:54:06 CEST 2022
Branch: refs/heads/master
Home: https://github.com/grml/grml-tips
Commit: 5a4dc01ba5e6be57c612af1d8223793c9f87bfa4
https://github.com/grml/grml-tips/commit/5a4dc01ba5e6be57c612af1d8223793c9f87bfa4
Author: Michael Prokop <mika at grml.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
R debian/compat
M debian/control
M debian/rules
Log Message:
-----------
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.
More information about the Git-commits
mailing list