From 4d3b9a43fd1dde68bdc4972abee7c4d2f837010a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Jul 2012 12:54:22 +0200 Subject: [PATCH 1/1] DH compat 5 --- debian/compat | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 debian/compat diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/rules b/debian/rules index 18b162c..5d28844 100755 --- a/debian/rules +++ b/debian/rules @@ -6,9 +6,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# Force compat level four -export DH_COMPAT=4 - # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -- 1.7.10.4