From: Theodore Ts'o Date: Thu, 25 Jul 2019 01:31:20 +0000 (-0400) Subject: debian: only install the udev and systemd files to e2fsprogs on Linux systems X-Git-Tag: archive/debian/1.45.3-3~1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da7a11394fed856d168fc69ac148e574101ffecf;p=thirdparty%2Fe2fsprogs.git debian: only install the udev and systemd files to e2fsprogs on Linux systems Otherwise it will fail to build on hurd and kfreebsd. Signed-off-by: Theodore Ts'o --- diff --git a/debian/control b/debian/control index f20e92289..83dbe7cfe 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 [linux-any], systemd [linux-any], cron [linux-any] +Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] , libattr1-dev, debhelper (>= 11.0), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] Standards-Version: 4.4.0 Homepage: http://e2fsprogs.sourceforge.net Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git diff --git a/debian/e2fsprogs.install b/debian/e2fsprogs.install old mode 100644 new mode 100755 index f23399d3a..ce158fbd5 --- a/debian/e2fsprogs.install +++ b/debian/e2fsprogs.install @@ -1,3 +1,4 @@ +#!/usr/bin/dh-exec sbin/badblocks sbin/debugfs sbin/dumpe2fs @@ -48,5 +49,5 @@ usr/share/man/man8/mklost+found.8 usr/share/man/man8/resize2fs.8 usr/share/man/man8/tune2fs.8 etc -lib/udev/rules.d -lib/systemd/system +[linux-any] lib/udev/rules.d +[linux-any] lib/systemd/system