Ah, that&#39;s a good point.  I&#39;ll make sure to not point people to the git tarball anymore.<br><br>Jeremy<br><br><div class="gmail_quote">On Fri, Mar 11, 2011 at 1:30 AM, Gabriel M. Beddingfield <span dir="ltr">&lt;<a href="mailto:gabrbedd@gmail.com">gabrbedd@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Kim,<br>
<div class="im"><br>
On Thursday, March 10, 2011 11:24:09 pm Kim Cascone wrote:<br>
&gt;<br>
&gt; seems to work except I got this error this time...<br>
&gt;<br>
&gt; kim@kim-studio:~/Desktop/downloads/jeremysalwen-So-synth-<br>
&gt; LV2-e399ee2$ sudo dpkg-buildpackage<br>
</div>[snip]<br>
<div class="im">&gt;   dpkg-source -b jeremysalwen-So-synth-LV2-e399ee2<br>
&gt; dpkg-source: error: can&#39;t build with source format &#39;3.0<br>
&gt; (git)&#39;: doesn&#39;t contain a git repository<br>
<br>
</div>This means that dpkg-buildpackage expects to be inside of a<br>
Git repository when building the package.  It looks like<br>
you&#39;re using a tarball export of a specific Git rev.<br>
<br>
You can work around it by using the following magic:<br>
<br>
  $ rm -rf debian/source<br>
  $ sed -i s/1-1/1/ debian/changelog<br>
<br>
And then:<br>
<br>
  $ dpkg-buildpackage -uc -us<br>
<font color="#888888"><br>
-gabriel<br>
</font><div class="im">_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
</div><div><div></div><div class="h5"><a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</div></div></blockquote></div><br>