[neon/backports-focal/libgwenhywfar/Neon/release] debian: debian/rules: Add override_dh_strip to force execution of dh_strip

Micha Lenk null at kde.org
Mon Sep 27 15:37:13 BST 2021


Git commit 67c9c3f863ea59541abba4e24d03fccda405ac2c by Micha Lenk.
Committed on 11/09/2021 at 16:52.
Pushed by jriddell into branch 'Neon/release'.

debian/rules: Add override_dh_strip to force execution of dh_strip

M  +3    -0    debian/rules

https://invent.kde.org/neon/backports-focal/libgwenhywfar/commit/67c9c3f863ea59541abba4e24d03fccda405ac2c

diff --git a/debian/rules b/debian/rules
index 0b6fab7..7d0bd17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,9 @@ override_dh_auto_build:
 		mkdir apidoc; \
 	fi
 
+override_dh_strip:
+	dh_strip
+
 override_dh_makeshlibs:
 	dh_makeshlibs -Xgwenhywfar/plugins
 



More information about the Neon-commits mailing list