From 3b2fa6eda5e27c857eff7f55fd7a5213250c26e0 Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Sat, 15 Aug 2020 21:59:45 +0200 Subject: Add python3-docutils to build-depends for manpage generation --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 43f6a50..b97a723 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: libsystemd-dev [linux-any], net-tools [!linux-any], pkg-config, + python3-docutils, systemd [linux-any] Standards-Version: 4.5.0 Rules-Requires-Root: no -- cgit v1.2.3 From 7ba9d08967531199c7644c963b44493f1b67454e Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Sun, 16 Aug 2020 10:33:45 +0200 Subject: Set Build-Conflicts: systemctl, see Bug#959828 --- debian/control | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b97a723..adf3f70 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,9 @@ Build-Depends: pkg-config, python3-docutils, systemd [linux-any] +# systemctl from src:docker-systemctl-replacement declaring Provides: systemd +# See Bug#959828 +Build-Conflicts: systemctl Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://openvpn.net/ -- cgit v1.2.3 From 62f9a3c02950839ef9eb5f5fb4cbdd7b7d33ccbc Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Sun, 16 Aug 2020 10:39:34 +0200 Subject: Changelog for 2.5~beta1-2 --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index adf3f70..ca71b4e 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: python3-docutils, systemd [linux-any] # systemctl from src:docker-systemctl-replacement declaring Provides: systemd +# only necessary for experimental with the apscud resolver # See Bug#959828 Build-Conflicts: systemctl Standards-Version: 4.5.0 -- cgit v1.2.3 From 0864551ef69cf1c2c3a0b607b4d0583f6b874dce Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Sun, 16 Aug 2020 14:03:32 +0200 Subject: Disable iproute2 support in favour of the new netlink based default Thanks: Fabio Pedretti --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ca71b4e..3526094 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Jörg Frings-Fürst Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1), - iproute2 [linux-any], +# iproute2 [linux-any], liblz4-dev, liblzo2-dev, libp11-kit-dev, -- cgit v1.2.3