From 7250aaa3fd4488bedd1738301404996d985b8737 Mon Sep 17 00:00:00 2001
From: Thomas Goirand <thomas@goirand.fr>
Date: Sat, 23 Feb 2013 23:40:40 +0800
Subject: [PATCH] Defines export OSLO_PACKAGE_VERSION=$(VERSION)

Rewritten-From: 560880afd93a15364084e18ddda4684778a6c190
---
 trusty/debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/trusty/debian/rules b/trusty/debian/rules
index 88f9bedae..46d4472ca 100755
--- a/trusty/debian/rules
+++ b/trusty/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