View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#106
Hi FRuMMaGe,

Nice work. Some comments, you might find them useful.

* On your shell scripts you start with: #!/bin/bash
try to change those into #!/bin/sh otherwise bash is one more dependency for your app.

* One way to remove the rootsh dependency from your code is to add the shell script to the sudoers list.

* for the qt dependencies it should be enough to get the following:
Code:
apt-get install python2.5 python2.5-qt4-gui python2.5-qt4-core python2.5-qt4-maemo5
Good continuation.

PS: if you need help with packaging send me a PM
 

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