Fixing button sizing
[gc-dialer] / support / builddeb.py
index 8500d2f..b6be56f 100755 (executable)
@@ -30,7 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Couldn't update SMS conversations in SMS window, fixed
+* Adjusting window rotation behavior
 """.strip()
 
 
@@ -86,9 +86,10 @@ 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": ", python-pyside.qtgui, python-pyside.qtcore, python-pyside.qtmaemo5, python-qtmobility.contacts",
+               "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([
        ])