X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=0bd26f2e80c07509ff5b694ac14b4a063913b486;hp=478e5021b3dd402678e524d138ac2f5affa2b57c;hb=a37cb60861bf3c0bd13dab07f54249bd9a36ab20;hpb=02ba18393b5daeab0cb00479a300b2597f7dc2f1 diff --git a/support/builddeb.py b/support/builddeb.py index 478e502..0bd26f2 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -19,9 +19,14 @@ __email__ = "anthony@unihedron.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -0.9.3 -* Rotation support through Ctrl+o -* Switching from scrollbar to panning +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 +* Added a "Quick Jump" window (to replace old form of search) +* Added favorites to limit the number of categories and units shown +* Should be auto-rotatable (might not be working for some reason) +* Should auto-enable Fn on Maemo 5 """ @@ -73,15 +78,8 @@ def build_package(distribution): p.depends = ", ".join([ "python2.6 | python2.5", "python-gtk2 | python2.5-gtk2", - "python-xml | python2.5-xml", - "python-dbus | python2.5-dbus", + "python-pyqt4 | python2.5-qt4", ]) - maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon" - p.depends += { - "debian": ", python-glade2", - "diablo": maemoSpecificDepends, - "fremantle": maemoSpecificDepends + ", python-glade2", - }[distribution] p.recommends = ", ".join([ ]) p.section = {