X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=f607ab0b984a5f1dd7e17ee571bfb637694ae3d2;hp=0bd26f2e80c07509ff5b694ac14b4a063913b486;hb=63f3e7b7b6f4d5efadf3f8e3efc126b057404ce8;hpb=a37cb60861bf3c0bd13dab07f54249bd9a36ab20 diff --git a/support/builddeb.py b/support/builddeb.py index 0bd26f2..f607ab0 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -19,7 +19,6 @@ __email__ = "anthony@unihedron.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -1.0.0 * Switched from GTK to QT in preparation for Meego, all previous features still present * Except removed the current form of search * Added a "Recent" window @@ -77,9 +76,12 @@ def build_package(distribution): p.license = "gpl" p.depends = ", ".join([ "python2.6 | python2.5", - "python-gtk2 | python2.5-gtk2", - "python-pyqt4 | python2.5-qt4", ]) + p.depends += { + "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([ ]) p.section = {