Bump to 1.3.3-1
[gc-dialer] / support / builddeb.py
index 94fedb2..f3381a8 100755 (executable)
@@ -30,10 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Another attempt at fixing account dialog buttons on Maemo 5 (yay pyside bug #820)
-* Adding back in voicemail update on missed calls, a bug stopped it from showing up
-* Attempting to fix pie menu back button (another shoutout to pyside bug #820)
-* Tweaking the "default" orientation setting
+*Jut hoping to force the maemo.org package system along
 """.strip()
 
 
@@ -91,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([
        ])