deb: Only build binary packages

We do not need to build a tarball before building the DEB packages

Saves a few minutes on building DEB packages

Signed-off-by: Wido den Hollander <wido@widodh.nl>
This commit is contained in:
Wido den Hollander 2017-04-19 20:20:19 +02:00
parent fb1afb1a70
commit 9e634d98cc
No known key found for this signature in database
GPG Key ID: 019B582DDB3ECA42

View File

@ -58,6 +58,6 @@ dch -b -v "${VERSION}~${DISTCODE}" -u low -m "Apache CloudStack Release ${VERSIO
sed -i '0,/ UNRELEASED;/s// unstable;/g' debian/changelog
dpkg-checkbuilddeps
dpkg-buildpackage -uc -us
dpkg-buildpackage -uc -us -b
/bin/mv /tmp/changelog.orig debian/changelog