Skip to content
Snippets Groups Projects
Commit 44ca0847 authored by Svante Signell's avatar Svante Signell Committed by Ondrej Sury
Browse files

Add --without build-stamp to dh invocation

Additionally, the attached patch, debian_rules.diff, adds
--without=build-stamp to the dh line in debian/rules to avoid that the
install stage tries to find php7.4-interbase from the generated file
debian/debhelper-build-stamp.  Searching for that file after building
gives no hits at all, and the origin of that file is unknown.
parent f0e40fbd
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ ext_config += $(foreach ext_ext,$(ext_EXTENSIONS),$($(ext_ext)_config))
#$(info Enabled config $(ext_config))
%:
dh $@ --with systemd --with apache2 --without autoreconf $(PARALLEL)
dh $@ --with systemd --with apache2 --without=build-stamp --without autoreconf $(PARALLEL)
PREPARE_FILES := $(addprefix debian/,$(shell cat debian/prepare-files))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment