Don't upload orig tarball by adding -sd
This commit is contained in:
parent
af025db758
commit
a341d2ef84
|
@ -297,7 +297,7 @@ EOF
|
||||||
DEBUILD="debuild -i -us -uc -b"
|
DEBUILD="debuild -i -us -uc -b"
|
||||||
else
|
else
|
||||||
# Source build, don't need build depends.
|
# Source build, don't need build depends.
|
||||||
DEBUILD="debuild -S -sa"
|
DEBUILD="debuild -S -sa -sd"
|
||||||
fi;
|
fi;
|
||||||
fi;
|
fi;
|
||||||
if [ "$DEBSIGN_KEYID" != "" ]; then
|
if [ "$DEBSIGN_KEYID" != "" ]; then
|
||||||
|
|
Loading…
Reference in New Issue