[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:22:58 UTC 2013


The following commit has been merged in the master branch:
commit 790a50ccc4b15684640387fe8ec66fae28b77fb7
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sat Jun 8 13:40:30 2013 +0530

    Use override_dh_fixperms to fix the permission of ttf files and remove
    unwanted debhelper template comments.

diff --git a/debian/rules b/debian/rules
index 247c935..0538a2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,10 @@
 #!/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_install:
+override_dh_fixperms:
 	chmod -x *.ttf
-	dh_install
\ No newline at end of file
+	dh_fixperms

-- 
fonts-beng-extra.git



More information about the Debian-in-commits mailing list