diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-07-07 22:23:39 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-07-07 22:23:39 +0200 |
commit | 7c6a8194526dc1035140a3157a07b2d9dbfedc59 (patch) | |
tree | e0a86efede9e7f8b26de256123af12b8c3a9a69f /debian/control | |
parent | e2a8c5737e2063f6b96bc94fdadd2492ca27aade (diff) | |
download | vyos-strongswan-7c6a8194526dc1035140a3157a07b2d9dbfedc59.tar.gz vyos-strongswan-7c6a8194526dc1035140a3157a07b2d9dbfedc59.zip |
add build-dep on systemd. closes: #828945
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c9b4be863..e606c6f30 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,8 @@ Build-Depends: bison, libxml2-dev, network-manager-dev (>= 0.7) [linux-any], pkg-config, - po-debconf + po-debconf, + systemd Homepage: http://www.strongswan.org Package: strongswan |