From f0142e1be5d69216f18a0e3d462c9a870b02407b Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 26 Jul 2015 19:06:56 -0400 Subject: Don’t override dh_builddeb to compress with xz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stick with the Debian defaults on this one. --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index d6d148aa..364bc3a1 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,3 @@ override_dh_auto_configure: .PHONY: override_dh_auto_build-indep override_dh_auto_build-indep: cd doc && make manual.pdf - -.PHONY: override_dh_builddeb -override_dh_builddeb: - dh_builddeb -- -Zxz -z9 -- cgit v1.2.3