Skip to content

Commit

Permalink
debian/rules: clean source directory
Browse files Browse the repository at this point in the history
Clean the source directory before building the source for the Debian
package.
  • Loading branch information
cgzones authored and jvoisin committed Jun 8, 2024
1 parent 849252c commit cf534c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf534c8

Please sign in to comment.