From 9c8594955caac1862f8c1753330fdda4a55cda7c Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Sat, 16 Feb 2019 23:02:12 +0100 Subject: [PATCH] debian: allow debhelper 10 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b4d0441..20d05e0 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Python Modules Team , Build-Depends: - debhelper (>= 11), + debhelper (>= 10), dh-python, python-all, python-pytest-cov,