# HG changeset patch # User Sean Farley # Date 1460760240 25200 # Node ID dd7b72b55f3e12ed55803d6ac88ac78f9b6774e7 # Parent 1967c6b714e6bc2e3ffe7ea0197a5f2b42b53320 builddeb: ignore vcs and build results This one is a no-brainer. Previously, if you tried to build a deb on ubuntu, it would try to diff files in the .hg store. These flags prevent that. diff -r 1967c6b714e6 -r dd7b72b55f3e contrib/builddeb --- a/contrib/builddeb Fri Apr 15 14:28:26 2016 -0700 +++ b/contrib/builddeb Fri Apr 15 15:44:00 2016 -0700 @@ -72,7 +72,7 @@ sed -i.tmp "s/__CODENAME__/$CODENAME/" $changelog rm $changelog.tmp - debuild -us -uc -b + debuild -us -uc -i -I -b if [ $? != 0 ]; then echo 'debuild failed!' exit 1