From: Michael Tremer Date: Sat, 20 Nov 2021 15:25:42 +0000 (+0000) Subject: debian: dh no longer knows "--with python3" X-Git-Tag: 0.9.10~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ca0603f557dc47c3aba2ccc2aa6447ee61e1a03;p=location%2Flibloc.git debian: dh no longer knows "--with python3" This does not seem to be necessary any more since the build works fine without the switch. Signed-off-by: Michael Tremer --- diff --git a/debian/rules b/debian/rules index 05b88fd..73bec26 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with python3 --with-systemd + dh $@ --with-systemd override_dh_auto_configure: intltoolize --force --automake