[Debian-in-commits] [SCM] fonts-beng-extra.git branch, master, updated. upstream/1.0-4-gf66ced0

Vasudev Kamath kamathvasudev at gmail.com
Fri Jan 27 15:37:14 UTC 2012


The following commit has been merged in the master branch:
commit f66ced04e24c26394fabfbefa0d5f1990b7fc0e3
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Fri Jan 27 21:01:02 2012 +0530

    Remove executable permission by overriding dh_install. Thanks to jwilk daemonkeeper bregma from d-m

diff --git a/debian/rules b/debian/rules
index b760bee..247c935 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,7 @@
 
 %:
 	dh $@ 
+
+override_dh_install:
+	chmod -x *.ttf
+	dh_install
\ No newline at end of file

-- 
fonts-beng-extra.git



More information about the Debian-in-commits mailing list