<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jun 16, 2016 at 9:52 PM, Ivica Ico Bukvic <span dir="ltr"><<a href="mailto:ico@vt.edu" target="_blank">ico@vt.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I seem to recall that taking place in one of the scripts as it
      was not included by default. grep may shed some light onto that. I
      am surprised, however, that it does not work via autobuild [...] </blockquote><div><br></div><div>Yeah, found it, it's in the linux_make 'deb' target. There's a bunch of extra staging being done there (linux_make/Makefile:90-156). None of that will be done when creating a tarball package with './tar_em_up.sh -F', which is basically what I'm doing in my packaging scripts. (Note that I can't use the 'make deb' part because in the end it runs dpkg-deb which is of no use with debuild, and doesn't work on Arch at all).<br><br></div><div>So what I need to do right now basically is to replicate the staging that's being done at the beginning 'make deb'. Which isn't really a problem (I've been doing that all along), but of course I need to keep that in sync with your 'make deb' target. As a case in point, it seems that the arduino folder was added recently to 'make deb' and I haven't picked that up yet. I can (and will) fix that, of course.<br></div><div> </div>But, in order to make things easier for 3rd party package maintainers like me, maybe the beginning of 'make deb' could be moved into the linux_make 'make install'? I wonder why this isn't the case to begin with. Is there a good reason to keep all that extra stuff in the "Burrito Supreme" Debian package out of the tarball package?<br><br></div><div class="gmail_quote">Albert<br></div></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Dr. Albert Gr"af<br>Computer Music Research Group, JGU Mainz, Germany<br>Email:  <a href="mailto:aggraef@gmail.com" target="_blank">aggraef@gmail.com</a><br>WWW:    <a href="https://plus.google.com/+AlbertGraef" target="_blank">https://plus.google.com/+AlbertGraef</a></div></div>
</div></div>