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.46.2.wc1~31 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=2ed842ad917e0d610f8953139e8808aed7a8bc0c;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. As we dropped the build for 16.04, change the required debhelper to 11, which is the version shipping with 18.04 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..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -12 +11 diff --git a/debian/control b/debian/control index 76a69a1..9281cc7 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 (>= 11.0), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] Standards-Version: 4.5.1 Homepage: http://e2fsprogs.sourceforge.net Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git