Fixing up the categories
authorepage <eopage@byu.net>
Mon, 26 Oct 2009 12:32:41 +0000 (12:32 +0000)
committerepage <eopage@byu.net>
Mon, 26 Oct 2009 12:32:41 +0000 (12:32 +0000)
git-svn-id: file:///svnroot/ejpi/trunk@53 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d

src/ejpi_glade.py
support/builddeb.py

index 660f313..c725dcf 100755 (executable)
@@ -12,7 +12,6 @@
 @todo Expanded copy/paste (Unusure how far to go)
        @li Copy formula, value, serialized, mathml, latex?
        @li Paste serialized, value?
-@bug Has the same Maemo tab color bug as DialCentral
 
 Some useful things on Maemo
 @li http://maemo.org/api_refs/4.1/libosso-2.16-1/group__Statesave.html
index 54ac3d4..eac9fba 100755 (executable)
@@ -13,6 +13,9 @@ import constants
 
 __appname__ = constants.__app_name__
 __description__ = """A Touch Screen Optimized RPN Calculator using Pie Menus
+RPN: Stack based math, come on it is fun
+Pie Menus: Press them or press-drag them
+History: Its such a drag, so drag them around, delete them, etc
 .
 Homepage: http://ejpi.garage.maemo.org/
 """
@@ -107,7 +110,13 @@ def build_package(distribution):
                "fremantle": maemoSpecificDepends + ", python-glade2",
                "mer": maemoSpecificDepends + ", python-glade2",
        }[distribution]
-       p.section = "user/accessories"
+       p.section = {
+               "debian": "accessories",
+               "chinook": "accessories",
+               "diablo": "user/science",
+               "fremantle": "user/science",
+               "mer": "user/science",
+       }[distribution]
        p.arch = "all"
        p.urgency = "low"
        p.distribution = "chinook diablo fremantle mer debian"