USSD menu navigation implementation
[ussd-widget] / ussd-common / build_ussd-common.py
index 2b6e350..c15da53 100644 (file)
@@ -20,7 +20,7 @@ if __name__ == "__main__":
     print
 
     p=py2deb.Py2deb("ussd-common")
-    p.description="Command line utility for makein USSD queries"
+    p.description="Command line utility for making USSD queries"
     p.author="Alexey Guseynov"
     p.mail="kibergus@gmail.com"
     p.depends = "python2.5, pexpect"
@@ -38,9 +38,9 @@ if __name__ == "__main__":
 chmod +s /usr/bin/pnatd
 """ #Set here your post install script
 
-    version = "0.0.3"
+    version = "0.0.5"
     build = "0" 
-    changeloginformation = "Language selection support, line break in reply bug fixed." 
+    changeloginformation = "command line parameters rearranged, bugfixes." 
    
     dir_name = "src"