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

Vasudev Kamath kamathvasudev at gmail.com
Sat Jun 8 09:23:00 UTC 2013


The following commit has been merged in the master branch:
commit a1439500c0294695379226dc90c8dd328635ed23
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sat Jun 8 14:36:33 2013 +0530

    Reverting "Use override_dh_fixperms to fix the permission of ttf files and remove unwanted debhelper template comments."
    Revert "Use override_dh_fixperms to fix the permission of ttf files and remove"
    
    This reverts commit 790a50ccc4b15684640387fe8ec66fae28b77fb7.

diff --git a/debian/rules b/debian/rules
index 0538a2b..247c935 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,17 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 %:
 	dh $@ 
 
-override_dh_fixperms:
+override_dh_install:
 	chmod -x *.ttf
-	dh_fixperms
+	dh_install
\ No newline at end of file

-- 
fonts-beng-extra.git



More information about the Debian-in-commits mailing list