diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-07-26 19:06:56 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-07-26 19:06:56 -0400 |
commit | f0142e1be5d69216f18a0e3d462c9a870b02407b (patch) | |
tree | f6b285c39e292cc1f6439306bcc76ba76d5d83d6 /debian | |
parent | b0822e4ca2bc0e1b89624acd9d7e4e942c99d97e (diff) |
Don’t override dh_builddeb to compress with xz
Stick with the Debian defaults on this one.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 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 |