diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 94830cc..4b4c33e 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -5,6 +5,9 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) | |||
5 | %: | 5 | %: |
6 | dh ${@} | 6 | dh ${@} |
7 | 7 | ||
8 | override_dh_builddeb: | ||
9 | dh_builddeb -- -Zgzip | ||
10 | |||
8 | override_dh_auto_configure: | 11 | override_dh_auto_configure: |
9 | dh_auto_configure -- --disable-rpath | 12 | dh_auto_configure -- --disable-rpath |
10 | 13 | ||