X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Frules;h=5bcd85d77a63fabb646fdd3eb0755c0c1118b342;hb=18c3962f90eabccce864af692bd7cb30439bdc2b;hp=5fbe78f3265ebae530882c3054304af7ac8a7b19;hpb=c1bc43500d60b625818ebf2dbe0b736aab0e78ca;p=mirror_ubuntu-zesty-kernel.git diff --git a/debian/rules b/debian/rules index 5fbe78f3265e..5bcd85d77a63 100755 --- a/debian/rules +++ b/debian/rules @@ -80,7 +80,7 @@ do_any_tools=$(sort $(filter-out false,$(do_linux_tools) $(do_cloud_tools))) # autopkgtest -- rebuild support # only build the first flavour on the assumption it is representative -ifeq ($(DEB_BUILD_PROFILE),autopkgtest) +ifneq ($(filter autopkgtest,$(DEB_BUILD_PROFILES)),) flavours := $(firstword $(flavours)) endif