Repository: cloudstack
Updated Branches:
  refs/heads/master 67ad41829 -> 22ee66eea


debian snapshot packaging break on merged versioning

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

Branch: refs/heads/master
Commit: 22ee66eea686bbedc45aa2325f7bc344b94961fc
Parents: 67ad418
Author: Daan Hoogland <[email protected]>
Authored: Fri May 22 09:17:55 2015 +0200
Committer: Daan Hoogland <[email protected]>
Committed: Fri May 22 09:17:55 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/22ee66ee/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 9768e5a..b27b3c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,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"

Reply via email to