mirror of https://github.com/Icinga/icinga2.git
Debian: doing cmake before clean to include icinga-version.h.
Fixes #5233
This commit is contained in:
parent
7d8733c033
commit
29115f4fd3
|
@ -6,6 +6,9 @@ export DH_VERBOSE=1
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
|
# configure icinga2 to get icinga-version.h
|
||||||
|
dh_auto_configure
|
||||||
|
# now clean build dir
|
||||||
dh_auto_clean
|
dh_auto_clean
|
||||||
rm -f config.log
|
rm -f config.log
|
||||||
rm -f config.status
|
rm -f config.status
|
||||||
|
|
Loading…
Reference in New Issue