diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-03 20:17:03 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-03 20:17:03 +0000 |
commit | baf29323d6269cecdbc1701dfc5bd031d2e4c6ec (patch) | |
tree | 900b68f228e8d34eb56ede6e3e59430a9c54274d /debian/control | |
parent | b692cd9047e8aa4bbaef608e9daa23c375e83ec5 (diff) | |
download | vyos-strongswan-baf29323d6269cecdbc1701dfc5bd031d2e4c6ec.tar.gz vyos-strongswan-baf29323d6269cecdbc1701dfc5bd031d2e4c6ec.zip |
- Don't depend on makedev | devfsd.
- Conflict with and Replace openswan.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 8ed778e7a..3cab07683 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,11 @@ Build-Depends: debhelper (>= 4.1.16), libgmp3-dev, libssl-dev (>= 0.9.8-1), html Package: strongswan Architecture: any Pre-Depends: debconf | debconf-2.0 -Depends: ${shlibs:Depends}, bsdmainutils, makedev | devfsd, debianutils (>=1.7), ipsec-tools, openssl, host, iproute +Depends: ${shlibs:Depends}, bsdmainutils, debianutils (>=1.7), ipsec-tools, openssl, host, iproute Suggests: strongswan-modules-source | linux-patch-strongswan, curl Provides: ike-server -Conflicts: freeswan (<< 2.04-12) +Conflicts: freeswan (<< 2.04-12), openswan +Replaces: openswan Description: IPSEC utilities for strongSwan IPSEC is Internet Protocol SECurity. It uses strong cryptography to provide both authentication and encryption services. Authentication ensures that |