X-Git-Url: http://git.maemo.org/git/?p=quicknote;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=fb583548a65110696a721b3198057f83e7d11ee4;hp=6a89a893ce8de153fc32fc6bf692f6e090ed88ef;hb=bbb8598a2c4a279891df6af6339f87256886a322;hpb=2ee19de1e0d0851cd38f7e0c1920cc49ec8e44b2 diff --git a/support/builddeb.py b/support/builddeb.py index 6a89a89..fb58354 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -22,9 +22,13 @@ __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ 0.7.10 - * Moved history to the menu/appmenu + * Moved history to the (app)menu + * Moved search to Ctrl+f and (app)menu * Switched category selection over to a touch selector entry, making it prettier and easier + * Deleting empty notes no longer prompts the user + * Cleaned up the history dialog a smidge * Ctrl+w/q to quit + * Bug fix: not very consistent when a category is visible in dialogs 0.7.9 * UI Tweak: Removed "New Note..." due to weirdness and duplicated behavior @@ -34,7 +38,7 @@ __changelog__ = """ * Added .deb package support 0.7.8 - * Spell checking + * Spell checking (Desktop only) * Fixing the application title * Fremantle Support * Ctrl+i and Ctrl+o to zoom in/out the interface @@ -118,6 +122,7 @@ def build_package(distribution): "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 += {