[DRE-commits] [ruby-font-awesome-rails] 01/02: just change permission in debian/rules

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri May 23 17:57:14 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-font-awesome-rails.

commit 7d40deca016794cc1364d813967f774fbf30a806
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri May 23 23:15:43 2014 +0530

    just change permission in debian/rules
    
    wheezy dpkg-source can't handle chmod via a patch
---
 debian/patches/remove-excecution-bit-from-fonts.patch | 12 ------------
 debian/patches/series                                 |  1 -
 debian/rules                                          |  4 ++++
 3 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/debian/patches/remove-excecution-bit-from-fonts.patch b/debian/patches/remove-excecution-bit-from-fonts.patch
deleted file mode 100644
index e620df5..0000000
--- a/debian/patches/remove-excecution-bit-from-fonts.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/app/assets/fonts/fontawesome-webfont.eot b/app/assets/fonts/fontawesome-webfont.eot
-old mode 100755
-new mode 100644
-diff --git a/app/assets/fonts/fontawesome-webfont.svg b/app/assets/fonts/fontawesome-webfont.svg
-old mode 100755
-new mode 100644
-diff --git a/app/assets/fonts/fontawesome-webfont.ttf b/app/assets/fonts/fontawesome-webfont.ttf
-old mode 100755
-new mode 100644
-diff --git a/app/assets/fonts/fontawesome-webfont.woff b/app/assets/fonts/fontawesome-webfont.woff
-old mode 100755
-new mode 100644
diff --git a/debian/patches/series b/debian/patches/series
index 9fa1d97..f740307 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 engine-root.patch
 remove-bundler.patch
-remove-excecution-bit-from-fonts.patch
diff --git a/debian/rules b/debian/rules
index d6c69c7..b3848d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,10 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
+override_dh_auto_build:
+	dh_auto_build -O--buildsystem=ruby
+	chmod -x app/assets/fonts/*
+
 clean:
 	dh clean
 	rm -rf log

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



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