horizon (2013.1~rc1-1) experimental; urgency=low
* New upstream release.
+ * Kills the COMPRESS_OFFLINE = True patch, no longer needed.
-- Thomas Goirand <zigo@debian.org> Mon, 28 Jan 2013 22:39:15 +0800
+++ /dev/null
-Description: Enable Offline Compresssion
-Author: Mehdi Abaakouk <sileht@sileht.net>
-
-Index: horizon/openstack_dashboard/local/local_settings.py.example
-===================================================================
---- horizon.orig/openstack_dashboard/local/local_settings.py.example 2013-03-23 03:20:09.000000000 +0800
-+++ horizon/openstack_dashboard/local/local_settings.py.example 2013-03-23 03:25:10.000000000 +0800
-@@ -200,3 +200,8 @@
- }
- }
- }
-+
-+# The Debian package includes pre-compressed JS and compiled CSS to allow
-+# offline compression by default. To enable online compression, install
-+# the node-less package and enable the following option.
-+COMPRESS_OFFLINE = True