osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/python/osmo-python-tests/+/32472 )
Change subject: debian: set compat level to 12 ...................................................................... debian: set compat level to 12 Related: OS#5958 Change-Id: Ib45ad7c44cdefa4c5acab2da09f24796253a133d --- D debian/compat M debian/control 2 files changed, 12 insertions(+), 3 deletions(-) git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/72/32472/1 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 0aa57a9..9576675 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: osmo-python-tests Section: python Priority: optional -Maintainer: Harald Welte <[email protected]> -Build-Depends: debhelper (>= 9), dh-python, python3, python3-setuptools +Maintainer: Osmocom team <[email protected]> +Build-Depends: debhelper-compat (= 12), 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 -- To view, visit https://gerrit.osmocom.org/c/python/osmo-python-tests/+/32472 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: python/osmo-python-tests Gerrit-Branch: master Gerrit-Change-Id: Ib45ad7c44cdefa4c5acab2da09f24796253a133d Gerrit-Change-Number: 32472 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
