From ccdd8a6d152641d506f54622ab5f1f41a924955a Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Thu, 29 Dec 2011 09:11:48 +0100 Subject: [PATCH] Removes embedded jquery.js from openstack-dashboard Rewritten-From: 4e71ec1300da0fa7ba5619fb2699eb97722c2c83 --- xenial/debian/control | 2 +- xenial/debian/openstack-dashboard.links | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 xenial/debian/openstack-dashboard.links 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 -- 2.45.2