aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/strongswan-maemo/debian/control7
-rw-r--r--src/frontends/maemo/debian/control9
2 files changed, 8 insertions, 8 deletions
diff --git a/packages/strongswan-maemo/debian/control b/packages/strongswan-maemo/debian/control
index 6b0da5e86..ec2d2392a 100644
--- a/packages/strongswan-maemo/debian/control
+++ b/packages/strongswan-maemo/debian/control
@@ -7,7 +7,8 @@ Standards-Version: 3.7.2
Package: strongswan
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: strongSwan IKEv2 VPN
- strongSwan is an IKEv2/IPsec-based VPN solution.
+Depends: ${shlibs:Depends}, ${misc:Depends}, kernel-power (>= 2.6.28-maemo42)
+Suggests: strongswan-applet
+Description: strongSwan IPsec VPN
+ strongSwan is an IPsec-based VPN solution.
diff --git a/src/frontends/maemo/debian/control b/src/frontends/maemo/debian/control
index 5cbe37c27..3a6691163 100644
--- a/src/frontends/maemo/debian/control
+++ b/src/frontends/maemo/debian/control
@@ -7,9 +7,8 @@ Standards-Version: 3.7.2
Package: strongswan-applet
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A frontend for the strongSwan IKEv2/IPsec VPN solution
+Depends: ${shlibs:Depends}, ${misc:Depends}, strongswan
+Description: A frontend for the strongSwan IPsec VPN solution
A frontend to configure and control the strongSwan
- IKEv2/IPsec VPN solution. Currently only EAP Authentication
- is supported.
-
+ IPsec VPN solution. Currently only IKEv2 with EAP
+ Authentication (Username/Password) is supported.