View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#7
Originally Posted by FunFair View Post
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?
According to the README file I linked you to:
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.)
Originally Posted by FunFair View Post
Do i have to put the maemo-optify.deb file in the debian folder?
No, maemo-optify is run by the build process, so the .deb file will need to be installed in the scratchbox (if it's not already installed by default).

Originally Posted by FunFair View Post
do i have to rename it since when we download the filename was "maemo-optify_0.2.1_all.deb"
No, the name of the .deb file is irrelevant.