From 6c439a1a8818af0cfe2418136a00076e5c36f947 Mon Sep 17 00:00:00 2001 From: Jere Malinen Date: Sun, 13 Jun 2010 22:29:15 +0300 Subject: [PATCH] Release 0.1.1-1. --- buid_netstory.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buid_netstory.py b/buid_netstory.py index 13f10ff..9071236 100644 --- a/buid_netstory.py +++ b/buid_netstory.py @@ -46,10 +46,10 @@ if __name__ == "__main__": stop netstoryd || echo "Warning: Stopping the netstoryd daemon failed." rm -f /opt/netstory/*.pyc /opt/netstory/*.pyo """ #Set here your pre remove script - version = "0.1.0" #Version of your software, e.g. "1.2.0" or "0.8.2" - 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. + version = "0.1.1" #Version of your software, e.g. "1.2.0" or "0.8.2" + build = "1" #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 = 'Fixed bugtracker URL.' + changeloginformation = 'Fixed rounding.' 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