From cdca3bf8a200438aa342b4ccf5e809de3ec39e1b Mon Sep 17 00:00:00 2001 From: boltgolt Date: Fri, 9 Nov 2018 15:30:33 +0100 Subject: [PATCH] Added lintian overrides --- .travis.yml | 5 +---- debian/howdy.lintian-overrides | 7 +++++++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 debian/howdy.lintian-overrides diff --git a/.travis.yml b/.travis.yml index 2417750..7c0e694 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,6 @@ sudo: required language: python python: "3.6" -install: - # Install build tools and ack-grep for checks - # - sudo apt install devscripts dh-make ack-grep -y - script: # Build the binary (.deb) - debuild -i -us -uc -b @@ -30,3 +26,4 @@ addons: packages: - dh-make - ack-grep + - devscripts diff --git a/debian/howdy.lintian-overrides b/debian/howdy.lintian-overrides new file mode 100644 index 0000000..2160448 --- /dev/null +++ b/debian/howdy.lintian-overrides @@ -0,0 +1,7 @@ +# W: Don't require ugly linebreaks in last 5 chars +howdy: debian-changelog-line-too-long + +# E: Allows the name Howdy to show up in Ubuntu updater +howdy: description-starts-with-package-name +# E: Allows python for installation scripts +howdy: unknown-control-interpreter