From 2c2626ddc30c825c867e7ad18f0f39fb75005dde Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Wed, 11 Oct 2017 11:06:07 +0200 Subject: [PATCH] Bump dephelper compatibility level to 10 The debian package content was found to be the same with diffoscope. No functional change. Acked-by: Wolfgang Bumiller --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index 7ed6ff8..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +10 diff --git a/debian/control b/debian/control index 68ba534..4a55323 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Proxmox Support Team Build-Depends: autotools-dev, check, - debhelper (>= 5), + debhelper (>= 10), glusterfs-common (>= 3.5.2-1), libacl1-dev, libaio-dev, diff --git a/debian/rules b/debian/rules index a6deceb..1114f99 100755 --- a/debian/rules +++ b/debian/rules @@ -114,7 +114,8 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_installchangelogs + # exclude historic Changelog file, which stops at release 0.14 + dh_installchangelogs --exclude=Changelog dh_installdocs dh_installexamples dh_install