Section 5.6.1 of debian policy states:
Package names (both source and binary) must consist only of lower case letters (a-z), digits (0-9), plus (+) and minus (-) signs, and periods (.). They must be at least two characters long and must start with an alphanumeric character.
unbound_exporter packages has an underscore in its name which causes some problems. For example with debsums:
# /usr/bin/debsums -cs
debsums: invalid package name 'unbound_exporter'
Could you rename the package from unbound_exporter to unbound-exporter?
Section 5.6.1 of debian policy states:
unbound_exporterpackages has an underscore in its name which causes some problems. For example with debsums:Could you rename the package from
unbound_exportertounbound-exporter?