<div>Hi All,</div>
<div>&nbsp;</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&nbsp;am running&nbsp;./dpkg-build.sh </div>
<div>script&nbsp;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>&nbsp;</div>
<div>gcc -o N800App N800App.c `pkg-config gtk+-2.0 hildon-1 --cflags --libs`&nbsp; -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/hildon-fm-2 -lgtkdatabox</div>
<div>&nbsp;</div>
<div>I don&#39;t want to plug my code into some existing example application code and create debian package as </div>
<div>it is making binary huge...</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Nisha</div>