From: Ghe Rivero Date: Thu, 29 Dec 2011 08:11:48 +0000 (+0100) Subject: Removes embedded jquery.js from openstack-dashboard X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ccdd8a6d152641d506f54622ab5f1f41a924955a;p=openstack-build%2Fhorizon-build.git Removes embedded jquery.js from openstack-dashboard Rewritten-From: 4e71ec1300da0fa7ba5619fb2699eb97722c2c83 --- diff --git a/xenial/debian/control b/xenial/debian/control index 8fcb3fd..22f0b4b 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -20,7 +20,7 @@ Description: Django module to provide web interaction with OpenStack 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 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-django-horizon, python-django, python-openstackx, python-django-nose, python-keystoneclient, python-cloudfiles, libjs-query Description: OpenStack Dashboard The OpenStack Dashboard is a Web application allowing to control an OpenStack cloud. \ No newline at end of file diff --git a/xenial/debian/openstack-dashboard.links b/xenial/debian/openstack-dashboard.links new file mode 100644 index 0000000..350d3a2 --- /dev/null +++ b/xenial/debian/openstack-dashboard.links @@ -0,0 +1,3 @@ +# Overwrite jquery.js from upstream tarball with a link to jquery.js +# provided by jQuery Debian package +/usr/share/javascript/jquery/jquery.js usr/share/openstack-dashboard/dashboard/static/dashboard/js/jquery.min.js \ No newline at end of file