aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-04-25 15:36:57 +0200
committerOliver Smith <osmith@sysmocom.de>2023-04-25 16:48:30 +0200
commite4aa86514ee6f901cac42886e50992525bd02a66 (patch)
tree8d56de43d062d90ada643c11503a94bfc923dd10
parent85d7ba3d340d8bd262ab8c9bb7e078d88939e069 (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 ec635144f..f599e28b8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index bd5d2ec65..50fa93c68 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: osmo-msc
Section: net
Priority: extra
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
-Build-Depends: debhelper (>=9),
+Build-Depends: debhelper (>= 10),
dh-autoreconf,
autotools-dev,
autoconf,