X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=b378630b45f258d9a49275e9a45d8f9978289d6a;hp=3d0658534693378b7b5b911380c63304e64b1761;hb=ff7c2f291fca8ec9c793875f5d3b8083c0feb0c8;hpb=e98f2a42a0007992fd7484d80a5d3eb398312826 diff --git a/support/builddeb.py b/support/builddeb.py index 3d06585..b378630 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -19,6 +19,10 @@ __email__ = "anthony@unihedron.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +0.9.2 +* Added search toggle to the menu +* Maemo 5: Added sorting to the app menu + 0.9.1 * Added support for creating generic .deb files * Added an apothecary unit @@ -181,7 +185,7 @@ def build_package(distribution): p.prettyName = constants.__pretty_app_name__ p.description = __description__ p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Gonvert" - #p.upgradeDescription = __changelog__.split("\n\n", 1)[0] + p.upgradeDescription = __changelog__.split("\n\n", 1)[0] p.author = __author__ p.mail = __email__ p.license = "gpl"