diff options
author | Romain Francoise <rfrancoise@debian.org> | 2014-07-25 23:15:34 +0200 |
---|---|---|
committer | Romain Francoise <rfrancoise@debian.org> | 2014-07-25 23:55:55 +0200 |
commit | d5dc988a10f44a08f0b85e85d23abbd84c06a927 (patch) | |
tree | d8ceacb101a49d6a1c98e3607fdb401fba82bcfb /debian/control | |
parent | 9057ca8363bf16444c3f80b2f0c5222565ad216e (diff) | |
download | vyos-strongswan-d5dc988a10f44a08f0b85e85d23abbd84c06a927.tar.gz vyos-strongswan-d5dc988a10f44a08f0b85e85d23abbd84c06a927.zip |
Initial systemd integration
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5b8d400d9..ddf690548 100644 --- a/debian/control +++ b/debian/control @@ -11,11 +11,11 @@ Vcs-Git: git://anonscm.debian.org/pkg-swan/strongswan.git Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.2), libtool, libgmp3-dev, libssl-dev (>= 0.9.8), libcurl4-openssl-dev | libcurl3-dev | libcurl2-dev, libldap2-dev, libpam0g-dev, libkrb5-dev, bison, flex, bzip2, po-debconf, - libfcgi-dev, clearsilver-dev, + libfcgi-dev, clearsilver-dev, libgcrypt20-dev | libgcrypt11-dev, libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7) [linux-any], libnm-glib-vpn-dev (>= 0.7) [linux-any], libnm-util-dev (>= 0.7) [linux-any], gperf, libcap-dev [linux-any], dh-autoreconf, pkg-config, - libgcrypt20-dev | libgcrypt11-dev + systemd [linux-any], dh-systemd (>= 1.5) Homepage: http://www.strongswan.org Package: strongswan |