python setup.py install --root=$(CURDIR)/debian/tmp --no-compile -O0 --install-layout=deb
install -d -m 755 $(CURDIR)/debian/tmp/usr/share/openstack-dashboard
install -d -m 755 $(CURDIR)/debian/tmp/etc/openstack-dashboard
+ install -d -m 755 $(CURDIR)/debian/tmp/etc/apache2/conf.d
cp -a $(CURDIR)/openstack_dashboard/ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
cp -a $(CURDIR)/debian/dashboard.conf $(CURDIR)/debian/tmp/etc/apache2/conf.d