[med-svn] [Git][med-team/oscar][master] 2 commits: Treat deprecated-copy warnings as warnings rather than errors

Nilesh Patra gitlab at salsa.debian.org
Mon Aug 31 15:28:35 BST 2020



Nilesh Patra pushed to branch master at Debian Med / oscar


Commits:
4d6ac8ae by Nilesh Patra at 2020-08-31T19:48:07+05:30
Treat deprecated-copy warnings as warnings rather than errors

- - - - -
8acc6a81 by Nilesh Patra at 2020-08-31T19:54:03+05:30
Update changelog

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0003-treat-deprecation-copy-as-warning.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+oscar (1.1.1-2) unstable; urgency=medium
+
+  * Team Upload.
+  * Treat deprecated-copy warnings as warnings rather than errors
+    (Closes: #967101)
+
+ -- Nilesh Patra <npatra974 at gmail.com>  Mon, 31 Aug 2020 19:53:01 +0530
+
 oscar (1.1.1-1) unstable; urgency=medium
 
   * d/watch: Add uversionmangle to account for "-rc" suffix.


=====================================
debian/patches/0003-treat-deprecation-copy-as-warning.patch
=====================================
@@ -0,0 +1,18 @@
+Author: Nilesh Patra <npatra974 at gmail.com>
+Description: Treat deprecated-copy warnings as warnings rather than errors
+Forwarded: https://gitlab.com/pholy/OSCAR-code/-/issues/25
+Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=967101
+Last-Changed: August 31, 2020
+--- a/oscar/oscar.pro
++++ b/oscar/oscar.pro
+@@ -487,8 +487,8 @@
+ QMAKE_CXXFLAGS += -Werror
+ 
+ # Make deprecation warnings just warnings
+-QMAKE_CFLAGS += -Wno-error=deprecated-declarations
+-QMAKE_CXXFLAGS += -Wno-error=deprecated-declarations
++QMAKE_CFLAGS += -Wno-error=deprecated-declarations -Wno-error=deprecated-copy
++QMAKE_CXXFLAGS += -Wno-error=deprecated-declarations -Wno-error=deprecated-copy
+ lessThan(QT_MAJOR_VERSION,5)|lessThan(QT_MINOR_VERSION,9) {
+     QMAKE_CFLAGS += -Wno-error=strict-aliasing
+     QMAKE_CXXFLAGS += -Wno-error=strict-aliasing


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 0001-Create-install-rule-on-Makefile.patch
 0002-Don-t-print-build-date.patch
+0003-treat-deprecation-copy-as-warning.patch



View it on GitLab: https://salsa.debian.org/med-team/oscar/-/compare/c66283f08bc3daa283c391fbafa94e1112b9cee5...8acc6a819662fffc18d9715e82c1cbb4f3b4ac42

-- 
View it on GitLab: https://salsa.debian.org/med-team/oscar/-/compare/c66283f08bc3daa283c391fbafa94e1112b9cee5...8acc6a819662fffc18d9715e82c1cbb4f3b4ac42
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200831/166dae47/attachment-0001.html>


More information about the debian-med-commit mailing list