From 2b4f7cb373e517cf5acdd9053436d0ed0f380d4c Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Sun, 29 Jan 2012 10:26:06 +0100 Subject: [PATCH] Added manage.py to openstack-dashboard pkg Rewritten-From: dc8350404f4695278ab7100bdea9b9f5354128e3 --- xenial/debian/changelog | 6 ++++++ xenial/debian/rules | 3 +++ 2 files changed, 9 insertions(+) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index a527532..99511f8 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +horizon (2012.1~e3-3) unstable; urgency=low + + * Added manage.py to openstack-dashboard pkg + + -- Ghe Rivero Sun, 29 Jan 2012 10:26:12 +0100 + horizon (2012.1~e3-2) unstable; urgency=low *Fixed typo in libjs-jquery diff --git a/xenial/debian/rules b/xenial/debian/rules index e81afe8..b0f9097 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -27,6 +27,9 @@ override_dh_auto_install: install -d -m 755 $(CURDIR)/debian/tmp/etc/openstack-dashboard cp $(CURDIR)/openstack-dashboard/local/local_settings.py.example \ $(CURDIR)/debian/tmp/etc/openstack-dashboard/settings.py + cp $(CURDIR)/openstack-dashboard/manage.py \ + $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/manage.py + ln -s /etc/openstack-dashboard/settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/local/local_settings.py override_dh_auto_clean: -- 2.45.2