Hello,<br><br>I am porting an application to Maemo 4.0 (Xournal)<br>I have successfully modified it to compile and run in my scratchbox (CHINOOK_X86 target)<br clear="all">(I haven&#39;t been kind and &quot;make install&quot;ed what was needed instead of packaging stuff the proper way.
<br><br>Anyway I wanted to do it clean for the ARMEL target. So I started packaging the dependencies first.<br>For example gail-1.20.1.<br><br>I&#39;ve created the gail-1.20.1 with the clean sources in it and (from the dir) I&#39;ve ran:
<br><br>dh_make -e <a href="mailto:anidel@gmail.com">anidel@gmail.com</a> -f ../packages/gail-1.20.1.tar.gz<br><br>and told it that gail is a library.<br>dh_make complained about a BROKEN package name &quot;gailBROKEN&quot; thus I went to
<br>debian/control<br><br>and&nbsp; used the package name &quot;gail&quot;. I didn&#39;t change anythng else a part from the descriptions<br>I&#39;ve removed useless files from the debian dir as stated in the Creating Debian Package HOWTO.
<br>Finally I&#39;ve ran the command:<br><br>dpkg-buildpackage -rfakeroot<br><br>to build the deb files.<br><br>Here comes the issue. It created the debian/tmp dir with the binaries in it (everything compiled just fine),<br>
but it did not packaged them into the .deb file, just the debian/{control, changelog, copyright... } files...<br>(as shown by : dpkg -c ../gail_1.20.1-1_armel.deb)<br><br>What I am doing wrong ?<br>I&#39;ve been struggling with the issue since this morning...
<br><br>PS: at the end it also complained about unkown substitution variables: <br><br>dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}<br>dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
<br><br>-- <br>anidel