aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-04-25 15:36:45 +0200
committerOliver Smith <osmith@sysmocom.de>2023-04-25 16:48:18 +0200
commitee17c3890a707b7ee5c38a487e92ad7f4845f044 (patch)
treee88771c15808ef9d69116fedee11464eddd8904d
parent9e6542641ad2031c2e274ebfe9c5dec25a341c26 (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 f919392..a1a752e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libosmo-netif
Section: libs
Priority: optional
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
autotools-dev,
autoconf,
automake,