Your message dated Sat, 14 Dec 2024 13:52:35 +0000
with message-id <5dab04fa-db28-41b7-a1ad-27ef09486...@p10link.net>
and subject line re: librust-lazy-regex-dev: Autopkgtest failure for 
--no-default-features
has caused the Debian Bug report #1089204,
regarding librust-lazy-regex-dev: Autopkgtest failure for --no-default-features
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1089204: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: librust-lazy-regex-dev
Version: 3.1.0-6
Severity: serious
Tags: patch upstream
Justification: RT
X-Debbugs-Cc: noisyc...@tutanota.com

Hi,

Even after the changes in your last upload, lazy-regex failed the test with all
features disabled. I'm attaching a patch to be imported with quilt that should
fix that. I didn't include dep3 headers, feel free to populate them as you
wish.

Cheers!
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -197,7 +197,7 @@
     once_cell::sync::Lazy,
 };
 
-#[cfg(not(feature = "lite"))]
+#[cfg(all(not(feature = "lite"), feature = "regex"))]
 pub use {
     regex::{
         self,

--- End Message ---
--- Begin Message ---
Closing, duplicate of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089813
which is fixed.

--- End Message ---

Reply via email to