From aa471431ee65de736f1072a7f24ac2de57f64fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 3 Oct 2021 12:23:18 +0200 Subject: [PATCH] debian: update to debhelper level 10 --- debian/compat | 2 +- debian/control | 2 +- 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 20bcf45..35ebe88 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xstatic-leaflet-gesturehandling Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9) +Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 10) Standards-Version: 3.9.6 Homepage: https://github.com/elmarquis/Leaflet.GestureHandling