[DRE-commits] [redmine] 04/05: debian/rules: override dh_fixperms to change some files permission

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Oct 4 16:44:50 UTC 2017


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

kanashiro pushed a commit to branch master
in repository redmine.

commit dd239a29993b8e5054b4002ef7b598a754398533
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Oct 4 13:39:45 2017 -0300

    debian/rules: override dh_fixperms to change some files permission
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d45681f..76c93a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ redmine (3.4.2-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * debian/copyright: fix path of redcloth3.rb file
   * Fix typo in Debian README
+  * debian/rules: override dh_fixperms to change some files permission
 
  -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Tue, 12 Sep 2017 02:34:25 +0900
 
diff --git a/debian/rules b/debian/rules
index 09b7418..50b738d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,8 @@ override_dh_install:
 	# remove shebang from Rakefile
 	sed -i -e '1 { /^#!/ d }' debian/redmine/usr/share/redmine/Rakefile
 
+override_dh_fixperms:
+	dh_fixperms
 	# fix permissions
 	chmod +x debian/redmine/usr/share/redmine/extra/mail_handler/rdm-mailhandler.rb
 

-- 
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