diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index db1de3a..517cf02 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -38,7 +38,7 @@ LimitNPROC. You may override those executing: And setting CapabilityBoundingSet (or LimitNPROC) to be empty: [Service] -CapabilityBoundingSet= +CapabilityBoundingSet=~ [1] daemon() failed or unsupported: Resource temporarily unavailable (errno=11) [2] Failed running command (--route-up): external program exited with error status: 1 diff --git a/debian/changelog b/debian/changelog index 043a31c..f456c19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openvpn (2.3.11-2) unstable; urgency=medium + + * Remove dependency on initscripts. (Closes: #804968) + * README.Debian. Fix CapabilityBoundingSet reference. + + -- Alberto Gonzalez Iniesta <agi@inittab.org> Mon, 23 May 2016 09:55:30 +0200 + openvpn (2.3.11-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index f7fe6f9..481e5a4 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/openvpn.git Package: openvpn Architecture: any -Depends: debconf | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}, initscripts, iproute2 [linux-any], net-tools [!linux-any] +Depends: debconf | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}, iproute2 [linux-any], net-tools [!linux-any] Suggests: openssl, resolvconf Recommends: easy-rsa Description: virtual private network daemon |