We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad59cd commit f4b4b73Copy full SHA for f4b4b73
packaging/deb-v2/debian/rules
@@ -6,6 +6,9 @@
6
# This variable must be the same as the value of the `Package:` field in the control file.
7
package=mackerel-check-plugins
8
9
+override_dh_builddeb:
10
+ dh_builddeb -- -Zxz
11
+
12
override_dh_auto_install:
13
dh_auto_install
14
install -d -m 755 debian/${package}/usr/bin
packaging/deb/debian/rules
@@ -5,6 +5,9 @@
5
0 commit comments