<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, May 13, 2015 at 1:11 PM, Antonio Roberts <span dir="ltr"><<a href="mailto:antonio@hellocatfood.com" target="_blank">antonio@hellocatfood.com</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"><div id=":1d3" class="" style="overflow:hidden">dpkg-source: error: aborting due to unexpected upstream changes, see<br>
/tmp/pd-l2ork_0.42.6+git20150430+1514-1.diff.q3GUr0<br>
dpkg-source: info: you can integrate the local changes with dpkg-source --commit<br>
</div></blockquote></div><br></div><div class="gmail_extra">Yeah, recent versions of the Debian packaging tools will bark if there are local changes in the source tree from which the package gets built. The following option, when placed into the ~/.devscripts configuration file, will work around this issue:<br></div><div class="gmail_extra"><br clear="all">DEBUILD_DPKG_BUILDPACKAGE_OPTS="--source-option=--auto-commit"<br><br></div><div class="gmail_extra">This makes sure that debuild passes on the option which tells dpkg-source to just include the necessary Qilt patch in the source package and be done with it. This used to be the default behavior, but apparently that made things too easy for package maintainers, so some time in 2011 the Debian bueraucracy decided remove this convenience. ;-)<br><br></div><div class="gmail_extra">Albert<br></div><div class="gmail_extra"><br>-- <br><div class="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>