From bbcba641dd9462a229570a7cc0e770f2b067df1d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 16 Nov 2016 23:53:06 +0100 Subject: [PATCH] TT#6650 Bump Debian compat version to level 9 to build against stretch On Debian/stretch we otherwise run into: | dh_clean: Compatibility levels before 5 are no longer supported (level 4 requested) So ensure we're at the most current debhelper compatibility level. Change-Id: Ibfa7efcadaa70400dc2c708c51bf930a9b5a1967 --- debian/compat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/compat b/debian/compat index b8626c4..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +9