[DRE-commits] [gitlab] 04/04: make Rakefile executable

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Dec 15 11:16:28 UTC 2015


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

praveen pushed a commit to branch master
in repository gitlab.

commit 512750dd3d7fd4b2fdcba04e3799d8a60994f9ab
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Dec 15 16:44:27 2015 +0530

    make Rakefile executable
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index cb4835e..f21c98d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_build:
 	chmod -x app/assets/fonts/SourceSansPro-SemiboldItalic.ttf
 	chmod -x app/assets/fonts/SourceSansPro-BoldItalic.ttf
 	chmod -x app/assets/fonts/SourceSansPro-ExtraLightItalic.ttf
+	chmod +x Rakefile
 
 override_dh_auto_clean:
 	chmod +x app/assets/fonts/SourceSansPro-BlackItalic.ttf
@@ -31,3 +32,4 @@ override_dh_auto_clean:
 	chmod +x app/assets/fonts/SourceSansPro-SemiboldItalic.ttf
 	chmod +x app/assets/fonts/SourceSansPro-BoldItalic.ttf
 	chmod +x app/assets/fonts/SourceSansPro-ExtraLightItalic.ttf
+	chmod -x Rakefile

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



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