Added fakeroot to depends
This commit is contained in:
parent
cdca3bf8a2
commit
6dce9b0f51
2 changed files with 2 additions and 1 deletions
|
|
@ -27,3 +27,4 @@ addons:
|
||||||
- dh-make
|
- dh-make
|
||||||
- ack-grep
|
- ack-grep
|
||||||
- devscripts
|
- devscripts
|
||||||
|
- fakeroot
|
||||||
|
|
|
||||||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -2,7 +2,7 @@ Source: howdy
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Standards-Version: 3.9.7
|
Standards-Version: 3.9.7
|
||||||
Build-Depends: python, dh-python, devscripts, dh-make, debhelper
|
Build-Depends: python, dh-python, devscripts, dh-make, debhelper, fakeroot
|
||||||
Maintainer: boltgolt <boltgolt@gmail.com>
|
Maintainer: boltgolt <boltgolt@gmail.com>
|
||||||
Vcs-Git: https://github.com/boltgolt/howdy
|
Vcs-Git: https://github.com/boltgolt/howdy
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue