diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-06-26 21:36:05 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-06-26 21:36:05 +0200 |
commit | f1ab2a6b77ddc4df929395f3858b5ee910a0030e (patch) | |
tree | 947cd9dc61c6fb2936b136d836397f35a38e0dcf | |
parent | 4365b4efbca64b0674b8acd2dcc85d7dfa69e2ea (diff) | |
download | vyos-strongswan-f1ab2a6b77ddc4df929395f3858b5ee910a0030e.tar.gz vyos-strongswan-f1ab2a6b77ddc4df929395f3858b5ee910a0030e.zip |
Fix dependencies on !linux arch for strongswan-ikev1
* debian/control:
- protect strongswan-ikev1 dependencies using linux-any since it's only
available there.
- switch strongswan package to arch:any because of that change.
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ae29a049c..1d4cabfa5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +strongswan (4.6.4-9) UNRELEASED; urgency=low + + * debian/control: + - protect strongswan-ikev1 dependencies using linux-any since it's only + available there. + - switch strongswan package to arch:any because of that change. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 26 Jun 2013 21:05:57 +0200 + strongswan (4.6.4-8) unstable; urgency=low * debian/control: diff --git a/debian/control b/debian/control index e0d5f2195..6847cb5e4 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.2), libtool, libgmp3-dev, Homepage: http://www.strongswan.org Package: strongswan -Architecture: all -Depends: ${misc:Depends}, strongswan-ikev1, strongswan-ikev2 +Architecture: any +Depends: ${misc:Depends}, strongswan-ikev1 [linux-any], strongswan-ikev2 Suggests: network-manager-strongswan Description: IPsec VPN solution metapackage The strongSwan VPN suite is based on the IPsec stack in standard Linux 2.6 @@ -61,7 +61,7 @@ Description: strongSwan library and binaries - debugging symbols Package: strongswan-starter Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libstrongswan (= ${binary:Version}), strongswan-ikev1 | strongswan-ikev2, + libstrongswan (= ${binary:Version}), strongswan-ikev1 [linux-any] | strongswan-ikev2, adduser Conflicts: strongswan (<< 4.2.12-1) Description: strongSwan daemon starter and configuration file parser |