diff --git a/debian/changelog b/debian/changelog index 29fdb4865..6dfa503e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ linux (4.7.5-2) UNRELEASED; urgency=medium * debian/bin/gencontrol.py: Fix cross-build-dependencies if invoked under dpkg-buildpackage + * linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS + on hppa) -- Ben Hutchings Mon, 26 Sep 2016 22:27:31 +0100 diff --git a/debian/rules.real b/debian/rules.real index aa8495373..dae3f9670 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -406,7 +406,7 @@ endif +$(MAKE_SELF) \ install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_bug \ PACKAGE_DIR='$(PACKAGE_DIR)' PACKAGE_NAME='$(PACKAGE_NAME)' REAL_VERSION='$(REAL_VERSION)' - dh_strip --no-automatic-dbgsym + dh_strip --no-automatic-dbgsym -Xvmlinux +$(MAKE_SELF) install-base GENCONTROL_ARGS='-Vkernel:Recommends='"$$( \ if grep -q '^CONFIG_SMP=y' $(DIR)/.config; then \ printf irqbalance,; \