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
commiteff88c08e765483ce1f349c60ad45a3b64e41fda (patch)
treecbd7dc1ea076fe4dae05be4b09c15727c85bb514
parent92ac7249f91b7da4a3858260a8364422135235a4 (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 7c17b3d..f219e53 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: osmo-ggsn
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Section: net
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
autotools-dev,
pkg-config,
libdpkg-perl, git,