[linux] 01/05: linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS on hppa)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Oct 2 01:22:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit f925c51d8afeeb6fad9a69972b504b336784da1e
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Oct 2 00:46:13 2016 +0100
linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS on hppa)
---
debian/changelog | 2 ++
debian/rules.real | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 29fdb48..6dfa503 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 <ben at decadent.org.uk> Mon, 26 Sep 2016 22:27:31 +0100
diff --git a/debian/rules.real b/debian/rules.real
index aa84953..dae3f96 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,; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list