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.
--- 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