diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-05-10 18:37:13 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-05-10 18:37:13 +0200 |
commit | 5bd5382701fc057d1810f16832b52a09d8d7d938 (patch) | |
tree | 407e66d86c716b9c7b9b1db65c4242bccad454b8 | |
parent | a4dc442138358168f5b5cb91d8f408e33421e51d (diff) |
Remove versioned dependency on initscripts (Closes: #804968)
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e858aae..043a31c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ openvpn (2.3.11-1) unstable; urgency=medium Thanks Steven Chamberlain for the patch. * README.Debian: Document limits in the service file. (Closes: #819919, #823621) + * Removed versioned dependency on initscripts. (Closes: #804968) -- Alberto Gonzalez Iniesta <agi@inittab.org> Tue, 10 May 2016 17:41:53 +0200 diff --git a/debian/control b/debian/control index 8a9a063..f7fe6f9 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 (>= 2.88dsf-13.3), iproute2 [linux-any], net-tools [!linux-any] +Depends: debconf | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}, initscripts, iproute2 [linux-any], net-tools [!linux-any] Suggests: openssl, resolvconf Recommends: easy-rsa Description: virtual private network daemon |