Swapping keyboards
[ejpi] / support / builddeb.py
index d3930e9..63b16e0 100755 (executable)
@@ -4,18 +4,38 @@ from py2deb import *
 
 
 __appname__ = "ejpi"
-__description__ = "RPN Calculator"
+__description__ = "A Touch Screen Optimized RPN Calculator using Pie Menus"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
-__version__ = "0.9.0"
-__build__ = 2
-__changelog__ = '''\
+__version__ = "0.9.4"
+__build__ = 0
+__changelog__ = '''
+0.9.4
+ * Added icons
+ * Minor improvements
+ * Swapping the keyboard positions, seem more friendly to my thumb location this way
+
+0.9.3 - ""
+ * Added +/-, !, sq, and sqrt functions
+ * Improved Documentation
+ * Copy of calculation result and the corresponding equation
+ * Bug fixes
+
+0.9.2 - ""
+ * Experimenting with faster startup by including pyc files in package
+ * Minor tweaks and bug fixes
+
+0.9.1 - "Laziness doesn't always pay off"
+ * Profiled the code with an especial focus on the pie menus
+ * Tried to reduce potential bugs with double clicks
+ * Fixed a visual artifact issue on popup
+
 0.9.0 - "Feed is for horses, so what about feedback?"
-* Initial public release
-* Pie menus for keys
-* Modifiable history
-* Supports different number types and bases
-* Basic trig support
+ * Initial public release
+ * Pie menus for keys
+ * Modifiable history
+ * Supports different number types and bases
+ * Basic trig support
 '''
 
 
@@ -57,7 +77,6 @@ if __name__ == "__main__":
        p.mail = __email__
        p.license = "lgpl"
        p.depends = "python2.5, python2.5-gtk2"
-       # p.section = "user/utilities"
        p.section = "user/accessories"
        p.arch = "all"
        p.urgency = "low"
@@ -76,10 +95,8 @@ if __name__ == "__main__":
                        for (oldName, newName) in files
                )
        p["/usr/share/applications/hildon"] = ["ejpi.desktop"]
-       p["/usr/lib/ejpi"] = ["gc_dialer.glade"]
-       # p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-dialcentral.png|dialcentral.png"]
-       # p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-dialcentral.png|dialcentral.png"]
-       # p["/usr/share/icons/hicolor/scalable/hildon"] = ["scale-dialcentral.png|dialcentral.png"]
+       p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-ejpi.png|ejpi.png"]
+       p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-ejpi.png|ejpi.png"]
 
        print p
        print p.generate(