From: Li Dongyang Date: Fri, 26 Apr 2019 05:23:28 +0000 (+1000) Subject: LU-12226 debian: fix debhelper level requirement X-Git-Tag: v1.45.6.wc1~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9ca587d9ca4498a1ad3bc149b1593898de83d820;p=tools%2Fe2fsprogs.git 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 --- 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