X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=support%2Fbuilddeb.py;h=cabcaabba107cd74c734ffea0c9cc3f8e48a5886;hb=a75e166f12d853222714051b7b470b0627fd35f4;hp=aba045138b6c895b1268780d321ee4e98eacc09b;hpb=218bfd2464d383becc840c69cce9a6cb0fd78b6a;p=theonering diff --git a/support/builddeb.py b/support/builddeb.py index aba0451..cabcaab 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -66,20 +66,10 @@ def build_package(distribution): p.mail = __email__ 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", - ]) - maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon" - p.depends += { - "debian": ", python-glade2", - "chinook": maemoSpecificDepends, - "diablo": maemoSpecificDepends, - "fremantle": maemoSpecificDepends + ", python-glade2", - "mer": maemoSpecificDepends + ", python-glade2", - }[distribution] - p.recommends = ", ".join([ + "python (>= 2.5)", + "python-dbus", + "python-gobject", + "python-telepathy", ]) p.section = { "debian": "comm",