[Debian-in-commits] [SCM] dh-make-font.git branch, master, updated. e80072256a3aca4ea821f00f72a536a5564b5296

Muneeb Shaikh iammuneeb at gmail.com
Tue Jan 31 14:43:58 UTC 2012


The following commit has been merged in the master branch:
commit 3f108d51db31f1558b8b24143745452ab1fd805b
Author: Muneeb Shaikh <iammuneeb at gmail.com>
Date:   Fri Dec 23 23:46:29 2011 +0530

    fix fontforge to come on next line

diff --git a/dh-make-font b/dh-make-font
index a1107be..6493943 100755
--- a/dh-make-font
+++ b/dh-make-font
@@ -159,7 +159,7 @@ def update_control_file(args):
 
                                 control_content += "\nUploaders: "+UPLOADERS
                         elif line.startswith('Build-Depends:'):
-                                control_content += line +"#,fontforge"
+                                control_content += line +"\n#,fontforge"
                         elif line.startswith('Architecture:'):
                                 control_content += "Architecture: all"
                         elif line.startswith('Section:'):

-- 
dh-make-font.git



More information about the Debian-in-commits mailing list