Bump to 1.3.3
[gc-dialer] / support / builddeb.py
index b0e205a..41a4c81 100755 (executable)
@@ -30,15 +30,14 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Couldn't update SMS conversations in SMS window, fixed
+* Fixing a bug on applying settings
+* Disabling PySide support and any associated features (system contacts).  It is just too buggy right now.
 """.strip()
 
 
 __postinstall__ = """#!/bin/sh -e
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor
-rm -f ~/.%(name)s/%(name)s.log
-rm -f ~/.%(name)s/notifier.log
 """ % {"name": constants.__app_name__}
 
 __preremove__ = """#!/bin/sh -e
@@ -91,6 +90,7 @@ def build_package(distribution):
                "debian": ", python-qt4",
                "diablo": ", python2.5-qt4-core, python2.5-qt4-gui",
                "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([
        ])