]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Declares incompatibility with Django 1.8.
authorThomas Goirand <thomas@goirand.fr>
Tue, 4 Aug 2015 09:34:06 +0000 (09:34 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 4 Aug 2015 09:34:06 +0000 (09:34 +0000)
Rewritten-From: d5131c0080d03f25c3275a795f6e4a21a6f90b4a

xenial/debian/changelog
xenial/debian/control
xenial/debian/rules

index d425a28c2f34c25b454226051867fe1ab1ede321..243618dc925b03615047bb8ba746ab6c7bff0db0 100644 (file)
@@ -2,6 +2,9 @@ horizon (1:8.0.0~b2-1) experimental; urgency=medium
 
   * 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
 
index da03de458e4ebe5147531af4c7f101349a942d24..952e37842f1cf78f6522a295f8b873c88914cc6c 100644 (file)
@@ -17,7 +17,7 @@ Build-Depends-Indep: gettext,
                      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),
@@ -88,12 +88,11 @@ Vcs-Git: git://anonscm.debian.org/openstack/horizon.git
 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),
@@ -160,7 +159,6 @@ Description: Django module providing web interaction with OpenStack
 
 Package: openstack-dashboard
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~),
 Depends: adduser,
          libjs-jquery,
          libjs-jquery-cookie,
@@ -178,7 +176,6 @@ Description: web application to control an OpenStack cloud
 
 Package: openstack-dashboard-apache
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~),
 Depends: debconf,
          libapache2-mod-wsgi (>= 2.3),
          openstack-dashboard,
index 277bc99ab753e373e96952b44b3eff4ebb628b6f..46903665e622597ac25bfcee21297a8cb906a172 100755 (executable)
@@ -38,9 +38,6 @@ override_dh_auto_install:
        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