X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=162ec16d09629229c429b7bc718e481d4bca82d8;hp=212d93d4ba64cee021d303a342292427ec3ea279;hb=8108e3b076e3609bb0e26aa51ebb5bf54be7fee3;hpb=ff965a3a49599988b04f2db8bd22908e6c9029f1 diff --git a/support/builddeb.py b/support/builddeb.py index 212d93d..162ec16 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -19,13 +19,9 @@ __email__ = "anthony@unihedron.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* 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 +* A condensed view of unit conversion for those who so chose +* Changed the way windows handle closing +* Improved performance of jumping between some of the windows (including startup) """ @@ -70,7 +66,6 @@ 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.author = __author__ p.mail = __email__ p.license = "gpl" @@ -102,9 +97,9 @@ def build_package(distribution): "diablo": "data-pixmaps-gonvert.png", "fremantle": "data-pixmaps-gonvert.png", # Fremantle natively uses 48x48 }[distribution] - p["/usr/bin"] = [ "gonvert.py" ] + p["/opt/gonvert/bin"] = [ "gonvert.py" ] for relPath, files in unflatten_files(find_files("src", ".")).iteritems(): - fullPath = "/usr/lib/gonvert" + fullPath = "/opt/gonvert/lib" if relPath: fullPath += os.sep+relPath p[fullPath] = list( @@ -112,7 +107,7 @@ def build_package(distribution): for (oldName, newName) in files ) for relPath, files in unflatten_files(find_files("data", ".")).iteritems(): - fullPath = "/usr/share/gonvert" + fullPath = "/opt/gonvert/share" if relPath: fullPath += os.sep+relPath p[fullPath] = list(