From a2c5ddfdc1059490d678e9cb421fce36977c9138 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 24 Feb 2013 00:25:28 +0800 Subject: [PATCH] Sets export OSLO_PACKAGE_VERSION=$(VERSION) Rewritten-From: 6428b0c4d708e4c092c3afb735a3da57ee680eec --- xenial/debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xenial/debian/rules b/xenial/debian/rules index a31d66a..7448688 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