You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/09/23 13:32:05 UTC

git commit: updated refs/heads/4.3 to a22a59e

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 853ec38b0 -> a22a59efc


debian: fix 4.3.2-snapshot deb build

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a22a59ef
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a22a59ef
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a22a59ef

Branch: refs/heads/4.3
Commit: a22a59efcd79f18f42dde12833f37ac6a2161743
Parents: 853ec38
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Tue Sep 23 13:31:42 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Sep 23 13:31:42 2014 +0200

----------------------------------------------------------------------
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a22a59ef/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 66800de..4edf893 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"