]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: [Debian] add feature interlock with mainline builds
authorAndy Whitcroft <apw@canonical.com>
Mon, 26 Oct 2015 09:09:23 +0000 (09:09 +0000)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 29 Feb 2016 15:52:11 +0000 (08:52 -0700)
Signed-off-by: Andy Whitcroft <apw@canonical.com>
debian/rules

index 21324eb99ea75c0a2d53595bdc497eeb5cbafd11..37a0988e9910760d19d8da8e18a7b9faeb9b22aa 100755 (executable)
@@ -57,6 +57,14 @@ ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
     do_flavour_header_package=false
 endif
 
+# Being used to build a mainline build -- turn off things which do not work.
+ifeq ($(do_mainline_build),true)
+       do_extras_package=false
+       do_tools=false
+       no_dumpfile=1
+       do_zfs=false
+endif
+
 # Disable tools build and packaging if do_tools != true
 ifneq ($(do_tools),true)
        do_linux_tools=