From: Adam Dickmeiss Date: Fri, 6 Jul 2012 10:54:22 +0000 (+0200) Subject: DH compat 5 X-Git-Tag: v1.3.2~3 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=4d3b9a43fd1dde68bdc4972abee7c4d2f837010a;hp=5932b7f1308ff2173bb7865295dca54313219458 DH compat 5 --- 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)