View Single Post
flotron's Avatar
Posts: 418 | Thanked: 506 times | Joined on Jan 2012 @ Argentina
#1
I have the script that creates the deb file, and i want to know if someone knows how to execute the script from QML to the folder to be packaged. For example: The ui with a button "package" and a window that user select the folder to be packaged

The script is attached.

How to package with the script only (Themes packaging example):

1- Must have installed binutils on n9 (apt-get install binutils)
2- Must have the folder structure of your theme like: /themename/usr/share/themes/themename/meegotouch/etc...
3- inside the first structure (/themename) must be another folder called "DEBIAN", so it will be /themename/DEBIAN
4- Inside DEBIAN must be file called "control" with this inside:
Package: themename
Name: themename
Version: 0.1
Architecture: armel
Description: themename
Maintainer: you <you@hotmail.com>
Author: you <you@hotmail.com>
Section: user/Utilities+
5- Copy folder structure to /home/user and "make-deb.sh" script file to /home/user/Mydocs
6- From phone terminal write this: sh /home/user/MyDocs/make-deb.sh /home/user/themename
Attached Files
File Type: zip make-deb.zip (774 Bytes, 232 views)

Last edited by flotron; 2013-01-28 at 20:10.
 

The Following User Says Thank You to flotron For This Useful Post: