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