From: Sascha Steinbiss Date: Thu, 18 Nov 2021 21:57:47 +0000 (+0000) Subject: do not clean vendor directory on distclean X-Git-Tag: archive/raspbian/1%6.0.4-2+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7e5e4a8b6b12bfc9bb0a766a949dbb6dd96a2c2d;p=suricata.git do not clean vendor directory on distclean Last-Update: 2018-12-26 dh_auto_clean calls make distclean, which in the case of Suricata also removes the vendor directory. This breaks repeated builds. Gbp-Pq: Name fix-repeated-builds.patch --- diff --git a/rust/Makefile.am b/rust/Makefile.am index afe9836e..1a611aaa 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -65,7 +65,7 @@ distclean-local: rm -f Cargo.lock maintainerclean-local: - rm -rf vendor gen + rm -rf gen check: CARGO_HOME="$(CARGO_HOME)" @rustup_home@ \