diff options
author | Jakub Ružička <jakub.ruzicka@nic.cz> | 2024-02-05 18:10:21 +0100 |
---|---|---|
committer | Jakub Ružička <jakub.ruzicka@nic.cz> | 2024-02-06 15:47:27 +0100 |
commit | 6787a9cc575c3238033b9948c72ee128af78cce4 (patch) | |
tree | d4b78c7c93d50e62f6407b6d0762c6c3e7a7a3c5 | |
parent | Merge !1494: compatibility with libknot's master (3.4 WIP) (diff) | |
download | knot-resolver-6787a9cc575c3238033b9948c72ee128af78cce4.tar.xz knot-resolver-6787a9cc575c3238033b9948c72ee128af78cce4.zip |
distro/pkg/deb: bump debhelper compat to 11
Oldest supported distro requiring 11 is Ubuntu 18.04 Bionic Beaver.
-rw-r--r-- | distro/pkg/deb/compat | 2 | ||||
-rw-r--r-- | distro/pkg/deb/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distro/pkg/deb/compat b/distro/pkg/deb/compat index ec635144..b4de3947 100644 --- a/distro/pkg/deb/compat +++ b/distro/pkg/deb/compat @@ -1 +1 @@ -9 +11 diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 1f9964d2..275dae59 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Knot Resolver <knot-resolver@labs.nic.cz> Build-Depends: - debhelper (>= 9~), + debhelper (>= 11~), libcmocka-dev (>= 1.0.0), libedit-dev, libfstrm-dev, |