From 75ad67f1bb145ca908f5b855aafd288b19080b9f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 25 Apr 2023 15:36:59 +0200 Subject: [PATCH] debian: set compat level to 10 Related: OS#5958 Change-Id: Ib45ad7c44cdefa4c5acab2da09f24796253a133d --- debian/compat | 2 +- debian/control | 4 ++-- 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 0aa57a9..c6bd48f 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: osmo-python-tests Section: python Priority: optional -Maintainer: Harald Welte -Build-Depends: debhelper (>= 9), dh-python, python3, python3-setuptools +Maintainer: Osmocom team +Build-Depends: debhelper (>= 10), dh-python, python3, python3-setuptools Standards-Version: 3.9.8 Homepage: https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests