Improving behavior for when I change things around
[gc-dialer] / support / builddeb.py
index d617f52..0045f7a 100755 (executable)
@@ -16,18 +16,53 @@ import constants
 
 
 __appname__ = constants.__app_name__
-__description__ = "Touch screen enhanced interface to the GoogleVoice/GrandCentral 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
 * Added descriptions to the callback numbers
 * Collapsed conversations in the messages tab
+* Give access to all of a contacts numbers when launching dialog from Recent or Messages tabs
+* UI Tweak: Added more login status notifications
+* UI Tweak: When no characters are entered, you can't send a text
+* UI Tweak: Trying to consolidate dialogs by combining phone selection and SMS entry
+* UI Tweak: Removed "Select" button from SMS Dialog
+* UI Tweak: Increased the size of the SMS dialog
+* UI Tweak: Disable "Dial" when a text has started to be entered
+* UI Tweak: Move the sms history scroll bars around the whole sms conversation, giving more room to see with
+* UI Tweak: Trying to be clearer by switching the login dialog from "Close" to "Cancel"
+* UI Tweak: Remove auto-cancel of login after X attempts
+* Bug Fix: Expanded the types of the Enter key that are supported for going to full screen
 * Bug Fix: Random people were reporting login issues
+* Bug Fix: Hardened against issues with grabbing possible callback numbers
+* Bug Fix: Fremantle GTK doesn't allow TreeView rows to be selected, so row-activated handlers have to read their path
+* Bug Fix: Fremantle PyMaemo doesn't provide a function Mer PyMaemo does, created a hack to be workable on both
+* Bug Fix: Once PyMaemo supports thumb button sizes, setting that for all of the random buttons
+* Bug Fix: When debugging hildonization, dialogs weren't closing
+* Bug Fix: Not properly hildonizing some code
+* Bug Fix: Attempting a hack to fix redirect issues for people
 * Debugging: Improved logging output
+* Debugging: Printing page when can't get a callback number
+* Debugging: Included stuff to create all the debug files
 
 1.0.6
 * Fremantle Prep: Simplified menus in prep for no menu or the Fremantle App Menu
@@ -169,7 +204,8 @@ __changelog__ = """
 __postinstall__ = """#!/bin/sh -e
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor
-"""
+rm -f %s/dialcentral.log
+""" % constants._data_path_
 
 __preremove__ = """#!/bin/sh -e
 
@@ -205,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__
@@ -221,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([