[SCM] handbrake/master: debian/rules: Use max xz compression with 'extreme' strategy for binary pkgs.

rbrito-guest at users.alioth.debian.org rbrito-guest at users.alioth.debian.org
Sat Jun 2 03:09:07 UTC 2012


The following commit has been merged in the master branch:
commit 6f3d8d0a3763de16815a2c0a1d376e22bd9b49b6
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Sat Jun 2 00:08:47 2012 -0300

    debian/rules: Use max xz compression with 'extreme' strategy for binary pkgs.
    
    Signed-off-by: Rogério Brito <rbrito at ime.usp.br>

diff --git a/debian/rules b/debian/rules
index 37707d5..4c84663 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_builddeb:
-	dh_builddeb -- -Zbzip2
+	dh_builddeb -- -Zxz -z9 -Sextreme
 
 override_dh_clean:
 	dh_clean \

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list