From defd74db71318cc17ea521b58ebc25754c2ae6bb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 31 May 2011 12:42:26 +0200 Subject: [PATCH] Debian compat level from 4 to 5 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 9b5807a..8ddc313 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# Force compat level four -export DH_COMPAT=4 +# Force compat level five +export DH_COMPAT=5 build: build-stamp build-stamp: build-yaz/configure -- 1.7.10.4