diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-27 11:47:26 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-27 11:47:26 +0200 |
commit | f16a6e8d2fd23eda99dab95acff8cd7ede3b36ab (patch) | |
tree | c427501636c25662859d1650ec18b122152b1ef1 /debian/control | |
parent | ac4fa566af9ea59790f88b7b3759490036ad3be9 (diff) |
Migrate to debhelper 10
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 64400d3..e0a5450 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,20 @@ Section: net Priority: optional Maintainer: Bernhard Schmidt <berni@debian.org> Uploaders: Jörg Frings-Fürst <debian@jff-webhosting.net> -Build-Depends: debhelper (>= 7.0.50~), libssl1.0-dev, liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, pkg-config, dpkg-dev (>= 1.16.1), iproute2 [linux-any], net-tools [!linux-any], dh-systemd (>= 1.5), libsystemd-dev [linux-any], systemd [linux-any], liblz4-dev +Build-Depends: + debhelper (>= 10), + dh-systemd (>= 1.5), + dpkg-dev (>= 1.16.1), + iproute2 [linux-any], + liblz4-dev, + liblzo2-dev, + libpam0g-dev, + libpkcs11-helper1-dev, + libssl1.0-dev, + libsystemd-dev [linux-any], + net-tools [!linux-any], + pkg-config, + systemd [linux-any] Standards-Version: 3.9.8 Homepage: http://www.openvpn.net/ Vcs-Git: git://anonscm.debian.org/collab-maint/openvpn.git |