From 397c7da9c21422892616fa846259ce9bff39c623 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 16 Oct 2015 07:22:24 +0000 Subject: [PATCH] * Uploading to unstable. * Disabled apache config properly on removal. Rewritten-From: 110965c2d487d4237fdb65bb2d5e38344396d067 --- trusty/debian/changelog | 7 +++++++ trusty/debian/openstack-dashboard-apache.prerm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/trusty/debian/changelog b/trusty/debian/changelog index e60a0c5..7cacfbf 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,10 @@ +horizon (2:8.0.0-2) unstable; urgency=medium + + * Uploading to unstable. + * Disabled apache config properly on removal. + + -- Thomas Goirand Fri, 16 Oct 2015 07:21:51 +0000 + horizon (2:8.0.0-1) experimental; urgency=medium * New upstream release. diff --git a/trusty/debian/openstack-dashboard-apache.prerm b/trusty/debian/openstack-dashboard-apache.prerm index bfaf71b..a11c190 100644 --- a/trusty/debian/openstack-dashboard-apache.prerm +++ b/trusty/debian/openstack-dashboard-apache.prerm @@ -3,7 +3,7 @@ set -e if [ -x /usr/sbin/a2dissite ] ; then - for i in openstack-dashboard openstack-dashboard-ssl-redirect openstack-dashboard-ssl ; do + for i in openstack-dashboard openstack-dashboard-ssl-redirect openstack-dashboard-ssl openstack-dashboard-alias-only.conf openstack-dashboard.conf openstack-dashboard-ssl.conf openstack-dashboard-ssl-redirect.conf ; do if [ -L /etc/apache2/sites-enabled/${i} ] ; then a2dissite ${i} || true fi -- 2.45.2