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

Pino Toscano null at kde.org
Mon Aug 15 14:02:06 BST 2022


Git commit 827162768aa705be600db02334ddb254ad504c86 by Pino Toscano.
Committed on 31/07/2022 at 07:03.
Pushed by jriddell into branch 'Neon/release'.

disable deprecation warnings

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

https://invent.kde.org/neon/extras/kmymoney/commit/827162768aa705be600db02334ddb254ad504c86

diff --git a/debian/changelog b/debian/changelog
index 6a855c3..44e338d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ kmymoney (5.1.3-0r1) UNRELEASED; urgency=medium
       from upstream
     - fix_build_kdepim_21.12.patch: drop, fixed upstream
   * Update lintian overrides.
+  * Append -Wno-deprecated -Wno-deprecated-declarations to the CXXFLAGS,
+    as there are lots of deprecation warnings that make build logs bigger.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 31 Jul 2022 08:10:43 +0200
 
diff --git a/debian/rules b/debian/rules
index 4b472ec..0dad25d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
+
+# 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