[Git][debian-gis-team/libosmium][master] 2 commits: Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
Bas Couwenberg
gitlab at salsa.debian.org
Sun Jul 7 07:23:39 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / libosmium
Commits:
3a2b9734 by Bas Couwenberg at 2019-04-14T14:02:58Z
Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
- - - - -
b2071eef by Bas Couwenberg at 2019-07-07T06:23:32Z
Update gbp.conf to use --source-only-changes by default.
- - - - -
3 changed files:
- debian/changelog
- debian/gbp.conf
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libosmium (2.15.1-2) UNRELEASED; urgency=medium
+
+ * Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
+ * Update gbp.conf to use --source-only-changes by default.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 14 Apr 2019 16:01:20 +0200
+
libosmium (2.15.1-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/gbp.conf
=====================================
@@ -14,3 +14,6 @@ upstream-tag = upstream/%(version)s
# Always use pristine-tar.
pristine-tar = True
+
+[buildpackage]
+pbuilder-options = --source-only-changes
=====================================
debian/rules
=====================================
@@ -5,6 +5,9 @@
# Verbose make output
export VERBOSE=1
+# Workaround for proj_api.h deprecation in PROJ 6.0.0
+export DEB_CXXFLAGS_MAINT_APPEND=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
%:
View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/compare/b313be4551856e9d52460de6e2ebdd283ab2d62e...b2071eef270bcbaa2cffd63b2faacc66dd5b1025
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/compare/b313be4551856e9d52460de6e2ebdd283ab2d62e...b2071eef270bcbaa2cffd63b2faacc66dd5b1025
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/20190707/4f3e4800/attachment.html>
More information about the Pkg-grass-devel
mailing list