From cf534c8aec243eb0143512dcbeba3c41fced1544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 7 Jun 2024 20:21:52 +0200 Subject: [PATCH] debian/rules: clean source directory Clean the source directory before building the source for the Debian package. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7f738301..fa1f9e0f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --sourcedirectory src --with php -override_dh_auto_clean: +execute_after_dh_auto_clean: cd ./src; phpize --clean override_dh_auto_configure: