Some fixes and cleanup of Fremantle easy-chroot scripts
[easy-deb-chroot] / fremantle / easy-chroot / build_easychroot.py
index 8f797cf..1887460 100755 (executable)
@@ -19,11 +19,12 @@ if __name__ == "__main__":
      except:
          pass
      print
-     p=py2deb.Py2deb("easy-chroot")   #This is the package name and MUST be in lowercase! 
+     p=py2deb.Py2deb("easy-chroot")   #This is the package name and MUST be in lowercase!
      p.description="Scripts to mount and chroot into images/partitions\nFremantle version;\n(This does NOT use the 'turbo-charged' dm-loop for mounting image files.)"
+     p.maemodispname="Easy Chroot" 
      p.author="Alan Bruce (qole)"
      p.mail="alan@thebruces.ca"
-     # p.depends = ""
+     p.depends = "libblkid1"
      p.section="user/system"
      p.icon = "cigar-48.png"
      p.arch="armel"              #should be all for python, any for all arch
@@ -39,7 +40,7 @@ if __name__ == "__main__":
      # p.preinstall=""
      # p.preremove=""
 
-     version = "0.2.2"   #Version of your software, e.g. "1.2.0" or "0.8.2"
+     version = "0.2.3"   #Version of your software, e.g. "1.2.0" or "0.8.2"
      build = "1fremantle1"         #Build number
      versionbuild = version + "-" + build
                          #Text with changelog information to be displayed in the package "Details" tab of the HAM