From: Theodore Ts'o Date: Fri, 5 Jul 2019 01:21:34 +0000 (-0400) Subject: debian: only require the udev, systemd, cron packages when build on Linux X-Git-Tag: v1.45.3~24 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a3819ca165ec602e7938faea83170771a77d4c71;p=tools%2Fe2fsprogs.git debian: only require the udev, systemd, cron packages when build on Linux Addresses-Debian-Bug: #931266 Signed-off-by: Theodore Ts'o --- diff --git a/debian/control b/debian/control index e454687..6af7156 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 (>= 11.0), libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] Standards-Version: 4.3.0 Homepage: http://e2fsprogs.sourceforge.net Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git