in libraries/utils.rb [20:30]
def debug_ext case node['platform_family'] when 'debian' '-dbg' when 'rhel', 'fedora' '-debug' else '' end end