From 04dcfaff9853e22f31db8bf20a020dd38ab6aa18 Mon Sep 17 00:00:00 2001 From: boltgolt Date: Sat, 7 Apr 2018 16:45:58 +0200 Subject: [PATCH] More small fixes --- .travis.yml | 2 +- autocomplete/howdy | 1 + debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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