debian/rules.real: Fix build failure with pkg.linux.nosource profile

This commit is contained in:
Ben Hutchings 2018-10-22 11:47:41 +01:00
parent fc9674c9af
commit 78e084811d
2 changed files with 5 additions and 2 deletions

1
debian/changelog vendored
View File

@ -11,6 +11,7 @@ linux (4.19-1~exp1) UNRELEASED; urgency=medium
debian/changelog
* Move generation of CONFIG_BUILD_SALT to gencontrol.py
* [x86] hyperv-daemons: Make all services conditional on device existence
* debian/rules.real: Fix build failure with pkg.linux.nosource profile
[ Karsten Merker ]
* [riscv64] Build a kernel image and udebs for riscv64 (Closes: #908161)

6
debian/rules.real vendored
View File

@ -60,8 +60,10 @@ build-indep:
binary-arch-arch:
binary-indep:
ifneq ($(DO_CONFIG),False)
binary-arch-arch: install-config_$(ARCH)
ifeq (,$(filter pkg.linux.nosource,$(DEB_BUILD_PROFILES)))
ifneq ($(DO_CONFIG),False)
binary-arch-arch: install-config_$(ARCH)
endif
endif
ifneq ($(DO_HEADERS_ALL),False)
binary-arch-arch: install-headers_$(ARCH)