Skip to content

Commit 11bc262

Browse files
authored
Merge pull request #2053 from wido/deb-binary
deb: Only build binary packages
2 parents 8377e2f + 9e634d9 commit 11bc262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/build-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ dch -b -v "${VERSION}~${DISTCODE}" -u low -m "Apache CloudStack Release ${VERSIO
5858
sed -i '0,/ UNRELEASED;/s// unstable;/g' debian/changelog
5959

6060
dpkg-checkbuilddeps
61-
dpkg-buildpackage -uc -us
61+
dpkg-buildpackage -uc -us -b
6262

6363
/bin/mv /tmp/changelog.orig debian/changelog

0 commit comments

Comments
 (0)