[DRE-commits] [ruby-sidekiq] 01/02: remove execution permission of assets
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 a8d1b0b63b7a44e76e7e38e63700d803bd49dbc6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Aug 26 20:58:56 2014 +0530
remove execution permission of assets
---
debian/rules | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/debian/rules b/debian/rules
index 53a011d..991c50b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,11 +14,32 @@
%:
dh $@ --buildsystem=ruby --with ruby
+override_dh_auto_build:
+ dh_auto_build -O--buildsystem=ruby
+ chmod -x web/assets/stylesheets/bootstrap.css
+ chmod -x web/assets/images/status-sd8051fd480.png
+ chmod -x web/assets/images/status/idle.png
+ chmod -x web/assets/stylesheets/application.css
+ 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/images/logo.png
+ chmod -x web/assets/images/status/active.png
+
override_dh_auto_clean:
dh_auto_clean -O--buildsystem=ruby
# kill redis server for tests, don't fail if not started
debian/stop-redis-server.sh || true
rm -rf coverage
+ chmod +x web/assets/stylesheets/bootstrap.css
+ chmod +x web/assets/images/status-sd8051fd480.png
+ chmod +x web/assets/images/status/idle.png
+ chmod +x web/assets/stylesheets/application.css
+ 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/images/logo.png
+ chmod +x web/assets/images/status/active.png
override_dh_auto_install:
dh_install web usr/share/ruby-sidekiq
--
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