From e0a4d2ae2b63db119cc2dc5f4848bfb27eb8b0d4 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 25 Mar 2016 15:21:26 +0100 Subject: [PATCH] * Also copy openstack_dashboard/dashboards/project/static/dashboard/project which were not packaged. Rewritten-From: b97fb43b86e3eb6e1d1231ad73653877ed93958b --- trusty/debian/changelog | 7 +++++++ trusty/debian/rules | 2 ++ 2 files changed, 9 insertions(+) diff --git a/trusty/debian/changelog b/trusty/debian/changelog index eaa8959..7677a9d 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,10 @@ +horizon (2:9.0.0~rc1-2) UNRELEASED; urgency=medium + + * Also copy openstack_dashboard/dashboards/project/static/dashboard/project + which were not packaged. + + -- Thomas Goirand Fri, 25 Mar 2016 15:21:06 +0100 + horizon (2:9.0.0~rc1-1) experimental; urgency=medium [ Ondřej Nový ] diff --git a/trusty/debian/rules b/trusty/debian/rules index decfb46..8339d83 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -35,6 +35,8 @@ override_dh_auto_install: ln -fs /etc/openstack-dashboard/local_settings.py \ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py + cp -auxf $(CURDIR)/openstack_dashboard/dashboards/project/static/dashboard/project $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard + override_dh_link: mkdir -p $(CURDIR)/debian/openstack-dashboard/var/lib/openstack-dashboard/static/scss mv $(CURDIR)/debian/openstack-dashboard/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/* $(CURDIR)/debian/openstack-dashboard/var/lib/openstack-dashboard/static/scss -- 2.45.2