From: Mehdi Abaakouk Date: Fri, 21 Sep 2012 15:46:03 +0000 (+0200) Subject: Fix some lintian complains X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=eb57501f99c3bbac22440660c4c2783175368f6f;p=openstack-build%2Fhorizon-build.git Fix some lintian complains Rewritten-From: 18a55aec26786dbef90f32fed67b0ce6601da633 --- diff --git a/trusty/debian/control b/trusty/debian/control index 0bf939d..d6de1a7 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -62,6 +62,7 @@ Depends: ${shlibs:Depends}, ${python:Depends}, python-django-horizon (= ${source:Version}), libjs-jquery, + libjs-jquery-cookie, adduser, libapache2-mod-wsgi (>= 2.3) Description: OpenStack Dashboard @@ -76,4 +77,4 @@ Depends: libapache2-mod-wsgi (>=2.3), Description: OpenStack Dashboard - Apache support The OpenStack Dashboard is a Web application allowing to control an OpenStack cloud. - This package includes the configuration files to use within apache. + This package includes the configuration files to use within Apache. diff --git a/trusty/debian/python-django-horizon.lintian-overrides b/trusty/debian/python-django-horizon.lintian-overrides index 39c6f40..deb1954 100644 --- a/trusty/debian/python-django-horizon.lintian-overrides +++ b/trusty/debian/python-django-horizon.lintian-overrides @@ -1,3 +1,3 @@ # Templates are not intended to be executed directly: -python-django-horizon binary: script-not-executable usr/share/pyshared/horizon/dashboards/settings/templates/settings/tenant/openrc.sh.template - +python-django-horizon binary: script-not-executable usr/share/pyshared/horizon/dashboards/settings/project/templates/project/openrc.sh.template +python-django-horizon binary: script-not-executable usr/share/pyshared/horizon/dashboards/settings/ec2/templates/ec2/ec2rc.sh.template