[packaging] don't compress txt files (closes #2558496) stable
authorJulien Cristau <julien.cristau@logilab.fr>
Wed, 16 Jan 2013 17:41:45 +0100
branchstable
changeset 8647 2294fad830ca
parent 8643 c71c97427cc4
child 8648 67a5fccb802a
[packaging] don't compress txt files (closes #2558496)
debian/changelog
debian/rules
--- a/debian/changelog	Wed Jan 09 18:03:17 2013 +0100
+++ b/debian/changelog	Wed Jan 16 17:41:45 2013 +0100
@@ -1,3 +1,10 @@
+cubicweb (3.15.8-2) UNRELEASED; urgency=low
+
+  * Don't compress txt files.  They're used by the doc's search functionality,
+    and the javascript gets confused if it receives gzip instead of text.
+
+ -- Julien Cristau <jcristau@debian.org>  Wed, 09 Jan 2013 19:09:16 +0100
+
 cubicweb (3.15.8-1) squeeze; urgency=low
 
   * New upstream release
--- a/debian/rules	Wed Jan 09 18:03:17 2013 +0100
+++ b/debian/rules	Wed Jan 16 17:41:45 2013 +0100
@@ -74,7 +74,7 @@
 	dh_installman -i
 	dh_installchangelogs -i
 	dh_link -i
-	dh_compress -i -X.py -X.ini -X.xml -X.js -X.rst
+	dh_compress -i -X.py -X.ini -X.xml -X.js -X.rst -X.txt
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol  -i