control: add run-time depency on net-tools. Closes: #876386
Many thanks to Bai Shi for spotting this error. Ultimately, it would be good to have this patched upstream to allow iproute2 to take care of this.
This commit is contained in:
parent
590ce4ee5a
commit
9f05c0de95
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -11,7 +11,7 @@ Vcs-Git: git@github.com:leggewie-DM/n2n.git
|
|||
Package: n2n
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
lsb-base (>= 3.0-6)
|
||||
lsb-base (>= 3.0-6), net-tools
|
||||
Description: Peer-to-Peer VPN network daemon
|
||||
n2n is an open source VPN application which utilizes
|
||||
a Peer-to-peer architecture for network membership
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue