dawidd6 / action-debian-package

:gear: A GitHub Action for building Debian packages
MIT License
25 stars 8 forks source link

Implement lintian support #61

Closed waja closed 2 years ago

waja commented 2 years ago

This PR adds lintian support, which helps to build packages with higher quality standards. I would really love to have that included.

dawidd6 commented 2 years ago

This is great, thanks. Just thinking maybe we should hide this functionality behind some new input? Let's say run_lintian: true/false, defaulting to false.

waja commented 2 years ago

okay ... the CI succeeded for micro and dropbear ... all the other once are failing cause other reasons not related to this change

thanks for helping me solving this

dawidd6 commented 2 years ago

Thanks!