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

Muneeb Shaikh iammuneeb at gmail.com
Tue Jan 31 16:21:18 UTC 2012


The following commit has been merged in the master branch:
commit 31bc7fe60d0f6f51d67fa6cc04510ad135113349
Author: Muneeb Shaikh <iammuneeb at gmail.com>
Date:   Tue Jan 31 21:49:15 2012 +0530

    Added version, Copyright and License

diff --git a/dh-make-font b/dh-make-font
index ed78882..42c40ff 100755
--- a/dh-make-font
+++ b/dh-make-font
@@ -39,6 +39,9 @@ arguments.add_argument('--maint',
                              Debian Fonts Task Force <pkg-fonts-devel at lists.alioth.debian.org>''')
 arguments.add_argument('foldername',
                        help='Extracted folder containing fonts')
+arguments.add_argument('-v', '--version', action='version',
+                        help='Show the version number of dh_make_font', 
+                        version='''%(prog)s -  prepare Debian packaging for fonts, version 0.1''')
 
 
 def check_files():
diff --git a/dh-make-font.1 b/dh-make-font.1
index 0dc96d4..e940798 100644
--- a/dh-make-font.1
+++ b/dh-make-font.1
@@ -59,7 +59,19 @@ This is the name of the folder in which you have extracted the fonts.
 Rules for folder name are same as dh_make. If you didn't give proper
 name dh_make will fail.
 
+.TP
+\-v, \-\-version
+Show the version number of program and exit.
+
 .SH AUTHORS
-This tool is written by Vasudev Kamath <kamathvasudev at gmail.com> and Shravan Aras <123.shravan at gmail.com> for Debian-IN team
+This tool is written by Vasudev Kamath <kamathvasudev at gmail.com>, Shravan Aras <123.shravan at gmail.com> and Muneeb Shaikh <iammuneeb at gmail.com> for Debian-IN team
+
+.SH COPYRIGHT
+Copyright \(co 2011-2012 Vasudev Kamath <kamathvasudev at gmail.com>
+            2011-2012 Muneeb Shaikh <iammuneeb at gmail.com>
+            2011-2012 Shravan Aras <123.shravan at gmail.com>
+
+License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl2.html>.
+
 
-This man page is written by Vasudev Kamath <kamathvasudev at gmail.com>
+This man page is written by Vasudev Kamath <kamathvasudev at gmail.com> and Muneeb Shaikh <iammuneeb at gmail.com>

-- 
dh-make-font.git



More information about the Debian-in-commits mailing list