diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e3a8c6e..433e7d9 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,15 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export ACLOCAL_PATH = $(CURDIR) + export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ + +override_dh_auto_configure: +# autoconf + dh_auto_configure -- \ + --disable-gimp \ + --disable-gimptest |