Repository: cloudstack Updated Branches: refs/heads/4.4 4a7532ee6 -> 010a217ea
debian: fix 4.3.2-snapshot deb build Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f67d4408 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f67d4408 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f67d4408 Branch: refs/heads/4.4 Commit: f67d440844bfa5232ebb3360534be0e5bfe0565c Parents: 4a7532e Author: Rohit Yadav <rohit.ya...@shapeblue.com> Authored: Tue Sep 23 13:31:42 2014 +0200 Committer: Rohit Yadav <rohit.ya...@shapeblue.com> Committed: Thu Dec 11 19:56:46 2014 +0530 ---------------------------------------------------------------------- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f67d4408/debian/rules ---------------------------------------------------------------------- diff --git a/debian/rules b/debian/rules index 774670f..197e243 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//') -MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo ; fi ) +MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo -SNAPSHOT; fi ) PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f 1) SYSCONFDIR = "/etc" DESTDIR = "debian/tmp"