stpettersens / gulp-debian

:tropical_drink: Gulp plug-in to create a Debian package.
https://libraries.io/npm/gulp-debian
Other
7 stars 10 forks source link

Add lintian check to Travis #17

Open lucomsky opened 6 years ago

lucomsky commented 6 years ago

It'll be good to add lintian check to Travis to have good feedback from real state of *.deb packages.

It can be done by this command: lintian -c dist/demo*.deb

Package have to be build with fakeroot: fakeroot gulp, fakeroot gulp deb-json and so on.

stpettersens commented 6 years ago

@lucomsky ~I will update the tests this weekend. Thank you for the suggestion/feedback.~

Apologies. I have not done this yet. It will be done when I have more free time.