X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=162ec16d09629229c429b7bc718e481d4bca82d8;hp=1804b25607a3f453b856e85402595f0c50eafd13;hb=8108e3b076e3609bb0e26aa51ebb5bf54be7fee3;hpb=9bce77d52423d18283f29875c7bb9ad6c80f0770 diff --git a/support/builddeb.py b/support/builddeb.py index 1804b25..162ec16 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -19,7 +19,9 @@ __email__ = "anthony@unihedron.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Maemo 4.1 support +* 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) """ @@ -95,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( @@ -105,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(