mirror of https://github.com/apache/cloudstack.git
Merge pull request #2053 from wido/deb-binary
deb: Only build binary packages
This commit is contained in:
commit
11bc262d4b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue