diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 14:22:31 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 14:22:31 +0200 |
commit | a2565143289b1a14866cef7f4e0c659e04a3e116 (patch) | |
tree | 67eeed2d0f5fa53ca3816c36a3c95d319a15b138 /debian/rules | |
parent | c78b34923306184277e292b0cfc3e96222e67078 (diff) |
Migrate to debhelper 11
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 4f4c5cc..891770f 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --enable-static |