Submitter | Sean Farley |
---|---|
Date | April 18, 2016, 5:52 p.m. |
Message ID | <1179770168961fa299a0.1461001933@laptop.office.atlassian.com> |
Download | mbox | patch |
Permalink | /patch/14720/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/contrib/builddeb b/contrib/builddeb --- a/contrib/builddeb +++ b/contrib/builddeb @@ -70,11 +70,11 @@ if [ "$BUILD" ]; then sed -i.tmp "s/__VERSION__/$debver/" $changelog sed -i.tmp "s/__DATE__/$(date --rfc-2822)/" $changelog 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 fi