[neon/extras/calligra/Neon/release] debian: disable deprecation warnings

Pino Toscano null at kde.org
Wed Sep 7 17:19:48 BST 2022


Git commit fd4547b6fff1d1e33606fbba81dbdb8f92d26166 by Pino Toscano.
Committed on 20/03/2022 at 09:35.
Pushed by jriddell into branch 'Neon/release'.

disable deprecation warnings

M  +2    -0    debian/changelog
M  +3    -0    debian/rules

https://invent.kde.org/neon/extras/calligra/commit/fd4547b6fff1d1e33606fbba81dbdb8f92d26166

diff --git a/debian/changelog b/debian/changelog
index b402787..2c81be5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ calligra (1:3.2.1+dfsg-5) UNRELEASED; urgency=medium
     upstream_Remove-old-std-c-11-setting-for-Vc.patch, and
     upstream_Fix-compile-with-newer-versions-of-poppler.patch.
     (Closes: #1007891)
+  * Append -Wno-deprecated -Wno-deprecated-declarations to the CXXFLAGS,
+    as there are lots of deprecation warnings that make build logs bigger.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 20 Mar 2022 10:10:49 +0100
 
diff --git a/debian/rules b/debian/rules
index 317336d..69e733f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# lots of deprecation warnings, so disable them for now
+export DEB_CXXFLAGS_MAINT_APPEND = -Wno-deprecated -Wno-deprecated-declarations
+
 %:
 	dh $@ --with kf5
 



More information about the Neon-commits mailing list