* debian/control:

- depend on net-tools, for ifconfig
This commit is contained in:
Dustin Kirkland 2017-01-27 15:09:21 -06:00
commit 424d9abe52
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.115) unreleased; urgency=medium byobu (5.115) unreleased; urgency=medium
* UNRELEASED * debian/control:
- depend on net-tools, for ifconfig
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 27 Jan 2017 08:31:01 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 27 Jan 2017 08:31:01 -0600

1
debian/control vendored
View file

@ -14,6 +14,7 @@ Depends:
${misc:Depends}, ${perl:Depends}, ${python:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends},
debconf (>= 0.5) | debconf-2.0, debconf (>= 0.5) | debconf-2.0,
gettext-base, gettext-base,
net-tools,
python3|python, python3|python,
python3-newt|python-newt, python3-newt|python-newt,
tmux (>= 1.5) | screen, tmux (>= 1.5) | screen,