diff --git a/debian/changelog b/debian/changelog index 27444d69a..eb73f73b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -84,6 +84,7 @@ linux (4.17.3-1) UNRELEASED; urgency=medium * [x86] vboxguest: Enable VBOXGUEST and DRM_VBOXVIDEO as modules * aufs: Update support patchset to aufs4.x-rcN-20180611 * debian/rules.d/scripts/mod/gendef.py: Use Python 3 + * debian/rules: Fix pkg.linux.notools build profile [ Romain Perier ] * [x86] amdgpu: Enable DCN 1.0 Raven family (Closes: #901349) diff --git a/debian/rules b/debian/rules index 14cccc2cd..9059d78d2 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ ifneq (,$(filter nodoc,$(DEB_BUILD_PROFILES))) MAKEFLAGS += DO_DOCS=False endif ifneq (,$(filter pkg.linux.notools,$(DEB_BUILD_PROFILES))) - MAKEFLAGS += DO_TOOLS=False + MAKEFLAGS += DO_TOOLS_VERSIONED=False DO_TOOLS_UNVERSIONED=False endif .NOTPARALLEL: