]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debian: add the build profile pkg.e2fsprogs.no-fuse2fs
authorSimon McVittie <smcv@debian.org>
Mon, 1 Jan 2018 23:23:36 +0000 (23:23 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Jan 2018 20:48:36 +0000 (15:48 -0500)
This build profile is designed for use when bootstrapping a new Debian
architecture.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/control.in
debian/rules

index 6eefb7ea39f6df616d044fa611c421d704019de6..37cbad425653e1ed61fca6489abe4c3308d16e17 100644 (file)
@@ -2,11 +2,12 @@ Source: e2fsprogs
 Section: admin
 Priority: required
 Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any], libattr1-dev, debhelper (>= 9.0), libblkid-dev, uuid-dev, m4
+Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, libattr1-dev, debhelper (>= 9.0), libblkid-dev, uuid-dev, m4
 Standards-Version: 4.1.3
 Homepage: http://e2fsprogs.sourceforge.net
 
 Package: fuse2fs
+Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs>
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Architecture: linux-any kfreebsd-any
index 14b1971bb9978d61957e636fb9c07076f12f8fbc..c559a5d72eded26ee26be70228cc25fe0af129a4 100755 (executable)
@@ -35,6 +35,10 @@ ifeq ($(DEB_HOST_ARCH_OS), hurd)
 SKIP_FUSE2FS=yes
 endif
 
+ifneq ($(filter pkg.e2fsprogs.no-fuse2fs,$(DEB_BUILD_PROFILES)),)
+SKIP_FUSE2FS=yes
+endif
+
 DH_VERSION := $(shell dpkg-query -W -f '$${Version}' debhelper)
 
 # USE_DBGSYM :=