Update build script
authorandrei1089 <andrei.mirestean@gmail.com>
Sun, 21 Mar 2010 12:39:03 +0000 (14:39 +0200)
committerandrei1089 <andrei.mirestean@gmail.com>
Sun, 21 Mar 2010 12:39:03 +0000 (14:39 +0200)
build_pedo.py
debian/changelog [new file with mode: 0644]

index 69e9b83..cdbb363 100644 (file)
@@ -41,9 +41,10 @@ if __name__ == "__main__":
     #  p.preremove="""#!/bin/sh
     #  chmod +x /usr/bin/mclock.py""" #Set here your pre remove script
     version = "0.3"           #Version of your software, e.g. "1.2.0" or "0.8.2"
     #  p.preremove="""#!/bin/sh
     #  chmod +x /usr/bin/mclock.py""" #Set here your pre remove script
     version = "0.3"           #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
     #Text with changelog information to be displayed in the package "Details" tab of the Maemo Application Manager
-    changeloginformation ="New features: \n*fixed Imperial units bug\n*option to set sensitivity\n*options to set step length\n*calculate number of lost calories\n*show graphs of steps/distance/calories\n*save history in XML file\n*set alarm for steps/calories/distance\n*option to pause timer when not walking"
+    #changeloginformation ="New features: \n*fixed Imperial units bug\n*option to set sensitivity\n*options to set step length\n*calculate number of lost calories\n*show graphs of steps/distance/calories\n*save history in XML file\n*set alarm for steps/calories/distance\n*option to pause timer when not walking"
+    changeloginformation = open("debian/changelog").read()
     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
     for root, dirs, files in os.walk(dir_name):
         real_dir = root[len(dir_name):]
     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
     for root, dirs, files in os.walk(dir_name):
         real_dir = root[len(dir_name):]
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..4dbb3e9
--- /dev/null
@@ -0,0 +1,20 @@
+pedometerhomewidget (0.3-3) stable; urgency=low
+
+  * Fix bug #5407: Count steps correctly if the counter is running
+    overnight
+
+ -- Andrei Mirestean <andrei.mirestean@gmail.com>  Sun, 21 Mar 2010 14:20:10 +0200
+
+pedometerhomewidget (0.3-2) stable; urgency=low
+
+  New features:
+  *fixed Imperial units bug
+  *option to set sensitivity
+  *options to set step length
+  *calculate number of lost calories
+  *show graphs of steps/distance/calories
+  *save history in XML file
+  *set alarm for steps/calories/distance
+  *option to pause timer when not walking
+
+ -- Andrei Mirestean <andrei.mirestean@gmail.com>  Wed, 17 Mar 2010 00:40:09 +0000