More small fixes
This commit is contained in:
parent
ba8159033a
commit
04dcfaff98
3 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ language: python
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- apt install devscripts
|
- sudo apt install devscripts -y
|
||||||
- git clone https://github.com/Boltgolt/howdy.git /tmp/howdy_build
|
- git clone https://github.com/Boltgolt/howdy.git /tmp/howdy_build
|
||||||
- cd /tmp/howdy_build
|
- cd /tmp/howdy_build
|
||||||
- debuild -i -us -uc -b
|
- debuild -i -us -uc -b
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
# Autocomplete file run in bash
|
# Autocomplete file run in bash
|
||||||
# Will sugest arguments on tab
|
# Will sugest arguments on tab
|
||||||
|
|
||||||
|
|
|
||||||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
Source: howdy
|
Source: howdy
|
||||||
Section: unknown
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Standards-Version: 3
|
Standards-Version: 3
|
||||||
Build-Depends: python, dh-python
|
Build-Depends: python, dh-python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue