<br><br><div class="gmail_quote">On Tue, Oct 12, 2010 at 6:43 PM, Felipe Crochik <span dir="ltr">&lt;<a href="mailto:felipe@crochik.com">felipe@crochik.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5"><div link="blue" vlink="blue" lang="EN-US"><div>








<br>

<font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font>

<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">It seems that I am missing one (or some)
piece(s) of the puzzle, I tried downloading the libqfacebook and
libqfacebook-dev packages using apt-get source but it didn’t help at all.
As far as I can tell the two packages are exact the same and I can’t make
any sense of why the “object files” are included (*.o, …)
and/or why on both you have a libqfacebook-dev folder inside the debian.</span></font></p><br></div></div></div></div></blockquote><div><br><br>Including *.o files or that dir sounds like missing or improper cleanup (=packaging error), but let&#39;s not digress, the bottom line is this: IINM you don&#39;t need to touch anything in the .pro file, you just need to <br>
<br>a) specify both dev and binary packages in the debian/control file, one after the other.<br>b) <font color="navy" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">have a debian/libirccclient-qt-dev.install file that says something like &#39;usr/include&#39; (do NOT include the libs !)<br>
c) have</span></font><font color="navy" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> a debian/libirccclient-qt.install file that says something like &#39;usr/lib/libircwhatever.so&#39;</span></font><br>
<br>Considering you should already have all files in debian/tmp that&#39;s it, everything else is taken care of by debhelper (dh_install copies over the files specified in install from debian/tmp into per-package directories which are then later put into separate debs by dh_builddeb)<br>
<font color="navy" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"><br></span></font></div></div>