From 560880afd93a15364084e18ddda4684778a6c190 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 23 Feb 2013 23:40:40 +0800 Subject: [PATCH] Defines export OSLO_PACKAGE_VERSION=$(VERSION) --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 88f9bedae..46d4472ca 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ include /usr/share/openstack-pkg-tools/pkgos.make +export OSLO_PACKAGE_VERSION=$(VERSION) + %: dh $@ --with python2 -- 2.45.2