contrib/builddeb
branchstable
changeset 28992 dd7b72b55f3e
parent 28991 1967c6b714e6
child 28993 837119bf7f01
--- 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