From af28b397735e6bcf97f04069dec6ddb114976d1c Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Thu, 1 Mar 2012 12:32:02 +0100 Subject: [PATCH] Added csv, template and mo files Rewritten-From: 6ff9f1e63a5ca3dff7c143a7b907a647813eed83 --- xenial/debian/control | 12 ++++++++++-- xenial/debian/patches/pkg_data.patch | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/xenial/debian/control b/xenial/debian/control index a8feee5..fc5218f 100644 --- a/xenial/debian/control +++ b/xenial/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/xenial/debian/patches/pkg_data.patch b/xenial/debian/patches/pkg_data.patch index 9fcbb1b..5a51d54 100644 --- a/xenial/debian/patches/pkg_data.patch +++ b/xenial/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 -- 2.45.2