Version 0.34 of easy-deb-chroot Fremantle, LXDE works now.
[easy-deb-chroot] / fremantle / easy-deb-chroot / build_easydebchroot.py
index 38b030e..ebe8af6 100755 (executable)
@@ -44,11 +44,11 @@ if __name__ == "__main__":
      p.preremove=qoleprerm.read()
      # p.preremove=""
 
-     version = "0.9.33"   #Version of your software, e.g. "1.2.0" or "0.8.2"
-     build = "1fremantle2"         #Build number
+     version = "0.9.34"   #Version of your software, e.g. "1.2.0" or "0.8.2"
+     build = "2fremantle1"         #Build number
                          #Text with changelog information to be displayed in the package "Details" tab of the HAM
-     changeloginformation = "0.9.30 First version for Fremantle. Stripped down, but works." 
-    
+     qolechangelog = open("control/changelog", "r")
+     changeloginformation = qolechangelog.read()
      dir_name = "src"    #Name of the subfolder containing your package source files
 
      #Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list