[Git-commits] [grml/grml-scripts-core] c37cbe: Drop debian/compat and switch to debhelper-compat ...
Michael Prokop
noreply at github.com
Fri Jun 3 16:47:30 CEST 2022
Branch: refs/heads/master
Home: https://github.com/grml/grml-scripts-core
Commit: c37cbe7808623b3e3c89c6f046f1c798ac95f6b3
https://github.com/grml/grml-scripts-core/commit/c37cbe7808623b3e3c89c6f046f1c798ac95f6b3
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