From b7e3bc16f6bb5ba1341bf1c7b61d8dd085c798dd Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 18 May 2010 00:07:20 +0100 Subject: [PATCH] Update build --- build/build_gigfinder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build_gigfinder.py b/build/build_gigfinder.py index 37c2f57..eb5addb 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 = "4" #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 = "5" #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 bug in desktop file, pointing to the wrong location" + changeloginformation = "Fix bug in date display" 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): -- 1.7.9.5