aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-04-25 15:36:48 +0200
committerOliver Smith <osmith@sysmocom.de>2023-04-25 16:48:21 +0200
commitf729ff970a466d534efe8ffad0becb205faec215 (patch)
treec17557f1fa706d729dc9b52f09f8ea239fbe7cf7
parentbbdb10ee488a866472996d1bd1cca1120b3cf8fe (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 ec635144..f599e28b 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index c6546f65..b5a40ba6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: osmo-bts
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Section: net
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
pkg-config,
dh-autoreconf,
autotools-dev,