summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-10-20 17:52:45 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2016-10-20 17:52:45 +0200
commit9c2113fe69682fcd59e97bced1eb8f08d889b0a7 (patch)
treede5ef56d0c4a47438981dcbd704c51b9732c81ec
parentc792b12ae189203957f2b472fc6e00fad0cf5b3f (diff)
downloadpgfuse-9c2113fe69682fcd59e97bced1eb8f08d889b0a7.tar.gz
pgfuse-9c2113fe69682fcd59e97bced1eb8f08d889b0a7.tar.bz2
fixed DH_COMPAT to 5 (for Ubuntu 16.10)
-rwxr-xr-xdist/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/debian/rules b/dist/debian/rules
index 6847ed7..20e63b2 100755
--- a/dist/debian/rules
+++ b/dist/debian/rules
@@ -14,7 +14,7 @@
export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
+export DH_COMPAT=5
# This has to be exported to make some magic below work.
export DH_OPTIONS