From 6dce9b0f51547b8b1cc170e4dc554e179c715f4c Mon Sep 17 00:00:00 2001 From: boltgolt Date: Fri, 9 Nov 2018 15:38:29 +0100 Subject: [PATCH] Added fakeroot to depends --- .travis.yml | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c0e694..30641f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,3 +27,4 @@ addons: - dh-make - ack-grep - devscripts + - fakeroot diff --git a/debian/control b/debian/control index 117c8f7..812792b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: howdy Section: misc Priority: optional 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 Vcs-Git: https://github.com/boltgolt/howdy