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