summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2013-01-13 14:51:04 +0100
committerAxel Beckert <abe@deuxchevaux.org>2013-01-13 15:23:12 +0100
commitb6bf39bdefd78da2f650997849ffbcf74ec2f677 (patch)
treec201b9d686e593f41f761a95bf8a67d0c1ba4e91
parent6c668f5eba56ca74f5c0024f3a4b68b0943136ea (diff)
downloadzsh-b6bf39bdefd78da2f650997849ffbcf74ec2f677.tar.gz
zsh-b6bf39bdefd78da2f650997849ffbcf74ec2f677.zip
Don't compress zsh-dbg with xz anymore, due to no more savings
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index deaba3383..64190fe86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -205,7 +205,8 @@ endif
dh_installdeb -p$(package) -p$(package)-common -p$(package)-dbg
dh_md5sums -p$(package) -p$(package)-common -p$(package)-dbg
dh_gencontrol -p$(package) -p$(package)-common -p$(package)-dbg
- dh_builddeb -p$(package) -p$(package)-common -p$(package)-dbg -- -Zxz
+ dh_builddeb -p$(package) -p$(package)-common -- -Zxz
+ dh_builddeb -p$(package)-dbg
binary-arch-static: build-static
dh_testdir