Chris Lamb wrote: > > lintian: Pedantic check for packages not using debhelper or CDBS
We actually already have this as a classification tag of sorts in
checks/debhelper.pm:
if (%build_systems) {
my @systems = sort(keys(%build_systems));
tag 'debian-build-system', join(', ', @systems);
} else {
tag 'debian-build-system', 'other';
}
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-

