[neon/backports-focal/libgwenhywfar/Neon/release] debian: debian/rules: Drop override_dh_strip again

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


Git commit dbe305af267ed42a452be56ca82a220642b21446 by Micha Lenk.
Committed on 15/09/2021 at 18:12.
Pushed by jriddell into branch 'Neon/release'.

debian/rules: Drop override_dh_strip again

... now deleting it from the .PHONY target too. Its left-over presence in
.PHONY caused dh_strip to be skipped entirely, leaving binaries unstripped.

See https://salsa.debian.org/aqbanking-team/pkg-libgwenhywfar/-/merge_requests/1
for further details.

Git-Dch: full

M  +1    -4    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 7d0bd17..ed5cc3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,9 +37,6 @@ override_dh_auto_build:
 		mkdir apidoc; \
 	fi
 
-override_dh_strip:
-	dh_strip
-
 override_dh_makeshlibs:
 	dh_makeshlibs -Xgwenhywfar/plugins
 
@@ -50,4 +47,4 @@ override_dh_auto_clean:
 %:
 	dh $@
 
-.PHONY:	override_dh_auto_configure override_dh_auto_build override_dh_strip override_dh_auto_clean
+.PHONY:	override_dh_auto_configure override_dh_auto_build override_dh_auto_clean



More information about the Neon-commits mailing list