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
commitdaaa2fedcbd42841ecc4731586fe6e280c044584 (patch)
tree2f250ac3d3ad1b5c012ef8e3d445bd40285b932b
parent9f55c47e7bf168b59381cffd817990e3e412c83d (diff)
debian: set compat level to 10
-rw-r--r--debian/compat2
-rw-r--r--debian/control4
2 files changed, 3 insertions, 3 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 439db2e..29a6143 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: osmo-e1d
Section: net
Priority: extra
-Maintainer: Harald Welte <laforge@osmocom.org>
-Build-Depends: debhelper (>=9),
+Maintainer: Osmocom team <openbsc@lists.osmocom.org>
+Build-Depends: debhelper (>= 10),
dh-autoreconf,
autotools-dev,
autoconf,