[DRE-commits] [redmine] 02/03: Fix executable-not-elf-or-script for 'mail_handler.rb

Marc Dequènes duck at moszumanska.debian.org
Mon Nov 20 11:57:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

duck pushed a commit to branch master
in repository redmine.

commit 49823859b20ced8b78c9adaa2d9ca657f8089494
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Mon Nov 20 20:33:28 2017 +0900

    Fix executable-not-elf-or-script for 'mail_handler.rb
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ffed542..598d15a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ redmine (3.4.2-1) UNRELEASED; urgency=medium
   * Support dbconfig-no-thanks.
   * Do not fail if manual database installation is selected (Closes:
     #868955).
+  * Fix executable-not-elf-or-script for 'mail_handler.rb'.
 
   [ Lucas Kanashiro ]
   * debian/copyright: fix path of redcloth3.rb file
diff --git a/debian/rules b/debian/rules
index 50b738d..d8f4f44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ override_dh_fixperms:
 	dh_fixperms
 	# fix permissions
 	chmod +x debian/redmine/usr/share/redmine/extra/mail_handler/rdm-mailhandler.rb
+	chmod -x debian/redmine/usr/share/redmine/app/models/mail_handler.rb
 
 	# FIXME make redmine-instances executable. This can be dropped when the patch is accepted upstream
 	chmod +x debian/redmine/usr/share/redmine/bin/redmine-instances

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git



More information about the Pkg-ruby-extras-commits mailing list