user debian-rele...@lists.debian.org
usertags 1102440 + patch + bsp-2025-04-brazil
thanks

Hi, 
The attached debdiff fixes a policy violation in xrt where a
compiler flag was conditionally applied only in unstable.

Best regards,
Matheus Polkorny
diff -Nru xrt-202210.2.13.466+dfsg/debian/changelog 
xrt-202210.2.13.466+dfsg/debian/changelog
--- xrt-202210.2.13.466+dfsg/debian/changelog   2023-09-16 13:48:26.000000000 
-0300
+++ xrt-202210.2.13.466+dfsg/debian/changelog   2025-04-13 22:33:17.000000000 
-0300
@@ -1,3 +1,11 @@
+xrt (202210.2.13.466+dfsg-8.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/rules: Add -Wno-error=mismatched-new-delete unconditionally.
+    (Closes: #1102440)
+
+ -- Matheus Polkorny <mpolko...@gmail.com>  Sun, 13 Apr 2025 22:33:17 -0300
+
 xrt (202210.2.13.466+dfsg-8.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru xrt-202210.2.13.466+dfsg/debian/rules 
xrt-202210.2.13.466+dfsg/debian/rules
--- xrt-202210.2.13.466+dfsg/debian/rules       2023-09-16 13:48:26.000000000 
-0300
+++ xrt-202210.2.13.466+dfsg/debian/rules       2025-04-13 22:33:17.000000000 
-0300
@@ -14,11 +14,8 @@
                  -Wno-error=deprecated-declarations \
                  -Wno-stringop-overflow \
                  -Wno-error=maybe-uninitialized \
-                 -Wno-error=overloaded-virtual
-
-ifeq ($(DEB_DISTRIBUTION),unstable)
-DEB_CXXFLAGS_MAINT_APPEND +=-Wno-error=mismatched-new-delete
-endif
+                 -Wno-error=overloaded-virtual \
+                 -Wno-error=mismatched-new-delete
 
 BUILDDIR := obj-$(DEB_HOST_GNU_TYPE)
 

Attachment: signature.asc
Description: PGP signature

Reply via email to