From f67d440844bfa5232ebb3360534be0e5bfe0565c Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 23 Sep 2014 13:31:42 +0200 Subject: [PATCH] debian: fix 4.3.2-snapshot deb build Signed-off-by: Rohit Yadav --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 774670f7d7a..197e243bcfe 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"