From 5f73847cbf665414a38b046906bd54fc3f43eef5 Mon Sep 17 00:00:00 2001
From: Probal Basak <probasak@in.ibm.com>
Date: Thu, 3 Apr 2025 19:09:22 +0530
Subject: [PATCH] Testing permission and sh file

---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index b1aa595..cf36110 100644
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@
 	dh $@
 
 override_dh_auto_configure:
+	ls -ltr
+	ls -ltr /bin/sh
 	./autogen.sh && ./configure
 
 override_dh_usrlocal:
-- 
GitLab