[DRE-commits] [ruby-sidekiq] 02/02: fix permissions of application.js as well

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Aug 26 18:53:21 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-sidekiq.

commit 92f4a6e8958e88955efdfbce7afc8b0a011e115c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Aug 26 21:06:43 2014 +0530

    fix permissions of application.js as well
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 991c50b..3d96155 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_auto_build:
 	chmod -x web/assets/images/bootstrap/glyphicons-halflings-white.png
 	chmod -x web/assets/images/bootstrap/glyphicons-halflings.png
 	chmod -x web/assets/javascripts/locales/jquery.timeago.uz.js
+	chmod -x web/assets/javascripts/application.js
 	chmod -x web/assets/images/logo.png
 	chmod -x web/assets/images/status/active.png
 
@@ -38,6 +39,7 @@ override_dh_auto_clean:
 	chmod +x web/assets/images/bootstrap/glyphicons-halflings-white.png
 	chmod +x web/assets/images/bootstrap/glyphicons-halflings.png
 	chmod +x web/assets/javascripts/locales/jquery.timeago.uz.js
+	chmod +x web/assets/javascripts/application.js
 	chmod +x web/assets/images/logo.png
 	chmod +x web/assets/images/status/active.png
 

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



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