[SCM] libav/master: Remove dh_builddeb compression override

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun May 31 17:36:03 UTC 2015


The following commit has been merged in the master branch:
commit 838268b7be6ca972e6a0931a8be9744f916e4d53
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue May 26 00:21:04 2015 +0200

    Remove dh_builddeb compression override
    
    This is the default since dpkg 1.17.0.

diff --git a/debian/rules b/debian/rules
index 361ca54..e30a529 100755
--- a/debian/rules
+++ b/debian/rules
@@ -165,7 +165,7 @@ binary-indep:
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
-	dh_builddeb -i -- -Zxz
+	dh_builddeb -i
 
 binary-arch: build install
 	dh_testdir
@@ -195,7 +195,7 @@ binary-arch: build install
 	dh_installdeb -a
 	dh_gencontrol -a
 	dh_md5sums -a
-	dh_builddeb -a -- -Zxz
+	dh_builddeb -a
 
 binary: binary-indep binary-arch
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list