From 3cc96e53d196c74ad601ff854038d462ac0d5c82 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Dec 2022 20:31:15 +0000 Subject: [PATCH] packaging: Bump debhelper compat to 12 We want this for execute_before_*. Signed-off-by: Ian Jackson --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index f599e28..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +12 diff --git a/debian/control b/debian/control index 893f9a8..67f4303 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: hippotat Maintainer: Ian Jackson Section: net Priority: optional -Build-Depends: debhelper (>= 10), cargo, rustc, python3-sphinx, +Build-Depends: debhelper (>= 12), cargo, rustc, python3-sphinx, python3-recommonmark, python3-sphinx-markdown-tables, moreutils, libssl-dev (>= 1.1), pkg-config Standards-Version: 4.6.1 -- 2.30.2