<div>Hi All,</div>
<div> </div>
<div>I am trying to make debian package for my application to port it to N800.</div>
<div>I am able to compile it in ARMEL mode but when i give ./dpkg-build.sh </div>
<div>command i am not able to get the debian package...My Makefile is very</div>
<div>simple having following rules...What i have to add to create debian package?</div>
<div> </div>
<div>gcc -o N800App N800App.c `pkg-config gtk+-2.0 hildon-1 --cflags --libs` -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/hildon-fm-2 -lgtkdatabox</div>
<div> </div>
<div>I don't want to plug my code into some existing example application code and create debian package as </div>
<div>it is making binary huge...the dpkg-build.sh file contains following rules</div>
<div> </div>
<div> </div>
<div> </div>
<div>Regards,</div>
<div>Nisha</div>