More small fixes

This commit is contained in:
boltgolt 2018-04-07 16:45:58 +02:00
parent ba8159033a
commit 04dcfaff98
3 changed files with 3 additions and 2 deletions

View file

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

View file

@ -1,3 +1,4 @@
#!/bin/bash
# Autocomplete file run in bash
# Will sugest arguments on tab

2
debian/control vendored
View file

@ -1,5 +1,5 @@
Source: howdy
Section: unknown
Section: misc
Priority: optional
Standards-Version: 3
Build-Depends: python, dh-python