From 110d7e928b733f4552cfd5e51c35f7caef828b83 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 24 Feb 2013 00:14:07 +0800 Subject: [PATCH] Sets export OSLO_PACKAGE_VERSION=$(VERSION) Rewritten-From: 3ff592482d75adaf5d7904e5363240fae93ce2a7 --- trusty/debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trusty/debian/rules b/trusty/debian/rules index 9354e088..a5933f58 100755 --- a/trusty/debian/rules +++ b/trusty/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