From: Ghe Rivero Date: Thu, 1 Mar 2012 11:32:02 +0000 (+0100) Subject: Added csv, template and mo files X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=993454dba96dd637694edef26cd7719ee8a57cad;p=openstack-build%2Fhorizon-build.git Added csv, template and mo files Rewritten-From: 6ff9f1e63a5ca3dff7c143a7b907a647813eed83 --- diff --git a/trusty/debian/control b/trusty/debian/control index a8feee5..fc5218f 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -36,7 +36,15 @@ Depends: ${shlibs:Depends}, python-keystoneclient, python-cloudfiles, libjs-jquery -Recommends: libapache2-mod-wsgi (>= 2.3) Description: OpenStack Dashboard The OpenStack Dashboard is a Web application allowing to control an - OpenStack cloud. \ No newline at end of file + OpenStack cloud. + +Package: openstack-dashboard-apache +Architectur: all +Depends: openstack-dashboard, + libapache2-mod-wsgi +Description: OpenStack Dashboard - Apache2 Support + The OpenStack Dashboard is a Web application allowing to control an + OpenStack cloud. + This package includes the configuration files to use it with apache2 \ No newline at end of file diff --git a/trusty/debian/patches/pkg_data.patch b/trusty/debian/patches/pkg_data.patch index 9fcbb1b..5a51d54 100644 --- a/trusty/debian/patches/pkg_data.patch +++ b/trusty/debian/patches/pkg_data.patch @@ -11,5 +11,5 @@ --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ -+recursive-include horizon *.html *.js ++recursive-include horizon *.html *.js *.csv *.template .mo \ No newline at end of file