aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-01 23:24:03 +0000
committerTheodore Ts'o <tytso@mit.edu>2018-01-03 15:49:24 -0500
commit0e253c1a5581a7f55de4a7811f963b63f5772f59 (patch)
treef607ef83e7dc883064d4103a547db2da7c728916 /debian
parent8c72de1543e09f28655813cc5e162d2db5829ee0 (diff)
downloadandroid_external_e2fsprogs-0e253c1a5581a7f55de4a7811f963b63f5772f59.tar.gz
android_external_e2fsprogs-0e253c1a5581a7f55de4a7811f963b63f5772f59.tar.bz2
android_external_e2fsprogs-0e253c1a5581a7f55de4a7811f963b63f5772f59.zip
debian: add the build profile noudeb
This is a standard build profile. Not building udebs speeds up test builds if only the full-fat version is going to be tested anyway. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'debian')
-rw-r--r--debian/control.in1
-rwxr-xr-xdebian/rules4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in
index 37cbad42..d03756eb 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -109,6 +109,7 @@ Description: command-line interface parsing library - headers and static librari
ifdef(`UDEB_PKGS',``
Package: e2fsprogs-udeb
+Build-Profiles: <!noudeb>
Package-Type: udeb
Section: debian-installer
Priority: optional
diff --git a/debian/rules b/debian/rules
index c559a5d7..2bdcbccc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,10 @@ ifneq ($(filter pkg.e2fsprogs.no-fuse2fs,$(DEB_BUILD_PROFILES)),)
SKIP_FUSE2FS=yes
endif
+ifneq ($(filter noudeb,$(DEB_BUILD_PROFILES)),)
+SKIP_UDEB=yes
+endif
+
DH_VERSION := $(shell dpkg-query -W -f '$${Version}' debhelper)
# USE_DBGSYM :=