From: Ed Page Date: Thu, 2 Dec 2010 03:28:40 +0000 (-0600) Subject: Fixing deps X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=21d25332495e022c3e47b7d7a8ce5a4fe6be3a3f;p=gc-dialer Fixing deps --- diff --git a/support/builddeb.py b/support/builddeb.py index 0870254..3e93809 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -89,15 +89,12 @@ def build_package(distribution): p.license = "lgpl" p.depends = ", ".join([ "python2.6 | python2.5", - "python-gtk2 | python2.5-gtk2", - "python-xml | python2.5-xml", - "python-dbus | python2.5-dbus", + "python-simplejson", ]) - maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon" p.depends += { - "debian": ", python-glade2", - "diablo": maemoSpecificDepends + ", python2.5-conic", - "fremantle": maemoSpecificDepends + ", python-glade2, python-alarm", + "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", }[distribution] p.recommends = ", ".join([ ])