Thomas Goirand <zigo@debian.org>,
Ghe Rivero <ghe@debian.org>
Build-Depends: debhelper (>= 8.0.0), python, python-setuptools
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
Homepage: http://launchpad.net/horizon
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/horizon.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/horizon.git
Package: python-django-horizon
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-quantumclient, python-glance, python-mox, python-dateutil
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ python-quantumclient,
+ python-glance,
+ python-mox,
+ python-dateutil
Description: Django module to provide web interaction with OpenStack
Horizon is a Django module that permits interaction with an OpenStack
cloud. It can be used to build a dashboard to control an OpenStack cloud.
Package: openstack-dashboard
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-django-horizon, python-django, python-openstackx, python-django-nose, python-keystoneclient, python-cloudfiles, libjs-jquery
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ python-django-horizon,
+ python-django,
+ python-openstackx,
+ python-django-nose,
+ python-keystoneclient,
+ python-cloudfiles,
+ libjs-jquery
+Recommends: libapache2-mod-wsgi (>= 2.3)
Description: OpenStack Dashboard
The OpenStack Dashboard is a Web application allowing to control an
OpenStack cloud.
\ No newline at end of file
#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
%:
dh $@ --with python2
install -d -m 755 $(CURDIR)/debian/tmp/etc/openstack-dashboard
cp -a $(CURDIR)/openstack_dashboard/ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
- cp $(CURDIR)/openstack_dashboard/local/local_settings.py.example $(CURDIR)/debian/tmp/etc/openstack-dashboard/local_settings.py
- cp $(CURDIR)/manage.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
- ln -fs /etc/openstack-dashboard/local_settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
+ cp -a $(CURDIR)/debian/dashboard.conf $(CURDIR)/debian/tmp/etc/apache2/conf.d
+
+ cp $(CURDIR)/openstack_dashboard/local/local_settings.py.example \
+ $(CURDIR)/debian/tmp/etc/openstack-dashboard/local_settings.py
+ cp $(CURDIR)/manage.py \
+ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
+ ln -fs /etc/openstack-dashboard/local_settings.py \
+ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
override_dh_auto_clean:
dh_auto_clean