Release 0.1.1-1. netstory-0.1.1
authorJere Malinen <jeremmalinen@gmail.com>
Sun, 13 Jun 2010 19:29:15 +0000 (22:29 +0300)
committerJere Malinen <jeremmalinen@gmail.com>
Sun, 13 Jun 2010 19:29:15 +0000 (22:29 +0300)
buid_netstory.py

index 13f10ff..9071236 100644 (file)
@@ -46,10 +46,10 @@ if __name__ == "__main__":
         stop netstoryd || echo "Warning: Stopping the netstoryd daemon failed."\r
         rm -f /opt/netstory/*.pyc /opt/netstory/*.pyo\r
         """ #Set here your pre remove script\r
-    version = "0.1.0"         #Version of your software, e.g. "1.2.0" or "0.8.2"\r
-    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.\r
+    version = "0.1.1"         #Version of your software, e.g. "1.2.0" or "0.8.2"\r
+    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.\r
                            #Text with changelog information to be displayed in the package "Details" tab of the Maemo Application Manager\r
-    changeloginformation = 'Fixed bugtracker URL.'\r
+    changeloginformation = 'Fixed rounding.'\r
     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\r
     #Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list \r
     for root, dirs, files in os.walk(dir_name):\r