[Git][debian-gis-team/spatialite-gui][experimental] Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
Bas Couwenberg
gitlab at salsa.debian.org
Sat Apr 13 19:40:40 BST 2019
Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite-gui
Commits:
23e02c43 by Bas Couwenberg at 2019-04-13T18:33:40Z
Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+spatialite-gui (2.1.0~beta0+really2.1.0~beta0-1~exp4) UNRELEASED; urgency=medium
+
+ * Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 13 Apr 2019 20:32:18 +0200
+
spatialite-gui (2.1.0~beta0+really2.1.0~beta0-1~exp3) experimental; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
=====================================
debian/rules
=====================================
@@ -7,6 +7,10 @@
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# Workaround for proj_api.h deprecation in PROJ 6.0.0
+export DEB_CFLAGS_MAINT_APPEND=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+export DEB_CXXFLAGS_MAINT_APPEND=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+
%:
dh $@ \
--with autoreconf \
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-gui/commit/23e02c43d8d50e6618e190bdfbd21b1cce2bd9c1
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-gui/commit/23e02c43d8d50e6618e190bdfbd21b1cce2bd9c1
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/20190413/5691a57f/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list