[Pkg-mozext-commits] [SCM] Packaging for https-everywhere branch, experimental, updated. debian/3.1.3-1

Jérémy Bobbio lunar at debian.org
Sat Jan 19 11:51:20 UTC 2013


The following commit has been merged in the experimental branch:
commit 33fec8f2e2e28a8b34b52bc43347e665beb76304
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Jan 12 14:43:01 2013 +0100

    Compress binary package using xz using the good enough level 2
    
    Level 9 as insane requierements for not much gain. See
    <https://www.mirbsd.org/permalinks/wlog-10_e20130104-tg.htm>
    for a summary of the different levels and their requierements.

diff --git a/debian/rules b/debian/rules
index fb4dc20..4cd821a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 	dh $@ --with xul-ext --buildsystem=xul_ext --parallel
 
 override_dh_builddeb:
-	dh_builddeb -- -z9 -Zxz
+	dh_builddeb -- -z2 -Zxz
 
 override_dh_install:
 	rm -f debian/xul-ext-https-everywhere/usr/share/xul-ext/https-everywhere/LICENSE.txt

-- 
Packaging for https-everywhere



More information about the Pkg-mozext-commits mailing list