From: Ed Page Date: Thu, 28 Apr 2011 00:29:18 +0000 (-0500) Subject: Bump to 1.3.5-1 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=0ef8caf4532f5a0efea08a955c7bbabf826e62e4 Bump to 1.3.5-1 --- diff --git a/src/constants.py b/src/constants.py index c8a0902..5256ad2 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" __version__ = "1.3.5" -__build__ = 0 +__build__ = 1 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) _user_settings_ = "%s/settings.ini" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index a552285..b6be56f 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -86,9 +86,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([ diff --git a/www/dialcentral.deb b/www/dialcentral.deb index c9386af..47ce922 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ