From 6981bb81eb962317ecccc4b8c5a3f13243b069fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 3 Oct 2017 06:50:04 +0200 Subject: Declare compliance with Debian Policy 4.1.1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 89d4656..47cbd47 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: net-tools [!linux-any], pkg-config, systemd [linux-any] -Standards-Version: 4.0.0 +Standards-Version: 4.1.1 Homepage: https://openvpn.net/ Vcs-Git: https://anonscm.debian.org/git/collab-maint/openvpn.git Vcs-Browser: https://anonscm.debian.org/git/collab-maint/openvpn.git -- cgit v1.2.3 From 47935976f8f49f169de35f8f6fa44aaa5f648b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 3 Oct 2017 06:57:54 +0200 Subject: Drop dh-systemd from both Build-Depends and dh command line --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 47cbd47..529ca0d 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,7 @@ Build-Depends: libssl1.0-dev, libsystemd-dev [linux-any], net-tools [!linux-any], - pkg-config, - systemd [linux-any] + pkg-config Standards-Version: 4.1.1 Homepage: https://openvpn.net/ Vcs-Git: https://anonscm.debian.org/git/collab-maint/openvpn.git -- cgit v1.2.3 From 61168812a0d9663737107f64ad5d84274497dbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 3 Oct 2017 07:51:46 +0200 Subject: correct the last commit --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 529ca0d..14be23f 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Bernhard Schmidt Uploaders: Jörg Frings-Fürst Build-Depends: debhelper (>= 10), - dh-systemd (>= 1.5), dpkg-dev (>= 1.16.1), iproute2 [linux-any], liblz4-dev, @@ -15,7 +14,8 @@ Build-Depends: libssl1.0-dev, libsystemd-dev [linux-any], net-tools [!linux-any], - pkg-config + pkg-config, + systemd [linux-any] Standards-Version: 4.1.1 Homepage: https://openvpn.net/ Vcs-Git: https://anonscm.debian.org/git/collab-maint/openvpn.git -- cgit v1.2.3 From 36397b0f6ec08f0ae0155b57302a0dafd63fd940 Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Mon, 11 Dec 2017 00:20:54 +0100 Subject: Build against OpenSSL 1.1.0 Closes: #828447 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 14be23f..a81ee26 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, - libssl1.0-dev, + libssl-dev, libsystemd-dev [linux-any], net-tools [!linux-any], pkg-config, -- cgit v1.2.3 From 969554523b1dddd11dfefba47bec745cfd0eea31 Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Mon, 11 Dec 2017 00:21:40 +0100 Subject: Bump Standards-Version to 4.1.2, no changes necessary --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a81ee26..b3770a9 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: net-tools [!linux-any], pkg-config, systemd [linux-any] -Standards-Version: 4.1.1 +Standards-Version: 4.1.2 Homepage: https://openvpn.net/ Vcs-Git: https://anonscm.debian.org/git/collab-maint/openvpn.git Vcs-Browser: https://anonscm.debian.org/git/collab-maint/openvpn.git -- cgit v1.2.3