From b40d5d9e15ae0c60146fc62c27178d1a500f4b11 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Fri, 7 Jun 2024 20:21:52 +0200 Subject: 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(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 7f73830..fa1f9e0 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: -- cgit v1.3