[neon/neon-packaging/selenium-webdriver-at-spi/Neon/unstable_jammy] debian: override dh strip & shlibdeps

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


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

override dh strip & shlibdeps

M  +8    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index e3b6f97..04ff70b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,11 @@ override_dh_virtualenv:
 
 override_dh_auto_test:
 	:
+
+.PHONY: override_dh_strip override_dh_shlibdeps
+
+override_dh_strip:
+        dh_strip --exclude=cffi
+
+override_dh_shlibdeps:
+        dh_shlibdeps -X/x86/ -X/numpy/.libs -X/scipy/.libs -X/matplotlib/.libs
\ No newline at end of file


More information about the Neon-commits mailing list