Package: openstack-dashboard
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-django-horizon, python-django
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-django-horizon, python-django, python-openstackx
Description: OpenStack Dashboard
The OpenStack Dashboard is a Web application allowing to control an
OpenStack cloud.
\ No newline at end of file
# Actually the setup.py from openstack-dashboard does not install anything…
install -d -m 755 $(CURDIR)/debian/tmp/usr/share/openstack-dashboard
cp -a $(CURDIR)/openstack-dashboard/dashboard $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
+ cp -a $(CURDIR)/openstack-dashboard/local $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
install -d -m 755 $(CURDIR)/debian/tmp/etc/openstack-dashboard
- mv $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/dashboard/settings.py $(CURDIR)/debian/tmp/etc/openstack-dashboard
- ln -s /etc/openstask-dashboard/settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/dashboard/settings.py
+ cp $(CURDIR)/openstack-dashboard/local/local_settings.py.example \
+ $(CURDIR)/debian/tmp/etc/openstack-dashboard/settings.py
+ ln -s /etc/openstack-dashboard/settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/local/local_settings.py
override_dh_auto_clean:
dh_auto_clean