* New upstream release.
* Fixed (build-)depends for this release.
+ * Remobed build-conflicts on python-unittest2.
+ * Removed the manual copy of the angular folder in debian/rules.
+ * Declares incompatibility with Django 1.8.
-- Thomas Goirand <zigo@debian.org> Mon, 03 Aug 2015 16:16:25 +0200
python-cinderclient (>= 1:1.3.0),
python-compressor,
python-coverage,
- python-django,
+ python-django (<< 1.8),
python-django-babel,
python-django-nose,
python-django-pyscss (>= 2.0.2),
Package: python-django-horizon
Section: python
Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~),
Depends: python-babel,
python-ceilometerclient (>= 1.0.13),
python-cinderclient (>= 1:1.3.0),
python-compressor,
- python-django,
+ python-django (<< 1.8),
python-django-babel,
python-django-pyscss (>= 2.0.2),
python-eventlet (>= 0.17.4),
Package: openstack-dashboard
Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~),
Depends: adduser,
libjs-jquery,
libjs-jquery-cookie,
Package: openstack-dashboard-apache
Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~),
Depends: debconf,
libapache2-mod-wsgi (>= 2.3),
openstack-dashboard,
ln -fs /etc/openstack-dashboard/local_settings.py \
$(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
- # Copy the missing angular folder
- cp -auxf horizon/static/angular $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/static
-
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