linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS on hppa)

This commit is contained in:
Ben Hutchings 2016-10-02 00:46:13 +01:00
parent be7e4761f8
commit f925c51d8a
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Mon, 26 Sep 2016 22:27:31 +0100

2
debian/rules.real vendored
View File

@ -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,; \