mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 14:20:59 +00:00
Compress debian binary package with xz.
This commit is contained in:
parent
11f5307e77
commit
2d2dedfdc2
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -55,3 +55,7 @@ override_dh_clean:
|
|||
# do not run test suite when building
|
||||
override_dh_auto_test:
|
||||
|
||||
# use xz for debian binary package compression
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zxz
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue