From 26cd9e468a08f3e65fc53cc2068f16beae9b9a9e Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 24 Feb 2013 04:29:13 +0800 Subject: [PATCH] Sets export OSLO_PACKAGE_VERSION=$(VERSION) Rewritten-From: 16891589adc5dc8b4ffdd0289819aa20e1a48ef6 --- xenial/debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xenial/debian/rules b/xenial/debian/rules index 4160383..9bd555f 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -4,6 +4,8 @@ include /usr/share/openstack-pkg-tools/pkgos.make +export OSLO_PACKAGE_VERSION=$(VERSION) + %: dh $@ --with python2 -- 2.45.2