[neon/qt6/pyside6/Neon/release] debian: even less strict

Carlos De Maine null at kde.org
Sat Jul 1 08:11:17 BST 2023


Git commit a1e357292b8f77779d15c8f70b96ef03e20e6d85 by Carlos De Maine.
Committed on 01/07/2023 at 07:11.
Pushed by carlosdem into branch 'Neon/release'.

even less strict

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/pyside6/-/commit/a1e357292b8f77779d15c8f70b96ef03e20e6d85

diff --git a/debian/rules b/debian/rules
index a518d47..265f0c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export MAIN_VERSION_UPSTREAM := $(shell echo $(DEB_VERSION_UPSTREAM))
 # As per https://wiki.debian.org/HardeningWalkthrough as arm64 has strncpy warnings  
 # To enable all, uncomment following line
 # export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 # Add CPPFLAGS to CXXFLAGS as CMake ignores CPPFLAGS by default
 CXXFLAGS+=$(CPPFLAGS)


More information about the Neon-commits mailing list