From a2c2dca85923cfabc63286d5667396ff50719fac Mon Sep 17 00:00:00 2001 From: Li Dongyang Date: Fri, 26 Apr 2019 15:23:28 +1000 Subject: [PATCH] LU-12226 debian: fix debhelper level requirement Requiring debhelper >= 11 will break the build on Ubuntu 16.04 LTS, it only has debhelper 9 and 10 from backports. Change-Id: I40838a4de5ee7a841ba970d4f7531f8fe9dc5ff4 Signed-off-by: Li Dongyang Reviewed-on: https://review.whamcloud.com/34765 Reviewed-by: Minh Diep Tested-by: Maloo Reviewed-by: Andreas Dilger --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index b4de394..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +9 diff --git a/debian/control b/debian/control index e454687..63466c6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: e2fsprogs Section: admin Priority: required Maintainer: Theodore Y. Ts'o -Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] , libattr1-dev, debhelper (>= 11.0), libblkid-dev, uuid-dev, m4, udev, systemd, cron +Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] , libattr1-dev, debhelper (>= 9.0), libblkid-dev, uuid-dev, m4, udev, systemd, cron Standards-Version: 4.3.0 Homepage: http://e2fsprogs.sourceforge.net Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -- 1.8.3.1