Bump to 1.3.6
[gc-dialer] / support / builddeb.py
index 41a4c81..7b904e4 100755 (executable)
@@ -30,8 +30,9 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing a bug on applying settings
-* Disabling PySide support and any associated features (system contacts).  It is just too buggy right now.
+* Adding back in GTalk callback for those who can use it
+* Polishing button sizing and some wording
+* Fixed a bug with alert LED on Maemo 4.1
 """.strip()
 
 
@@ -87,9 +88,9 @@ def build_package(distribution):
                "python-simplejson",
        ])
        p.depends += {
-               "debian": ", python-qt4",
+               "debian": ", python-qt4, python-gst0.10",
                "diablo": ", python2.5-qt4-core, python2.5-qt4-gui",
-               "fremantle": ", python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5",
+               "fremantle": ", python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-gst0.10",
                #"fremantle": ", python-pyside.qtgui, python-pyside.qtcore, python-pyside.qtmaemo5, python-qtmobility.contacts",
        }[distribution]
        p.recommends = ", ".join([