From 9ca587d9ca4498a1ad3bc149b1593898de83d820 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 48082f7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -12 +9 diff --git a/debian/control b/debian/control index 69471f4..dce71a5 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] , debhelper (>= 12.0), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] +Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] , debhelper (>= 9.0), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] Standards-Version: 4.4.1 Homepage: http://e2fsprogs.sourceforge.net Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -- 1.8.3.1