reopen 1144245
thanks


   * fix patch 1001;
     closes: bug#1144245, thanks to Peter Michael Green

The autopkgtest now fails on all architectures

Looking at the patch

+#[cfg(all(not(feature = "lite"), feature = "regex"))]

should be

+#[cfg(any(feature = "lite", feature = "regex"))]

Reply via email to