Source: u-boot
Severity: wishlist
Tags: patch
The -X option only affects u-boot-qemu.
The dh driver does dh_strip 'Architecture: all' packages.
>From 82431f375ad2b7f918d267c5512ba96c458c1a5b Mon Sep 17 00:00:00 2001
From: Nicolas Boulenguez <[email protected]>
Date: Sat, 9 Jan 2021 19:08:22 +0100
Subject: Remove obsolete dh_strip override
The dh driver does not call dh_strip anymore on architecture:all
packages like u-boot-qemu.
diff --git a/debian/rules b/debian/rules
index 87abd13f03..9c4c2c0726 100755
--- a/debian/rules
+++ b/debian/rules
@@ -139,11 +139,6 @@ endif
# Do not spend time searching for an install target in Makefile.
override_dh_auto_install:
-override_dh_strip:
- # dh_strip tries to strip the cross compiled qemu images, which doesn't
- # work
- dh_strip -X qemu
-
override_dh_clean:
rm -rf debian/build/
rm -f configs/novena-rawsd_defconfig