r47468 - in /packages/rheolef/trunk/debian: changelog patches/ patches/do-not-treat-warnings-as-errors.patch patches/series
ginggs at users.alioth.debian.org
ginggs at users.alioth.debian.org
Mon Aug 7 16:46:24 UTC 2017
Author: ginggs
Date: Mon Aug 7 16:46:24 2017
New Revision: 47468
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47468
Log:
Team upload, fix FTBFS with GCC 7
Added:
packages/rheolef/trunk/debian/patches/
packages/rheolef/trunk/debian/patches/do-not-treat-warnings-as-errors.patch
packages/rheolef/trunk/debian/patches/series
Modified:
packages/rheolef/trunk/debian/changelog
Modified: packages/rheolef/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/changelog?rev=47468&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/changelog (original)
+++ packages/rheolef/trunk/debian/changelog Mon Aug 7 16:46:24 2017
@@ -1,3 +1,11 @@
+rheolef (6.7-3) unstable; urgency=medium
+
+ * Team upload
+ * Do not treat all compilers warnings as errors,
+ this avoids a FTBFS with GCC 7 (Closes: #853641)
+
+ -- Graham Inggs <ginggs at debian.org> Mon, 07 Aug 2017 18:25:34 +0200
+
rheolef (6.7-2) unstable; urgency=medium
* Team upload
Added: packages/rheolef/trunk/debian/patches/do-not-treat-warnings-as-errors.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/patches/do-not-treat-warnings-as-errors.patch?rev=47468&op=file
==============================================================================
--- packages/rheolef/trunk/debian/patches/do-not-treat-warnings-as-errors.patch (added)
+++ packages/rheolef/trunk/debian/patches/do-not-treat-warnings-as-errors.patch Mon Aug 7 16:46:24 2017
@@ -0,0 +1,20 @@
+Description: Do not treat all compiler warnings as errors
+ This avoids a FTBFS with GCC 7
+Forwarded: not-yet
+Bug-Debian: https://bugs.debian.org/853641
+Author: Graham Inggs <ginggs at debian.org>
+Last-Update: 2017-08-07
+--- a/configure.ac
++++ b/configure.ac
+@@ -552,9 +552,9 @@
+ CXXFLAGS="${CXXFLAGS} -ansi"
+ fi
+ fi
+- CXXFLAGS="${CXXFLAGS} -Wall -Werror -Wno-unused -Wno-strict-aliasing -Wno-literal-suffix -Wno-deprecated-declarations"
++ CXXFLAGS="${CXXFLAGS} -Wall -Wno-unused -Wno-strict-aliasing -Wno-literal-suffix -Wno-deprecated-declarations"
+ elif test x"${rheo_cxx}" = x"clang"; then
+- CXXFLAGS="${CXXFLAGS} -Wall -Werror -Wno-unused -Wno-strict-aliasing -Wno-deprecated-declarations -Wno-deprecated-register -std=c++11"
++ CXXFLAGS="${CXXFLAGS} -Wall -Wno-unused -Wno-strict-aliasing -Wno-deprecated-declarations -Wno-deprecated-register -std=c++11"
+ fi
+ dnl-------------------------------------------------------------------------
+ dnl for backward compatibility tests (with old rheolef versions)
Added: packages/rheolef/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/patches/series?rev=47468&op=file
==============================================================================
--- packages/rheolef/trunk/debian/patches/series (added)
+++ packages/rheolef/trunk/debian/patches/series Mon Aug 7 16:46:24 2017
@@ -0,0 +1 @@
+do-not-treat-warnings-as-errors.patch
More information about the debian-science-commits
mailing list