From: Adam Dickmeiss Date: Fri, 6 Jul 2012 10:53:24 +0000 (+0200) Subject: DH compat 5 X-Git-Tag: v4.2.36~17 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6960941c29901f61696152ad7ba8f8239aa8766a 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 4927696..bd19ad5 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)