From: Rafael Laboissière Date: Sun, 7 Jan 2024 19:36:15 +0000 (-0300) Subject: d/rules: Fix typo in message X-Git-Tag: archive/raspbian/8.0.3-2+rpi1^2^2^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8f1322003d2d3d5aac2ee49d578c6ffe1904e82b;p=mathgl.git d/rules: Fix typo in message Gbp-Dch: Ignore --- diff --git a/debian/rules b/debian/rules index 66929a7..fb3d742 100755 --- a/debian/rules +++ b/debian/rules @@ -51,5 +51,5 @@ override_dh_python3: ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel alpha)) override_dh_dwz: - @echo bypass dwz that causes build failues + @echo bypass dwz that causes build failures endif