From: Thomas Goirand <thomas@goirand.fr>
Date: Fri, 14 Jun 2013 15:08:09 +0000 (+0800)
Subject: New upstream release.
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b4abef4d4f1aa976914fa406e96a747f930a3b54;p=openstack-build%2Fhorizon-build.git

New upstream release.

Rewritten-From: 2228c82c9a6802e2c0a568748c9e0eb0f2391773
---

diff --git a/xenial/debian/changelog b/xenial/debian/changelog
index efc93a5..a304ee9 100644
--- a/xenial/debian/changelog
+++ b/xenial/debian/changelog
@@ -1,8 +1,10 @@
-horizon (2013.1.1-3) unstable; urgency=low
+horizon (2013.1.2-1) unstable; urgency=low
 
+  * New upstream release.
   * Ran wrap-and-sort.
   * Also rm -rf /var/lib/horizon on purge (Closes: #668760).
   * Removed chown -R, does more selective chown instead.
+  * Removes "a2ensite default" in postrm (Closes: #708632).
 
  -- Thomas Goirand <zigo@debian.org>  Thu, 30 May 2013 11:23:28 +0800
 
diff --git a/xenial/debian/openstack-dashboard-apache.prerm b/xenial/debian/openstack-dashboard-apache.prerm
index eeacdad..0068cfb 100644
--- a/xenial/debian/openstack-dashboard-apache.prerm
+++ b/xenial/debian/openstack-dashboard-apache.prerm
@@ -5,6 +5,5 @@ set -e
 a2dissite openstack-dashboard
 a2dissite openstack-dashboard-ssl-redirect
 a2dissite openstack-dashboard-ssl
-a2ensite default
 
 #DEBHELPER#
\ No newline at end of file