From: Matthias Geiger Date: Mon, 1 Sep 2025 16:47:37 +0000 (+0200) Subject: d/rules: Drop obsolete buildsystem invocation X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e704458ef3f140f3a1999025b10563ba3353507a;p=utf8proc.git d/rules: Drop obsolete buildsystem invocation --- diff --git a/debian/rules b/debian/rules index a14ec8e..7416318 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,9 @@ #!/usr/bin/make -f + export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --buildsystem=makefile + dh $@ override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH)