From c0132ffdcfe759ea16ea6642ce041c6fdde7f9e9 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Thu, 6 Jul 2017 18:51:56 +0000 Subject: [PATCH] Bug 18908: Warning "Compatibility levels before 9 are deprecated" The following output: dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir -O--fail-missing dh_auto_clean -O--fail-missing dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) dh_clean -O--fail-missing is given when trying to following these instructions: https://wiki.koha-community.org/wiki/Building_Debian_Packages_-_The_Easy_Way This merely tweaks the debian/compat file from 7 to 9. The message goes away. Signed-off-by: Marcel de Rooy From https://www.debian.org/doc/manuals/maint-guide/dother.en.html: You may use compat level v9 in certain circumstances for compatibility with older systems. However, using any level below v9 is not recommended and should be avoided for new packages. Signed-off-by: Jonathan Druart --- debian/compat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/compat b/debian/compat index 7f8f011eb7..ec635144f6 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 -- 2.20.1