Added lintian overrides

This commit is contained in:
boltgolt 2018-11-09 15:30:33 +01:00
parent c6a7e06d5a
commit cdca3bf8a2
No known key found for this signature in database
GPG key ID: BECEC9937E1AAE26
2 changed files with 8 additions and 4 deletions

View file

@ -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

7
debian/howdy.lintian-overrides vendored Normal file
View file

@ -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