Added lintian overrides
This commit is contained in:
parent
c6a7e06d5a
commit
cdca3bf8a2
2 changed files with 8 additions and 4 deletions
|
|
@ -2,10 +2,6 @@ sudo: required
|
||||||
language: python
|
language: python
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
|
|
||||||
install:
|
|
||||||
# Install build tools and ack-grep for checks
|
|
||||||
# - sudo apt install devscripts dh-make ack-grep -y
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Build the binary (.deb)
|
# Build the binary (.deb)
|
||||||
- debuild -i -us -uc -b
|
- debuild -i -us -uc -b
|
||||||
|
|
@ -30,3 +26,4 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- dh-make
|
- dh-make
|
||||||
- ack-grep
|
- ack-grep
|
||||||
|
- devscripts
|
||||||
|
|
|
||||||
7
debian/howdy.lintian-overrides
vendored
Normal file
7
debian/howdy.lintian-overrides
vendored
Normal 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
|
||||||
Loading…
Reference in a new issue