X-Git-Url: http://git.maemo.org/git/?p=gigfinder;a=blobdiff_plain;f=build%2Fbuild_gigfinder.py;h=9432c77fc9d4dbf97c85b59197f51bcc1f9d97d1;hp=4b8da1039a12b802733f8a6434ed756dc57ad5c2;hb=fbdb9c121eca515e4d71be85fed3356ca1e91bef;hpb=c2f8b8157d1b1da661e0b61e1c29fb4b69494526 diff --git a/build/build_gigfinder.py b/build/build_gigfinder.py index 4b8da10..9432c77 100644 --- a/build/build_gigfinder.py +++ b/build/build_gigfinder.py @@ -38,9 +38,9 @@ if __name__ == "__main__": # p.preremove="""#!/bin/sh # chmod +x /usr/bin/mclock.py""" #Set here your pre remove script version = "0.0.1" #Version of your software, e.g. "1.2.0" or "0.8.2" - build = "3" #Build number, e.g. "1" for the first build of this version of your software. Increment for later re-builds of the same version of your software. + build = "6" #Build number, e.g. "1" for the first build of this version of your software. Increment for later re-builds of the same version of your software. #Text with changelog information to be displayed in the package "Details" tab of the Maemo Application Manager - changeloginformation = "Fix UI problems when less than 10 events displayed" + changeloginformation = "Get app exiting cleanly, adjust threading" dir_name = "src" #Name of the subfolder containing your package source files (e.g. usr\share\icons\hicolor\scalable\myappicon.svg, usr\lib\myapp\somelib.py). We suggest to leave it named src in all projects and will refer to that in the wiki article on maemo.org #Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list for root, dirs, files in os.walk(dir_name):