disable the application of the patch in this context

This commit is contained in:
Sylvestre Ledru 2016-11-11 14:45:45 +01:00
parent 65fab37137
commit 1809b43155

2
debian/rules vendored
View File

@ -78,7 +78,7 @@ ifeq (0,$(shell ls -1 dl/*$(DEB_HOST_RUST_TYPE)* 2>/dev/null | wc -l))
ifeq (1.12.0,$(shell /usr/bin/rustc --version --verbose | sed -ne 's/^release: //p'))
PRECONFIGURE_CHECK = debian/ensure-patch -N debian/patches/rust-boot-1.12.1-from-1.12.0.diff
else
PRECONFIGURE_CHECK = debian/ensure-patch -R debian/patches/rust-boot-1.12.1-from-1.12.0.diff
PRECONFIGURE_CHECK =
endif
endif
#