Vastly simplified menus in prep for fremantlizing them
[gc-dialer] / support / builddeb.py
index db371cb..aa06f27 100755 (executable)
@@ -26,6 +26,8 @@ __changelog__ = """
 * Tweaked sizes of stuff on recent tab
 * Starting some work on rotation support for fremantle
 * Made startup more error resistant
+* Simplified menus
+* Fremantle: Making various areas pannable
 * Bug Fix: some dependencies for Diablo
 * Bug Fix: Error on refreshing tabs when not logged in
 * Bug Fix: #4471 Notification Checkbox Won't Stay Checked (hour roll over error)
@@ -33,6 +35,8 @@ __changelog__ = """
 * Bug Fix: category for Fremantle/Diablo
 * Bug Fix: needing to manually create "~/.dialcentral" due to earlier logging changes
 * Bug Fix: dependencies for fremantle
+* Bug Fix: Issues when trying to stack error messages
+* Bug Fix: Python2.6 deprecates some stuff I did
 
 1.0.5
 * Contacts Tab remembers the last address book viewed on restart
@@ -195,11 +199,11 @@ def build_package(distribution):
        ])
        maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"
        p.depends += {
-               "debian": "",
+               "debian": ", python-glade2",
                "chinook": maemoSpecificDepends,
                "diablo": maemoSpecificDepends,
-               "fremantle": maemoSpecificDepends,
-               "mer": maemoSpecificDepends,
+               "fremantle": maemoSpecificDepends + ", python-glade2",
+               "mer": maemoSpecificDepends + ", python-glade2",
        }[distribution]
        p.recommends = ", ".join([
        ])