From: Sascha Steinbiss Date: Tue, 23 Apr 2024 13:12:33 +0000 (+0200) Subject: do not clean vendor directory on distclean X-Git-Tag: archive/raspbian/1%7.0.7-1+rpi1^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a36a82b29e434e013c17f32f46e25eba3228c0ad;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 2857288f..a035257a 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -69,7 +69,7 @@ distclean-local: rm -f Cargo.lock maintainer-clean-local: - rm -rf vendor gen + rm -rf gen check: CARGO_HOME="$(CARGO_HOME)" @rustup_home@ \