summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Göttsche2024-06-07 20:21:52 +0200
committerjvoisin2024-06-09 17:16:29 +0200
commitb40d5d9e15ae0c60146fc62c27178d1a500f4b11 (patch)
treefad0a825b08247cee6694aed31cc48255a324516
parentac75512106d3738bf3f3974d3a0c1e987fbcd19f (diff)
debian/rules: clean source directory
Clean the source directory before building the source for the Debian package.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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
10%: 10%:
11 dh $@ --sourcedirectory src --with php 11 dh $@ --sourcedirectory src --with php
12 12
13override_dh_auto_clean: 13execute_after_dh_auto_clean:
14 cd ./src; phpize --clean 14 cd ./src; phpize --clean
15 15
16override_dh_auto_configure: 16override_dh_auto_configure: