[Git][debian-gis-team/sfcgal][master] 2 commits: Update lintian overrides.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Aug 3 19:47:04 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits:
52e78534 by Bas Couwenberg at 2023-08-03T20:23:03+02:00
Update lintian overrides.
- - - - -
3a3021d9 by Bas Couwenberg at 2023-08-03T20:46:53+02:00
Add patch to use C++17 for CGAL 6.0.
- - - - -
4 changed files:
- debian/changelog
- debian/libsfcgal1.lintian-overrides
- + debian/patches/c++17.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ sfcgal (1.4.1-6) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.6.2, no changes.
* Bump debhelper compat to 13.
+ * Update lintian overrides.
+ * Add patch to use C++17 for CGAL 6.0.
-- Bas Couwenberg <sebastic at debian.org> Wed, 18 Jan 2023 17:20:04 +0100
=====================================
debian/libsfcgal1.lintian-overrides
=====================================
@@ -1,6 +1,3 @@
-# False positive, string not included in source
-spelling-error-in-binary bounary boundary *
-
# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
# Fortify Source functions: no, only unprotected functions found!
hardening-no-fortify-functions *
=====================================
debian/patches/c++17.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Use C++17 for CGAL 6.0.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://gitlab.com/Oslandia/SFCGAL/-/issues/262
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 2.8 )
+ project( SFCGAL )
+
+ set( CMAKE_DEBUG_POSTFIX "d" )
+-set(CMAKE_CXX_STANDARD 14)
++set(CMAKE_CXX_STANDARD 17)
+
+ #
+ # Cmake policies
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
sfcgal-config.patch
0001-Rm-garden-tests.patch
mr279-Remove-CGAL-unit-test.patch
+c++17.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/b520d25899750ad285c72d0e5fc33bc7025eafa3...3a3021d98203e1243a1aff2ee84d930b501273b2
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/b520d25899750ad285c72d0e5fc33bc7025eafa3...3a3021d98203e1243a1aff2ee84d930b501273b2
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/pkg-grass-devel/attachments/20230803/97eb92a7/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list