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

Vasudev Kamath kamathvasudev at gmail.com
Tue Dec 20 16:59:08 UTC 2011


The following commit has been merged in the master branch:
commit 2e114e4c57a0bc8a3098f6dcb2c1149c6a8bc41e
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Tue Dec 20 22:23:00 2011 +0530

    Fix: Uploader email should be in between <>

diff --git a/dh-make-font b/dh-make-font
index ecd6519..3937ebb 100755
--- a/dh-make-font
+++ b/dh-make-font
@@ -9,7 +9,7 @@ import re
 required_files = ["control", "copyright", "changelog", "source", "compat",
                   "rules", "format"]
 DEFAULT_MAINTAINER = "Debian Fonts Task Force <pkg-fonts-devel at lists.alioth.debian.org>"
-UPLOADERS = (os.environ.get('DEBFULLNAME') + " " + os.environ.get('DEBEMAIL'))\
+UPLOADERS = (os.environ.get('DEBFULLNAME') + " <" + os.environ.get('DEBEMAIL') + ">")\
     if os.environ.has_key('DEBEMAIL') else "#Please fill in your name and email"
 PACKAGE = ""
 

-- 
dh-make-font.git



More information about the Debian-in-commits mailing list