From: jon Date: Mon, 17 May 2010 20:50:43 +0000 (+0100) Subject: New build X-Git-Url: http://git.maemo.org/git/?p=gigfinder;a=commitdiff_plain;h=c2f8b8157d1b1da661e0b61e1c29fb4b69494526 New build --- diff --git a/build/build_gigfinder.py b/build/build_gigfinder.py index e52111c..4b8da10 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 = "2" #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 = "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. #Text with changelog information to be displayed in the package "Details" tab of the Maemo Application Manager - changeloginformation = "fix dependency" + changeloginformation = "Fix UI problems when less than 10 events displayed" 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):