diff --git a/.travis.yml b/.travis.yml index c1ed9ec..12c80ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python sudo: required before_install: - - apt install devscripts + - sudo apt install devscripts -y - git clone https://github.com/Boltgolt/howdy.git /tmp/howdy_build - cd /tmp/howdy_build - debuild -i -us -uc -b diff --git a/autocomplete/howdy b/autocomplete/howdy index 8c16937..40ce2a2 100755 --- a/autocomplete/howdy +++ b/autocomplete/howdy @@ -1,3 +1,4 @@ +#!/bin/bash # Autocomplete file run in bash # Will sugest arguments on tab diff --git a/debian/control b/debian/control index 1f4bc91..8384eb9 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: howdy -Section: unknown +Section: misc Priority: optional Standards-Version: 3 Build-Depends: python, dh-python