[neon/neon-packaging/selenium-webdriver-at-spi/Neon/unstable_jammy] debian: exclude all site packages from strip

Carlos De Maine null at kde.org
Mon Jun 10 13:39:57 BST 2024


Git commit be35991fdd882228403a83537c57501f553bdd72 by Carlos De Maine.
Committed on 10/06/2024 at 12:39.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.

exclude all site packages from strip

M  +2    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/selenium-webdriver-at-spi/-/commit/be35991fdd882228403a83537c57501f553bdd72

diff --git a/debian/rules b/debian/rules
index 9070714..b8c9738 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ override_dh_auto_test:
 .PHONY: override_dh_strip override_dh_shlibdeps
 
 override_dh_strip:
-		dh_strip --exclude=cffi
+		dh_strip --exclude=/site-packages/
 
 override_dh_shlibdeps:
-		dh_shlibdeps -X/x86/ -X/numpy/.libs -X/scipy/.libs -X/matplotlib/.libs
\ No newline at end of file
+		dh_shlibdeps --exclude=/site-packages/


More information about the Neon-commits mailing list