From 5ad63fee4c5d877bc0e8ea3b47494e0de1e2f406 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-compat = 12 will break the build on Ubuntu 18.04 LTS, it only has debhelper 11. Revert to Standards-Version: 4.4.1 for Ubuntu 18.04 build. Fixes: a77d7a07b885 ("debian: switch to using build dependency on debhelper-compat") Fixes: c2b1ec5fbc99 ("Update release notes, etc., for the 1.45.5 release") Change-Id: I40838a4de5ee7a841ba970d4f7531f8fe9dc5ff4 Signed-off-by: Li Dongyang Reviewed-by: Minh Diep Reviewed-by: Andreas Dilger --- debian/compat | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/compat diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control index 5a13b56..60148d3 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: e2fsprogs Section: admin Priority: required Maintainer: Theodore Y. Ts'o -Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), 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] Rules-Requires-Root: no -Standards-Version: 4.6.0 +Standards-Version: 4.4.1 Homepage: http://e2fsprogs.sourceforge.net Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master -- 1.8.3.1