tags 1122306 patch
thanks

Hi. My script "check-nocheck" tells me that the attached patch would
be enough to fix the bug.

(But no claim that this is the only possible fix, maybe there is
another way which does not involve dropping <!nocheck> annotations).

Thanks.
commit b3a7c01f2a89daec0eccf0e062cd649b0d688c2f
Author: Santiago Vila <[email protected]>
Date:   Wed Dec 10 22:30:00 2025 +0100

    d/control: Drop <!nocheck> from several BD. Closes: #1122306.

diff --git a/debian/control b/debian/control
index bd8f0bf..395b750 100644
--- a/debian/control
+++ b/debian/control
@@ -10,13 +10,13 @@ Uploaders: Mo Zhou <[email protected]>
 Build-Depends: cmake,
                debhelper-compat (= 13),
                dh-exec,
-               libabsl-dev <!nocheck>,
-               libbenchmark-dev <!nocheck>,
+               libabsl-dev,
+               libbenchmark-dev,
                libccd-dev,
                libeigen3-dev,
                libglfw3-dev,
                libgmock-dev <!nocheck>,
-               libgtest-dev <!nocheck>,
+               libgtest-dev,
                liblodepng-dev,
                libqhull-dev,
                libtinyobjloader-dev,

Reply via email to