Bump to 1.3.5
[gc-dialer] / support / builddeb.py
index 4d5911c..a552285 100755 (executable)
@@ -30,7 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing account dialog buttons on Maemo 5
+* Adjusting window rotation behavior
 """.strip()
 
 
@@ -88,7 +88,8 @@ def build_package(distribution):
        p.depends += {
                "debian": ", python-qt4",
                "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",
+               #"fremantle": ", python-pyside.qtgui, python-pyside.qtcore, python-pyside.qtmaemo5, python-qtmobility.contacts",
        }[distribution]
        p.recommends = ", ".join([
        ])