[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#884499: lintian: Pedantic check for packages not using debhelper or CDBS



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
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-


Reply to: