From 775de275055f1f7ff45e3b053e3a85f80291d13a Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Wed, 15 Nov 2023 20:19:18 -0600 Subject: [PATCH] Unset some superfluous executable bits --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 45a8da4..37808a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ calamares-settings-ubuntu (1:24.04.4) noble; urgency=medium * Fixed the pkgselect module's CMakeLists.txt file. * Removed some unnecessary path segments from debian/rules. + * Unset the executable bit on files that shouldn't be executable. -- Aaron Rainbolt Wed, 15 Nov 2023 18:33:39 -0600 diff --git a/debian/rules b/debian/rules index 04c9057..70fea8d 100755 --- a/debian/rules +++ b/debian/rules @@ -27,5 +27,7 @@ override_dh_missing: chmod -R 755 debian/calamares-settings-ubuntu-common/usr/lib/ chmod 644 $(MODULES_DIR)/automirror/automirror.conf chmod 644 $(MODULES_DIR)/automirror/module.desc + chmod 644 $(MODULES_DIR)/pkgselect/libcalamares_viewmodule_pkgselect.so + chmod 644 $(MODULES_DIR)/pkgselect/module.desc mkdir -pv debian/calamares-settings-ubuntu-common/usr/bin/ cp -v common/snap_install debian/calamares-settings-ubuntu-common/usr/bin/calamares_snap_install