aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-04-25 15:36:49 +0200
committerOliver Smith <osmith@sysmocom.de>2023-04-25 16:48:22 +0200
commit390f6fcf1325f293a737b00d218a6f871e04541f (patch)
tree3f838585a928f7877c207c9ccfa95767db499585
parentd10c2ef36618f84f4055faecea891c806ca6a9cb (diff)
debian: set compat level to 10
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 4bb9148..59e07f2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: osmo-hlr
Section: net
Priority: optional
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
pkg-config,
dh-autoreconf,
autotools-dev,