[Git][debian-gis-team/pdal][master] 3 commits: Remove -Wno-error=maybe-uninitialized from buildflags.

Bas Couwenberg gitlab at salsa.debian.org
Mon Apr 9 20:04:58 UTC 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / pdal


Commits:
68bd84cb by Bas Couwenberg at 2018-04-09T21:33:51+02:00
Remove -Wno-error=maybe-uninitialized from buildflags.

- - - - -
6b08239f by Bas Couwenberg at 2018-04-09T21:37:47+02:00
Add patch to remove -Werror from compiler options, causes FTBFS on various architectures.

- - - - -
3f1e7407 by Bas Couwenberg at 2018-04-09T21:38:04+02:00
Set distribution to experimental.

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/no-werror.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pdal (1.7.1-1~exp2) experimental; urgency=medium
+
+  * Remove -Wno-error=maybe-uninitialized from buildflags.
+  * Add patch to remove -Werror from compiler options,
+    causes FTBFS on various architectures.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 09 Apr 2018 21:37:48 +0200
+
 pdal (1.7.1-1~exp1) experimental; urgency=medium
 
   * New upstream release.


=====================================
debian/patches/no-werror.patch
=====================================
--- /dev/null
+++ b/debian/patches/no-werror.patch
@@ -0,0 +1,14 @@
+Description: Remove -Werror from compiler options, causes FTBFS on various architectures.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://github.com/PDAL/PDAL/issues/1915
+
+--- a/cmake/unix_compiler_options.cmake
++++ b/cmake/unix_compiler_options.cmake
+@@ -24,7 +24,6 @@ function(PDAL_TARGET_COMPILE_SETTINGS ta
+         ${PDAL_CXX_STANDARD}
+         -Wextra
+         -Wpedantic
+-        -Werror
+         -Wall
+         -Wno-unused-parameter
+         -Wno-unused-variable


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ disable-sphinxcontrib-bibtex.patch
 use-mathjax-package.patch
 sphinx-DOCUMENTATION_OPTIONS-does-not-define-SOURCELINK_SUFFIX.patch
 Link-in-libdl-where-necessary.patch
+no-werror.patch


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 include /usr/share/dpkg/pkg-info.mk
 
-CXXFLAGS += $(CPPFLAGS) -Wno-error=maybe-uninitialized
+CXXFLAGS += $(CPPFLAGS)
 
 UPSTREAM_VERSION  = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/pdal/compare/f5a90838744dc53ff04731d63afff5afb659bad7...3f1e740752f68b13d69d069f0a98a828523edbb6

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/pdal/compare/f5a90838744dc53ff04731d63afff5afb659bad7...3f1e740752f68b13d69d069f0a98a828523edbb6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180409/c8b6a18d/attachment-0001.html>


More information about the Pkg-grass-devel mailing list