control: add run-time dependency on lsb-base
This commit is contained in:
parent
d72993855c
commit
089d2ee48e
1 changed files with 2 additions and 1 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -11,7 +11,8 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/n2n.git
|
||||||
|
|
||||||
Package: n2n
|
Package: n2n
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
|
lsb-base (>= 3.0-6)
|
||||||
Description: Peer-to-Peer VPN network daemon
|
Description: Peer-to-Peer VPN network daemon
|
||||||
n2n is an open source VPN application which utilizes
|
n2n is an open source VPN application which utilizes
|
||||||
a Peer-to-peer architecture for network membership
|
a Peer-to-peer architecture for network membership
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue