From 1ab302294c2c8d1dd9afec9d4a66286daf9cfc44 Mon Sep 17 00:00:00 2001 From: Filippos Giannakos Date: Thu, 18 Jul 2013 16:12:44 +0300 Subject: [PATCH] Modify version regex to comply with the new devflow --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3287531..7c73e09 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ .PHONY: override_dh_dkms override_dh_strip override_dh_installinit \ override_dh_auto_build override_dh_fixperms -export VERSION := $(shell head -n 1 debian/changelog | sed -r 's/.* \(([0-9](\.[1-9])+.*)-[0-9]+\) .*/\1/g') +export VERSION := $(shell head -n 1 debian/changelog | sed -r 's/.* \(([0-9](\.[1-9])+.*)-[0-9]+.*\) .*/\1/g') ifeq ($(RAW_VERSION),) export RAW_VERSION := $(shell cat $(CURDIR)/version) endif -- 1.7.10.4