diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-01-13 15:22:42 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-01-13 15:23:12 +0100 |
commit | 45d5aff11c0e8d075b11550721c3751d247321d0 (patch) | |
tree | 53d816c64f269f1a9ca662f9e206c52a65db2651 | |
parent | 5ce8899ac0015aa0b59d4b5a33d79e25a8bb5a32 (diff) | |
download | zsh-45d5aff11c0e8d075b11550721c3751d247321d0.tar.gz zsh-45d5aff11c0e8d075b11550721c3751d247321d0.zip |
Compress zsh-static with xz, too
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index bc6f14489..638a910a9 100755 --- a/debian/rules +++ b/debian/rules @@ -233,7 +233,7 @@ endif dh_installdeb -p$(package)-static dh_md5sums -p$(package)-static dh_gencontrol -p$(package)-static - dh_builddeb -p$(package)-static + dh_builddeb -p$(package)-static -- -Zxz binary-arch-dev: build-arch |