Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A081911AEB for ; Tue, 23 Sep 2014 11:32:05 +0000 (UTC) Received: (qmail 57927 invoked by uid 500); 23 Sep 2014 11:32:05 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 57897 invoked by uid 500); 23 Sep 2014 11:32:05 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 57888 invoked by uid 99); 23 Sep 2014 11:32:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 11:32:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3DA47936803; Tue, 23 Sep 2014 11:32:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.3 to a22a59e Date: Tue, 23 Sep 2014 11:32:05 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.3 853ec38b0 -> a22a59efc debian: fix 4.3.2-snapshot deb build Signed-off-by: Rohit Yadav 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 Authored: Tue Sep 23 13:31:42 2014 +0200 Committer: Rohit Yadav 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"