Updating from skeleton
[gonvert] / support / builddeb.py
index d1eba3d..5a2e432 100755 (executable)
@@ -12,15 +12,20 @@ __appname__ = constants.__app_name__
 __description__ = """Unit Conversions
 A conversion utility that allows conversion between many units like CGS, Ancient, Imperial with many categories like length, mass, numbers, etc. All units converted values shown at once as you type
 .
-Homepage: http://www.unihedron.com/projects/gonvert/index.php
+Homepage: http://gonvert.garage.maemo.org
 """
-__author__ = "Anthony Tekatch"
-__email__ = "anthony@unihedron.com"
+__author__ = "Ed Page"
+__email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Optification
-"""
+* Adding back in scrolling when using arrow keys in Units Window
+* Fixing Units Window arrow keys when only showing favorites
+* Removed GTK support
+* Improved startup time
+* Changed the default to condensed mode for better startup time and since people probably will prefer it
+* Saved some wasted horizontal space
+""".strip()
 
 
 __postinstall__ = """#!/bin/sh -e
@@ -66,7 +71,7 @@ def build_package(distribution):
        p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Gonvert"
        p.author = __author__
        p.mail = __email__
-       p.license = "gpl"
+       p.license = "lgpl"
        p.depends = ", ".join([
                "python2.6 | python2.5",
                "python-simplejson",