Skip to content

Commit f4b4b73

Browse files
committed
packaging: make compression format xz
1 parent 5ad59cd commit f4b4b73

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packaging/deb-v2/debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# This variable must be the same as the value of the `Package:` field in the control file.
77
package=mackerel-check-plugins
88

9+
override_dh_builddeb:
10+
dh_builddeb -- -Zxz
11+
912
override_dh_auto_install:
1013
dh_auto_install
1114
install -d -m 755 debian/${package}/usr/bin

packaging/deb/debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
package=mackerel-check-plugins
77

8+
override_dh_builddeb:
9+
dh_builddeb -- -Zxz
10+
811
override_dh_auto_install:
912
dh_auto_install
1013
install -d -m 755 debian/${package}/usr/bin

0 commit comments

Comments
 (0)