[neon/neon-packaging/selenium-webdriver-at-spi/Neon/unstable_jammy] debian: set executable bit on examples

Carlos De Maine null at kde.org
Tue Jun 11 07:15:46 BST 2024


Git commit 992f5ecee91b8e43b4e563eab76d0a72ebafde9d by Carlos De Maine.
Committed on 11/06/2024 at 06:15.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.

set executable bit on examples

M  +4    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index b8c9738..ccaf916 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,7 @@ override_dh_strip:
 
 override_dh_shlibdeps:
 		dh_shlibdeps --exclude=/site-packages/
+
+override_dh_fixperms:
+    dh_fixperms
+    chmod 755 usr/share/selenium-webdriver-at-spi/examples/
\ No newline at end of file


More information about the Neon-commits mailing list