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

Vasudev Kamath kamathvasudev at gmail.com
Sun Dec 25 07:58:35 UTC 2011


The following commit has been merged in the master branch:
commit b04404cee925e25c4e5c18aa6d522cc2ecf6f81e
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Dec 25 13:28:46 2011 +0530

    TODO for maintainers added

diff --git a/dh-make-font b/dh-make-font
index a1107be..63ab864 100755
--- a/dh-make-font
+++ b/dh-make-font
@@ -203,6 +203,20 @@ def create_install_and_links():
                                 install += "\n"
         with open('install','w') as fd:
                 fd.write(install)
+
+def print_todo():
+        print("""
+**************************************************
+       TODO for the maintainers
+**************************************************
+
+    1. Please add short and long description in debian/control file
+    2. Please add appropriate lines in debian/changelog
+    3. Please add DEP5 format URI in debian/copyright
+    4. Please add fonts copyright in debian/copyright
+    5. Check debian/install and debian/links if they exist
+    6. Build the package and enjoy!
+""")
                                
 def main():
         """
@@ -231,6 +245,7 @@ def main():
 
         update_control_file(args)
         create_install_and_links()
+        print_todo()
 
 if __name__ == "__main__":
         main()

-- 
dh-make-font.git



More information about the Debian-in-commits mailing list