diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-08-20 19:42:00 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-08-20 19:42:00 +0200 |
commit | e4c7e68d356a3d53d536fe0edf17c1d60acf0c25 (patch) | |
tree | b04343030db8d03ea474d043da2e130a0e60bf23 /debian/rules | |
parent | 0b448b52114a93e125284957d83f68557623e258 (diff) | |
parent | e53239263e30b1e6426cf33c7e894086248279ff (diff) |
Merge branch 'release/debian/1.0.14-18.1'HEADdebian/1.0.14-18.1master
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 |