The first Fremantle easy-deb-chroot (0.9.33) that is somewhat working.
[easy-deb-chroot] / fremantle / easy-deb-chroot / build_easydebchroot.py
index dbeee90..ce5fd15 100755 (executable)
@@ -24,7 +24,7 @@ if __name__ == "__main__":
 
      p.author="Alan Bruce (qole)"
      p.mail="alan@thebruces.ca"
-     p.depends = "easy-chroot"
+     p.depends = "easy-chroot, bzip2, wget"
      p.section="user/system"
      p.icon = "deblet-48.png"
      p.arch="armel"              #should be all for python, any for all arch
@@ -40,10 +40,12 @@ if __name__ == "__main__":
      # p.postinstall="postinst"
      # p.postremove="postrm"
      # p.preinstall="preinst"
+     qoleprerm = open("control/preinst", "r")
+     p.preremove=qoleprerm.read()
      # p.preremove=""
 
-     version = "0.9.30"   #Version of your software, e.g. "1.2.0" or "0.8.2"
-     build = "1fremantle3"         #Build number
+     version = "0.9.33"   #Version of your software, e.g. "1.2.0" or "0.8.2"
+     build = "1fremantle1"         #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."