]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Removes embedded jquery.js from openstack-dashboard
authorGhe Rivero <ghe@debian.org>
Thu, 29 Dec 2011 08:11:48 +0000 (09:11 +0100)
committerGhe Rivero <ghe@debian.org>
Thu, 29 Dec 2011 08:11:48 +0000 (09:11 +0100)
Rewritten-From: 4e71ec1300da0fa7ba5619fb2699eb97722c2c83

xenial/debian/control
xenial/debian/openstack-dashboard.links [new file with mode: 0644]

index 8fcb3fd88b032e5edc0e0abe0e25ff7442bf7550..22f0b4b4f2a91938d0a2e539d65389e68023b542 100644 (file)
@@ -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 (file)
index 0000000..350d3a2
--- /dev/null
@@ -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