aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/rules.real2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2b5e7ec9341c..436b80da0066 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ linux (5.7~rc7-1~exp1) UNRELEASED; urgency=medium
* [arm64] Add analogix-anx6345, pwm-sun4i, sun4i-drm and sun8i-mixer to
fb-modules udeb.
+ [ Helge Deller ]
+ * [hppa] Don't run dh_strip on vmlinuz (Closes: #961299)
+
-- Ben Hutchings <benh@debian.org> Sat, 16 May 2020 00:08:32 +0100
linux (5.7~rc5-1~exp1) experimental; urgency=medium
diff --git a/debian/rules.real b/debian/rules.real
index e73588b4093c..af1d246f3b27 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -447,7 +447,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 -Xvmlinux
+ dh_strip --no-automatic-dbgsym -Xvmlinux -Xvmlinuz
ln -sf linux-image.NEWS debian/$(PACKAGE_NAME).NEWS
+$(MAKE_SELF) install-base