diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-08-16 19:55:24 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-08-16 19:55:24 +0000 |
commit | 77f0396ce3d1485359a1e0f381c6cc7738fdd007 (patch) | |
tree | 2b30ec1d5d7dccbd3c2b29c8cf3160f30f1c0efa /debian | |
parent | 04c839d58216f7253d76589bc8e4857407d93875 (diff) | |
download | vyos-strongswan-77f0396ce3d1485359a1e0f381c6cc7738fdd007.tar.gz vyos-strongswan-77f0396ce3d1485359a1e0f381c6cc7738fdd007.zip |
Try to fix some lintian warnings.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 16 | ||||
-rw-r--r-- | debian/lintian-overrides | 7 |
2 files changed, 15 insertions, 8 deletions
diff --git a/debian/control b/debian/control index 48e315466..dff3d1b61 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: strongswan Section: net Priority: optional Maintainer: Rene Mayrhofer <rmayr@debian.org> -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Vcs-Browser: http://wiki.strongswan.org/repositories/show/strongswan Vcs-Git: http://wiki.strongswan.org/repositories/show/strongswan Build-Depends: debhelper (>= 7.1), libtool, libgmp3-dev, @@ -17,7 +17,7 @@ Homepage: http://www.strongswan.org Package: strongswan Architecture: all -Depends: strongswan-ikev1, strongswan-ikev2 +Depends: ${misc:Depends}, strongswan-ikev1, 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 @@ -34,7 +34,7 @@ Description: IPsec VPN solution metapackage Package: libstrongswan Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, openssl -Conflicts: strongswan (< 4.2.12-1) +Conflicts: strongswan (<< 4.2.12-1) Description: strongSwan utility and crypto library StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the native IPsec stack and runs on any recent 2.6 kernel (no patching required). @@ -48,7 +48,7 @@ Package: strongswan-dbg Architecture: any Section: debug Priority: extra -Depends: ${misc:Depends}, strongswan +Depends: ${misc:Depends}, strongswan, libstrongswan Description: strongSwan library and binaries - debugging symbols StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the native IPsec stack and runs on any recent 2.6 kernel (no patching required). @@ -59,7 +59,7 @@ Description: strongSwan library and binaries - debugging symbols Package: strongswan-starter Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan, strongswan-ikev1 | strongswan-ikev2 -Conflicts: strongswan (< 4.2.12-1) +Conflicts: strongswan (<< 4.2.12-1) Description: strongSwan daemon starter and configuration file parser StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the native IPsec stack and runs on any recent 2.6 kernel (no patching required). @@ -76,7 +76,7 @@ Pre-Depends: debconf | debconf-2.0 Depends: ${shlibs:Depends}, ${misc:Depends}, strongswan-starter, bsdmainutils, debianutils (>=1.7), ipsec-tools, host, iproute Suggests: curl Provides: ike-server -Conflicts: freeswan (<< 2.04-12), openswan, strongswan (< 4.2.12-1) +Conflicts: freeswan (<< 2.04-12), openswan, strongswan (<< 4.2.12-1) Replaces: openswan Description: strongSwan Internet Key Exchange (v1) daemon StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the @@ -94,7 +94,7 @@ Pre-Depends: debconf | debconf-2.0 Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan, strongswan-starter | strongswan-nm, bsdmainutils, debianutils (>=1.7), ipsec-tools, host, iproute Suggests: curl Provides: ike-server -Conflicts: freeswan (<< 2.04-12), openswan, strongswan (< 4.2.12-1) +Conflicts: freeswan (<< 2.04-12), openswan, strongswan (<< 4.2.12-1) Description: strongSwan Internet Key Exchange (v2) daemon StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the native IPsec stack and runs on any recent 2.6 kernel (no patching required). @@ -108,7 +108,7 @@ Description: strongSwan Internet Key Exchange (v2) daemon Package: strongswan-nm Architecture: any -Depends: ${shlibs:Depends}, strongswan-ikev2 +Depends: ${shlibs:Depends}, ${misc:Depends}, strongswan-ikev2 Recommends: network-manager-strongswan Description: strongSwan plugin to interact with NetworkManager StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 000000000..64f80119c --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,7 @@ +libstrongswan: package-name-doesnt-match-sonames libchecksum libfast0 libhydra0 libstrongswan0 +libstrongswan: possible-gpl-code-linked-with-openssl +# as here private data is stored we need tighter perms here +strongswan-starter: non-standard-dir-perm etc/ipsec.d/private/ 0700 != 0755 +strongswan-starter: non-standard-file-perm etc/ipsec.secrets 0600 != 0644 +strongswan-starter: non-standard-dir-perm var/lib/openswan/ 0700 != 0755 +strongswan-starter: dir-or-file-in-var-lock var/lock/subsys/ |