builddeb: ignore vcs and build results stable
authorSean Farley <sean@farley.io>
Fri, 15 Apr 2016 15:44:00 -0700
branchstable
changeset 28992 dd7b72b55f3e
parent 28991 1967c6b714e6
child 28993 837119bf7f01
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.
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