![]() |
2010-06-07
, 09:31
|
Posts: 19 |
Thanked: 0 times |
Joined on May 2010
|
#1
|
![]() |
2010-06-07
, 09:43
|
Posts: 200 |
Thanked: 44 times |
Joined on Jan 2010
|
#3
|
did anyone knw that how to package ur .deb file and make it install most of its file into opt folder? or is there any tutorial about it? u wont pass ovi if ur app din have a opt folder, i dun even knw what is that, i have totally no idea how does it work!!! -__-"
The Following User Says Thank You to jamie721 For This Useful Post: | ||
![]() |
2010-06-08
, 08:25
|
Posts: 19 |
Thanked: 0 times |
Joined on May 2010
|
#4
|
![]() |
2010-06-08
, 09:11
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#5
|
that's y i post and ask here... i really gt confuse by wiki's explain... i cant really understand it at all... -.-
![]() |
2010-06-08
, 09:48
|
Posts: 19 |
Thanked: 0 times |
Joined on May 2010
|
#6
|
The ideal solution is to use the application's configure/make/install scripts to install under /opt by default. The other option is to use maemo-optify (see http://maemo.gitorious.org/maemo-af/.../master/README) in your debian/rules file, or maemo-optify-deb on a completed .deb file.
![]() |
2010-06-08
, 09:53
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#7
|
ya... i keep trying about it for a day...i have download the maemo-optify.deb file... and the guide say we can call it right b4 "dh_builddep"...
can you tell me that what's the command to call it?
You can put a call to "maemo-optify" into debian/rules, immediately after dh_gencontrol or equivalent, like this:
maemo-optify PACKAGE DIR
where PACKAGE is the name of the binary package that you want to optify, and DIR is the directory with the files of the package. If you omit DIR, it defaults to "debian/PACKAGE". (The name of the package is needed for the heuristics that maemo-optify performs.)
![]() |
2010-06-08
, 10:06
|
Posts: 19 |
Thanked: 0 times |
Joined on May 2010
|
#8
|
![]() |
2010-06-08
, 14:08
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#9
|
i dono did i gt what u mean... is that mean after i "qmake" and "make"... i have to manual run the "maemo-optify.deb"... after that just "dpkg-buildpackage"... ? if so... i dun really need to setting in the "rules" file... ?
i'm using MADDE to compile...
![]() |
2010-06-08
, 16:30
|
Posts: 200 |
Thanked: 44 times |
Joined on Jan 2010
|
#10
|