Skip to content

Commit

Permalink
Again change bzip2 comp to xz level 9
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 24, 2013
1 parent 1cb2ae3 commit 35f88a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
dh $@

override_dh_builddeb:
dh_builddeb -- -Zbzip2
dh_builddeb -- -Zxz
override_dh_installmenu:
dh_installmenu --noscripts
2 changes: 1 addition & 1 deletion debian/source/options
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Use bzip2 instead of gzip
compression = "bzip2"
compression = "xz"
compression-level = 9

0 comments on commit 35f88a8

Please sign in to comment.