mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 03:45:08 +03:00
Add dh-apparmor as an explicit build dependency.
The debhelper package has a dh-apparmor dependency on Ubuntu, but not on Debian. Add dh-apparmor to the Build-Depends control so that this package compiles cleanly on vanilla Debian platforms.
This commit is contained in:
parent
11935cee5a
commit
96b9d3ca1e
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: softether
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Darik Horn <dajhorn@vanadac.com>
|
||||
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libncurses-dev, linux-libc-dev, libssl-dev, libreadline-dev, build-essential
|
||||
Build-Depends: debhelper (>= 7.0.50~), dh-apparmor, dh-autoreconf, libncurses-dev, linux-libc-dev, libssl-dev, libreadline-dev, build-essential
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://www.softether.org/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user