From 0f6754fadd6ab2cb562e5cb84802d945843e9c3d Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 27 Mar 2019 22:33:47 +0100 Subject: [PATCH] TT#53701 Fix perms for files Add executable bits for scripts. And remove them for assets. We do this once in the repo and can then remove the code to do it everytime at build-time via a dh_fixperms override. Change-Id: I190123d8f7120e3684c1ecf7915b51ef946b950f --- debian/rules | 5 ----- sandbox/api_fix_pbx_devices_profile_names.pl | 0 sandbox/callforwards.pl | 0 sandbox/callforwards_form_starter.pl | 0 sandbox/convert_cftimeset_time_tz.pl | 0 sandbox/get_inflated_columns_all.pl | 0 sandbox/hash2obj.pl | 0 sandbox/https_timeout.pl | 0 sandbox/inheritance.pl | 0 sandbox/moose_role.pl | 0 sandbox/patch.pl | 0 sandbox/subscribers_emails.pl | 0 sandbox/test_dbic.pl | 0 script/revert-vagrant-dev-env.sh | 0 script/unset-vagrant-dev-env.sh | 0 share/static/css/timeline/timeline-theme.css | 0 .../font/font-awesome/fonts/fontawesome-webfont.eot | Bin .../font/font-awesome/fonts/fontawesome-webfont.svg | 0 .../font/font-awesome/fonts/fontawesome-webfont.ttf | Bin .../font-awesome/fonts/fontawesome-webfont.woff | Bin share/static/js/libs/timeline/timeline-min.js | 0 share/static/js/libs/timeline/timeline.js | 0 share/tools/dialogic-test-client.pl | 0 23 files changed, 5 deletions(-) mode change 100644 => 100755 sandbox/api_fix_pbx_devices_profile_names.pl mode change 100644 => 100755 sandbox/callforwards.pl mode change 100644 => 100755 sandbox/callforwards_form_starter.pl mode change 100644 => 100755 sandbox/convert_cftimeset_time_tz.pl mode change 100644 => 100755 sandbox/get_inflated_columns_all.pl mode change 100644 => 100755 sandbox/hash2obj.pl mode change 100644 => 100755 sandbox/https_timeout.pl mode change 100644 => 100755 sandbox/inheritance.pl mode change 100644 => 100755 sandbox/moose_role.pl mode change 100644 => 100755 sandbox/patch.pl mode change 100644 => 100755 sandbox/subscribers_emails.pl mode change 100644 => 100755 sandbox/test_dbic.pl mode change 100644 => 100755 script/revert-vagrant-dev-env.sh mode change 100644 => 100755 script/unset-vagrant-dev-env.sh mode change 100755 => 100644 share/static/css/timeline/timeline-theme.css mode change 100755 => 100644 share/static/font/font-awesome/fonts/fontawesome-webfont.eot mode change 100755 => 100644 share/static/font/font-awesome/fonts/fontawesome-webfont.svg mode change 100755 => 100644 share/static/font/font-awesome/fonts/fontawesome-webfont.ttf mode change 100755 => 100644 share/static/font/font-awesome/fonts/fontawesome-webfont.woff mode change 100755 => 100644 share/static/js/libs/timeline/timeline-min.js mode change 100755 => 100644 share/static/js/libs/timeline/timeline.js mode change 100644 => 100755 share/tools/dialogic-test-client.pl diff --git a/debian/rules b/debian/rules index e7fa317300..4a89b120d9 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,3 @@ override_dh_auto_install: dh_auto_install --destdir=debian/ngcp-panel - -override_dh_fixperms: - dh_fixperms - find debian/ngcp-panel/usr/share/ngcp-panel/static \ - -type f -exec chmod 644 {} \; diff --git a/sandbox/api_fix_pbx_devices_profile_names.pl b/sandbox/api_fix_pbx_devices_profile_names.pl old mode 100644 new mode 100755 diff --git a/sandbox/callforwards.pl b/sandbox/callforwards.pl old mode 100644 new mode 100755 diff --git a/sandbox/callforwards_form_starter.pl b/sandbox/callforwards_form_starter.pl old mode 100644 new mode 100755 diff --git a/sandbox/convert_cftimeset_time_tz.pl b/sandbox/convert_cftimeset_time_tz.pl old mode 100644 new mode 100755 diff --git a/sandbox/get_inflated_columns_all.pl b/sandbox/get_inflated_columns_all.pl old mode 100644 new mode 100755 diff --git a/sandbox/hash2obj.pl b/sandbox/hash2obj.pl old mode 100644 new mode 100755 diff --git a/sandbox/https_timeout.pl b/sandbox/https_timeout.pl old mode 100644 new mode 100755 diff --git a/sandbox/inheritance.pl b/sandbox/inheritance.pl old mode 100644 new mode 100755 diff --git a/sandbox/moose_role.pl b/sandbox/moose_role.pl old mode 100644 new mode 100755 diff --git a/sandbox/patch.pl b/sandbox/patch.pl old mode 100644 new mode 100755 diff --git a/sandbox/subscribers_emails.pl b/sandbox/subscribers_emails.pl old mode 100644 new mode 100755 diff --git a/sandbox/test_dbic.pl b/sandbox/test_dbic.pl old mode 100644 new mode 100755 diff --git a/script/revert-vagrant-dev-env.sh b/script/revert-vagrant-dev-env.sh old mode 100644 new mode 100755 diff --git a/script/unset-vagrant-dev-env.sh b/script/unset-vagrant-dev-env.sh old mode 100644 new mode 100755 diff --git a/share/static/css/timeline/timeline-theme.css b/share/static/css/timeline/timeline-theme.css old mode 100755 new mode 100644 diff --git a/share/static/font/font-awesome/fonts/fontawesome-webfont.eot b/share/static/font/font-awesome/fonts/fontawesome-webfont.eot old mode 100755 new mode 100644 diff --git a/share/static/font/font-awesome/fonts/fontawesome-webfont.svg b/share/static/font/font-awesome/fonts/fontawesome-webfont.svg old mode 100755 new mode 100644 diff --git a/share/static/font/font-awesome/fonts/fontawesome-webfont.ttf b/share/static/font/font-awesome/fonts/fontawesome-webfont.ttf old mode 100755 new mode 100644 diff --git a/share/static/font/font-awesome/fonts/fontawesome-webfont.woff b/share/static/font/font-awesome/fonts/fontawesome-webfont.woff old mode 100755 new mode 100644 diff --git a/share/static/js/libs/timeline/timeline-min.js b/share/static/js/libs/timeline/timeline-min.js old mode 100755 new mode 100644 diff --git a/share/static/js/libs/timeline/timeline.js b/share/static/js/libs/timeline/timeline.js old mode 100755 new mode 100644 diff --git a/share/tools/dialogic-test-client.pl b/share/tools/dialogic-test-client.pl old mode 100644 new mode 100755