diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-26 19:55:34 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-26 20:12:26 +0100 |
commit | a278f502fd8a036c81de3e58c9fe744b285d6d6f (patch) | |
tree | 09aad7be5f5ed024b067fa89702e3831c644b8ed /debian | |
parent | 0f160264c6509b0745b52ce6f489f1b64df30056 (diff) | |
download | vyos-1x-a278f502fd8a036c81de3e58c9fe744b285d6d6f.tar.gz vyos-1x-a278f502fd8a036c81de3e58c9fe744b285d6d6f.zip |
Debian: add fakeroot to Build-Depends
(cherry picked from commit 91a224c12651968878bff22d49c3d6b79911450d)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 0bde10835..f239ec463 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9), python3-nose, python3-coverage, whois, + fakeroot, libvyosconfig0 Standards-Version: 3.9.6 |