Improving behavior for when I change things around
[gc-dialer] / support / builddeb.py
index 2b98722..0045f7a 100755 (executable)
@@ -16,13 +16,26 @@ import constants
 
 
 __appname__ = constants.__app_name__
-__description__ = "Touch screen enhanced interface to the GoogleVoice phone service"
+__description__ = """Touch screen enhanced interface to the GoogleVoice phone service"
+Features:
+* Dialpad for quick call
+* Checking voicemails, texts, call history
+* Sending texts
+* Notification support for texts, voicemail, and/or missed calls
+.
+Homepage: http://gc-dialer.garage.maemo.org/
+"""
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 1.0.8
+* Sped up login time by delay loading contact list
+* Ability to narrow down messages either by type or status
+* Fremantle: Notification Support including testing of custom notifications
+* UI Tweak: Cut down the number of times the login dialog is needlessly displayed
+* Bug Fix: Switching to accounts tab when callback is blank
 
 1.0.7
 * Sped up various login cases
@@ -228,7 +241,9 @@ def build_package(distribution):
 
        py2deb.Py2deb.SECTIONS = py2deb.SECTIONS_BY_POLICY[distribution]
        p = py2deb.Py2deb(__appname__)
+       p.prettyName = constants.__pretty_app_name__
        p.description = __description__
+       p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral"
        p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
        p.author = __author__
        p.mail = __email__
@@ -244,7 +259,7 @@ def build_package(distribution):
                "debian": ", python-glade2",
                "chinook": maemoSpecificDepends,
                "diablo": maemoSpecificDepends,
-               "fremantle": maemoSpecificDepends + ", python-glade2",
+               "fremantle": maemoSpecificDepends + ", python-glade2, python-alarm",
                "mer": maemoSpecificDepends + ", python-glade2",
        }[distribution]
        p.recommends = ", ".join([